]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_header.scss
Page Attachments - Improved UI, Now initially complete
[bookstack] / resources / assets / sass / _header.scss
index 95d3534985b9b0c6fd877db8b850375e99e9c13a..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,7 @@ form.search-box {
       text-decoration: none;
     }
   }
+
 }
 
 .faded span.faded-text {
@@ -193,12 +190,13 @@ form.search-box {
   }
 }
 
-.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;
     }