From 29d21251e9ff36578e4e72338da86b6090da9f3b Mon Sep 17 00:00:00 2001 From: Lisa Junger Date: Thu, 29 Jan 2015 15:19:56 +0100 Subject: Issue #242 abstracted color for logout to use _colors. --- web-ui/app/scss/styles.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'web-ui') diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss index c170bf49..2aa03c82 100644 --- a/web-ui/app/scss/styles.scss +++ b/web-ui/app/scss/styles.scss @@ -325,7 +325,7 @@ section { } li { color: #000000; - background-color: #2ba6cb; + background-color: $action_buttons; padding: 5px 10px; position: relative; @include searching(4px, 19px, #333, 0.7em); @@ -487,7 +487,7 @@ button { z-index: 10000; position: relative; &.logout { - color: #2ba6cb; + color: $action_buttons; } } @@ -518,7 +518,7 @@ button { @include btn-transition; &.logout{ color: #000000; - background: #2ba6cb; + background: $action_buttons; } } &[title]:hover:after { -- cgit v1.2.3