]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_html.scss
replace GPL diff lib with MIT lib
[bookstack] / resources / assets / sass / _html.scss
index 3b019d58335827967a4a4f8297c6820ed72faf3e..ea97a4dd2a681f7b253fc90078bbeaec9d260ece 100644 (file)
@@ -1,13 +1,31 @@
 * {
-       box-sizing: border-box;
+  box-sizing: border-box;
 }
 html {
-       background-color: #f8f8f8;
+  background-color: #FFFFFF;
+  height: 100%;
+  overflow-y: scroll;
+  &.flexbox {
+    overflow-y: hidden;
+  }
 }
 body {
-       font-family: $text;
-       font-size: $fs-m;
-       line-height: 1.4em;
-       color: #444;
-       -webkit-font-smoothing: antialiased;
+  font-family: $text;
+  font-size: $fs-m;
+  line-height: 1.6;
+  color: #616161;
+  -webkit-font-smoothing: antialiased;
 }
+
+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