X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/30214fde74c954ee6cf4daeb562764343b546b58..refs/pull/139/head:/resources/assets/sass/_header.scss diff --git a/resources/assets/sass/_header.scss b/resources/assets/sass/_header.scss index 938464228..e0b1a99cb 100644 --- a/resources/assets/sass/_header.scss +++ b/resources/assets/sass/_header.scss @@ -56,18 +56,14 @@ header { padding-top: $-xxs; } > i { - padding-top: $-xs*1.2; + padding-top: 4px; + font-size: 18px; } @include smaller-than($screen-md) { padding-left: $-xs; .name { display: none; } - i { - font-size: 2em; - padding-left: 0; - padding-top: 0; - } } } @include smaller-than($screen-md) { @@ -161,10 +157,9 @@ form.search-box { } } -.faded > span.faded-text { +.faded span.faded-text { display: inline-block; padding: $-s; - opacity: 0.5; } .faded-small { @@ -189,14 +184,18 @@ form.search-box { padding-left: 0; } } + &.text-center { + text-align: center; + } } -.setting-nav { +.nav-tabs { text-align: center; - a { + a, .tab-item { padding: $-m; display: inline-block; color: #666; + cursor: pointer; &.selected { border-bottom: 2px solid $primary; }