From 596f817d452a10da889fbfbbd7a2c74522a80a3e Mon Sep 17 00:00:00 2001 From: Felix Hammerl Date: Wed, 13 Apr 2016 17:55:05 +0200 Subject: Re-apply changes from 373c9e0 --- web-ui/app/scss/views/_navigation.scss | 46 +++++++++++++++++++++------------- 1 file changed, 29 insertions(+), 17 deletions(-) (limited to 'web-ui/app/scss') diff --git a/web-ui/app/scss/views/_navigation.scss b/web-ui/app/scss/views/_navigation.scss index 49600c05..9d98d9e8 100644 --- a/web-ui/app/scss/views/_navigation.scss +++ b/web-ui/app/scss/views/_navigation.scss @@ -24,6 +24,11 @@ bottom: 33px; } + header { + border-bottom: 1px solid white; + margin-bottom: 10px; + } + #user-settings-close { float: right; } @@ -34,6 +39,14 @@ line-height: 1.2em; } + h2 { + font-size: 1.1em; + color: white; + line-height: 1.1em; + display: inline; + margin-left: 5px; + } + i.fa-user { margin-right: 10px; float: left; @@ -46,7 +59,7 @@ } p { - font-size: 1.2em; + font-size: 1.1em; color: $light_orange; } } @@ -366,19 +379,19 @@ div.side-nav-bottom { } ul#default-tag-list { -// .unread-count, .total-count { -// font-size: 0.5em; -// padding: 1px 5px 0; -// top: 1px; -// left: 0; -// border: 1px solid $white; -// position: absolute; -// opacity: 0.95; -// } -// -// .total-count { -// background: $medium_light_grey; -// } + // .unread-count, .total-count { + // font-size: 0.5em; + // padding: 1px 5px 0; + // top: 1px; + // left: 0; + // border: 1px solid $white; + // position: absolute; + // opacity: 0.95; + // } + // + // .total-count { + // background: $medium_light_grey; + // } .unread-count, .total-count { font-size: 0.7em; @@ -578,10 +591,9 @@ div.side-nav-bottom { } .unread-count { - @include mail-count($secondary_callout); + @include mail-count($secondary_callout); } .total-count { - @include mail-count($medium_light_grey); + @include mail-count($medium_light_grey); } - -- cgit v1.2.3