]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_layout.scss
Updated attachment links to have dropdown for open type
[bookstack] / resources / sass / _layout.scss
index 375f36d0f5ca4ad66c5b354e92750fa9fbdf07e9..14a37dd4a2465777572e7787695d69ac690f1e26 100644 (file)
@@ -155,6 +155,13 @@ body.flexbox {
   }
 }
 
+.gap-m {
+  gap: $-m;
+}
+
+.justify-flex-start {
+  justify-content: flex-start;
+}
 .justify-flex-end {
   justify-content: flex-end;
 }