]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/styles.scss
Added initial settings interface, Fixes #9.
[bookstack] / resources / assets / sass / styles.scss
index 7be43ab6b706e57c2c96cc79efe2afa175e7444c..d6534789aceb989e25de3db928c3fbf6fc6bc33d 100644 (file)
@@ -485,4 +485,19 @@ body.dragging, body.dragging * {
     background-color: $negative;
     color: #EEE;
   }
+}
+
+.setting-nav {
+  margin-top: $-l;
+  border-top: 1px solid #DDD;
+  border-bottom: 1px solid #DDD;
+  a {
+    padding: $-m;
+    display: inline-block;
+    //color: #666;
+    &.selected {
+      //color: $primary;
+      background-color: #f8f8f8;
+    }
+  }
 }
\ No newline at end of file