]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_html.scss
Updated Spanish translation
[bookstack] / resources / assets / sass / _html.scss
index 07ffb10a6c2f1410bd42501243ee027cc4325ab5..65f05a71d5c69370707cca7b45b4510395ff8b05 100644 (file)
@@ -1,27 +1,29 @@
 * {
   box-sizing: border-box;
 }
+
 html {
   background-color: #FFFFFF;
   height: 100%;
+  overflow-y: scroll;
+  &.flexbox {
+    overflow-y: hidden;
+  }
+  &.shaded {
+    background-color: #F2F2F2;
+  }
 }
+
 body {
-  font-family: $text;
   font-size: $fs-m;
   line-height: 1.6;
   color: #616161;
   -webkit-font-smoothing: antialiased;
+  &.shaded {
+    background-color: #F2F2F2;
+  }
 }
 
 button {
   font-size: 100%;
-}
-
-table {
-  min-width: 100px;
-  td {
-       min-width: 10px;
-       padding: 4px 6px;
-       border: 1px solid #DDD;
-  }
 }
\ No newline at end of file