summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/_reply.scss
diff options
context:
space:
mode:
authorFelix Hammerl <fhammerl@thoughtworks.com>2016-02-19 19:09:58 +0100
committerFelix Hammerl <fhammerl@thoughtworks.com>2016-02-22 11:00:19 +0100
commit26d1331c7fbd1ae282eefb24950e489eb44d1c0f (patch)
treea68de162da4f3aa98597b62b15be64834ff5abeb /web-ui/app/scss/_reply.scss
parentcd5ecf80cab507b447a63111ccf2cba1e3866036 (diff)
Issue #616: Remove hardcoded colors
Diffstat (limited to 'web-ui/app/scss/_reply.scss')
-rw-r--r--web-ui/app/scss/_reply.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/web-ui/app/scss/_reply.scss b/web-ui/app/scss/_reply.scss
index be9d5b7c..76689d16 100644
--- a/web-ui/app/scss/_reply.scss
+++ b/web-ui/app/scss/_reply.scss
@@ -13,7 +13,7 @@
}
#all-recipients {
- color: #000;
+ color: $black;
}
#all-recipients:focus {
@@ -24,8 +24,8 @@
text-align: center;
font-weight: 100;
font-size: 1.1em;
- background: #FFF;
- color: #999;
+ background: $white;
+ color: $medium_light_grey;
padding: 25px;
margin: 0;
@include border-radius(0);