]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_header.scss
Added initial translation into German (formal)
[bookstack] / resources / assets / sass / _header.scss
index 87aa20046dc6f4d9ec09e59b642f212bf70dd684..12bd17076a7e85083ae28546b05f54b4f324afe1 100644 (file)
@@ -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;
     }