From 33b1d85921e326e0d81c4bf1a6fa02fec2cbbd5c Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Sun, 1 Apr 2018 22:07:25 +0300 Subject: border-radii moved to variables, made rgbo colors use theme data, customizable from settings screen. --- src/components/user_finder/user_finder.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/user_finder/user_finder.vue') diff --git a/src/components/user_finder/user_finder.vue b/src/components/user_finder/user_finder.vue index e4453fe7..f9362a7d 100644 --- a/src/components/user_finder/user_finder.vue +++ b/src/components/user_finder/user_finder.vue @@ -24,7 +24,6 @@ } .user-finder-input { - border-radius: 5px; max-width: 80%; padding: 0.1em 0.2em 0.2em 0.2em; } @@ -32,7 +31,8 @@ .finder-error { background-color: rgba(255, 48, 16, 0.65); margin: 0.35em; - border-radius: 5px; + border-radius: $fallback--tooltipRadius; + border-radius: var(--tooltipRadius, $fallback--tooltipRadius); padding: 0.25em; color: $fallback--faint; color: var(--faint, $fallback--faint); -- cgit v1.2.3-70-g09d2