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/registration/registration.vue | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/components/registration/registration.vue') diff --git a/src/components/registration/registration.vue b/src/components/registration/registration.vue index 0966645d..b9093082 100644 --- a/src/components/registration/registration.vue +++ b/src/components/registration/registration.vue @@ -88,15 +88,10 @@ } form textarea { - border-radius: 5px; line-height:16px; resize: vertical; } - input { - border-radius: 5px; - } - .captcha { max-width: 350px; margin-bottom: 0.4em; @@ -110,7 +105,8 @@ } .error { - border-radius: 5px; + border-radius: $fallback--tooltipRadius; + border-radius: var(--tooltipRadius, $fallback--tooltipRadius); text-align: center; margin: 0.5em 0.6em 0; background-color: $fallback--cRed; -- cgit v1.2.3-70-g09d2