From 26d1331c7fbd1ae282eefb24950e489eb44d1c0f Mon Sep 17 00:00:00 2001 From: Felix Hammerl Date: Fri, 19 Feb 2016 19:09:58 +0100 Subject: Issue #616: Remove hardcoded colors --- web-ui/app/scss/_compose.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'web-ui/app/scss/_compose.scss') diff --git a/web-ui/app/scss/_compose.scss b/web-ui/app/scss/_compose.scss index c60e83d1..32d11c3d 100644 --- a/web-ui/app/scss/_compose.scss +++ b/web-ui/app/scss/_compose.scss @@ -8,7 +8,7 @@ padding: 5px; #compose-mails-trigger { background: $action_buttons; - color: #FFF; + color: $white; padding: 10px 30px; text-align: center; font-weight: 400; @@ -61,7 +61,7 @@ font-weight: bold; } label.showfloatlabel { - color: #64BCD0 !important; + color: $light_blue !important; top: -0.3rem; opacity: 1; } @@ -76,13 +76,13 @@ input#subject, #feedback-subject { font-size: 1.6875rem; line-height: 1.4; - border-top: 1px solid #DDD; + border-top: 1px solid $lighter_gray; } #feedback-subject { - color: #333; + color: $dark_grey; } textarea { - border-bottom: 2px solid #DDD; + border-bottom: 2px solid $lighter_gray; min-height: 400px; font-family: inherit; font-weight: normal; @@ -96,7 +96,7 @@ h4 { font-size: 0.9em; font-style: italic; - color: #777; + color: $medium_grey; margin: 2px 0; clear: both; cursor: pointer; -- cgit v1.2.3