]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_layout.scss
Implement the renderPages parameter
[bookstack] / resources / sass / _layout.scss
index 226f5ccdb8f210abf45662253cc5f16b6ad1444a..439bf8512361c3eae0546484ceb1bc89d84ea9c6 100644 (file)
@@ -121,11 +121,20 @@ body.flexbox {
   position: relative;
 }
 
+.flex-container-column {
+  display: flex;
+  flex-direction: column;
+}
+
 .flex {
   min-height: 0;
   flex: 1;
 }
 
+.justify-flex-end {
+  justify-content: flex-end;
+}
+
 
 /**
  * Display and float utilities