]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_layout.scss
Implement the renderPages parameter
[bookstack] / resources / sass / _layout.scss
index 4d044245a07ea70ff49ea7b72d3ba5a32e54abaf..439bf8512361c3eae0546484ceb1bc89d84ea9c6 100644 (file)
@@ -49,6 +49,9 @@
   &.v-center {
     align-items: center;
   }
+  &.v-end {
+    align-items: end;
+  }
   &.no-gap {
     grid-row-gap: 0;
     grid-column-gap: 0;
@@ -118,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