]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_components.scss
Page Attachments - Improved UI, Now initially complete
[bookstack] / resources / assets / sass / _components.scss
index 7de42d43c6074bacb3d06f1a874dbc11d9ae61cf..2f9051a5258e94d9a821fd71c73aac30569c1501 100644 (file)
@@ -452,3 +452,17 @@ body.flexbox-support #entity-selector-wrap .popup-body .form-group {
   border-right: 6px solid transparent;
   border-bottom: 6px solid $negative;
 }
+
+
+[tab-container] .nav-tabs {
+  text-align: left;
+  border-bottom: 1px solid #DDD;
+  margin-bottom: $-m;
+  .tab-item {
+    padding: $-s;
+    color: #666;
+    &.selected {
+      border-bottom-width: 3px;
+    }
+  }
+}
\ No newline at end of file