summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/_security.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/_security.scss
parentcd5ecf80cab507b447a63111ccf2cba1e3866036 (diff)
Issue #616: Remove hardcoded colors
Diffstat (limited to 'web-ui/app/scss/_security.scss')
-rw-r--r--web-ui/app/scss/_security.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/scss/_security.scss b/web-ui/app/scss/_security.scss
index 0c2baa52..8e9a6b5d 100644
--- a/web-ui/app/scss/_security.scss
+++ b/web-ui/app/scss/_security.scss
@@ -6,7 +6,7 @@
padding: 2px 5px;
white-space: nowrap;
background: $success;
- color: #FFF;
+ color: $white;
&:before {
font-family: FontAwesome;
}