BookStack/resources/assets/sass/_html.scss
Dan Brown 393f6047f2
Updated table styling to ideally by more predictable
Set styles to be fixed and not cut text.
2016-09-06 20:47:34 +01:00

24 lines
310 B
SCSS

* {
box-sizing: border-box;
}
html {
background-color: #FFFFFF;
height: 100%;
overflow-y: scroll;
&.flexbox {
overflow-y: hidden;
}
}
body {
font-family: $text;
font-size: $fs-m;
line-height: 1.6;
color: #616161;
-webkit-font-smoothing: antialiased;
}
button {
font-size: 100%;
}