From 230ac791547576850e886e1d927b400dbe65e505 Mon Sep 17 00:00:00 2001 From: Gislene Pereira Date: Fri, 27 Nov 2015 17:10:53 -0200 Subject: Issue #509 - Fixed space between navbar icons [Gil/Jeff] Adjusted user settings popup text size. Done some SASS refactoring. --- web-ui/app/scss/styles.scss | 46 +++++++++++++++++++++++++-------------------- 1 file changed, 26 insertions(+), 20 deletions(-) (limited to 'web-ui/app/scss') diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss index a29bd078..e9f15222 100644 --- a/web-ui/app/scss/styles.scss +++ b/web-ui/app/scss/styles.scss @@ -30,7 +30,7 @@ background-color: rgba(#3E3A37, 0.9); h1, i { - font-size: 2em; + font-size: 1.6em; color: white; } @@ -41,13 +41,13 @@ } p { - font-size: 1.7em; + font-size: 1.2em; color: #FF9C00; } } #user-settings-box.extra-bottom-space { - bottom: 65px; + bottom: 28px; } .arrow-box:before { @@ -464,31 +464,37 @@ section { } } - ul#logout li { - color: $action_buttons; - &:hover { - background-color: $action_buttons; + ul { + &#logout li { + color: $action_buttons; + &:hover { + background-color: $action_buttons; + } } - } - ul#user-settings-icon li { - color: white; - &:hover { - background-color: white; + &#user-settings-icon { + margin-bottom: 0; + + li { + color: white; + &:hover { + background-color: white; + } + } } - } - ul#feedback { - margin-bottom: 0; - li { - color: $light_orange; - &:hover { - background-color: $light_orange; + &#feedback { + margin-bottom: 0; + + li { + color: $light_orange; + &:hover { + background-color: $light_orange; + } } } } - h3 { color: white; text-transform: uppercase; -- cgit v1.2.3