]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_layout.scss
Docker: Fix PHP tests
[bookstack] / resources / sass / _layout.scss
index e163f06d8341a5a65d7873a7b5420d8cc22b4195..c12cae256e6d424dcd3e590c115ecfceca3c20ad 100644 (file)
   }
 }
 
+#content {
+  flex: 1 0 auto;
+}
+
 /**
  * Flexbox layout system
  */
@@ -153,6 +157,9 @@ body.flexbox {
 .justify-center {
   justify-content: center;
 }
+.items-center {
+  align-items: center;
+}
 
 
 /**
@@ -175,6 +182,10 @@ body.flexbox {
   display: none !important;
 }
 
+.fill-height {
+  height: 100%;
+}
+
 .float {
   float: left;
   &.right {