]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_html.scss
Updated Spanish translation
[bookstack] / resources / assets / sass / _html.scss
index 2b91f9dc608c4af02feeecfd01bfad5bcd2d3869..65f05a71d5c69370707cca7b45b4510395ff8b05 100644 (file)
@@ -1,6 +1,7 @@
 * {
   box-sizing: border-box;
 }
+
 html {
   background-color: #FFFFFF;
   height: 100%;
@@ -8,24 +9,21 @@ html {
   &.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, th {
-       min-width: 10px;
-       padding: 4px 6px;
-       border: 1px solid #DDD;
-  }
 }
\ No newline at end of file