]> BookStack Code Mirror - bookstack/blob - resources/assets/sass/_html.scss
Add APP_LOGGING
[bookstack] / resources / assets / sass / _html.scss
1 * {
2   box-sizing: border-box;
3 }
4
5 html {
6   background-color: #FFFFFF;
7   height: 100%;
8   overflow-y: scroll;
9   &.flexbox {
10     overflow-y: hidden;
11   }
12 }
13
14 body {
15   font-family: $text;
16   font-size: $fs-m;
17   line-height: 1.6;
18   color: #616161;
19   -webkit-font-smoothing: antialiased;
20 }
21
22 button {
23   font-size: 100%;
24 }