safe-react/src/index.scss

27 lines
405 B
SCSS
Raw Normal View History

html, body {
height: 100%;
width: 100%;
}
body {
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
overflow-x: hidden;
2018-08-31 12:00:53 +00:00
color: $fontColor;
2018-08-31 12:26:00 +00:00
font-family: 'Roboto Mono', monospace;
font-size: $mediumFontSize;
2018-09-01 07:38:31 +00:00
margin: 0;
background-color: $background;
}
body>div:first-child {
display: flex;
min-height: 100%;
}
h1, h2, h3 {
font-family: 'Montserrat', sans-serif;
}