X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/80865b30a5d6a82e86d21e272ae58977d4430a64..refs/pull/262/head:/resources/assets/sass/_header.scss diff --git a/resources/assets/sass/_header.scss b/resources/assets/sass/_header.scss index 87aa20046..12bd17076 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) { @@ -159,6 +155,12 @@ form.search-box { text-decoration: none; } } + +} + +.faded span.faded-text { + display: inline-block; + padding: $-s; } .faded-small { @@ -183,14 +185,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; }