]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_components.scss
Fixes typo causing the message not to be displayed
[bookstack] / resources / assets / sass / _components.scss
index 7de42d43c6074bacb3d06f1a874dbc11d9ae61cf..c8fd8bcfabd56235bf392fed177898c830115d0b 100644 (file)
@@ -452,3 +452,21 @@ 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;
+    }
+  }
+}
+
+.image-picker .none {
+  display: none;
+}
\ No newline at end of file