gengitkan/client/src/sass/_base.scss

13 lines
158 B
SCSS
Raw Normal View History

2019-12-01 22:12:13 +01:00
html, body {
height: 100%;
2019-12-05 17:09:11 +01:00
background-color: #f7f7f7;
2019-12-01 22:12:13 +01:00
}
.is-fullheight {
height: 100%;
}
#app {
display: flex;
flex-direction: column;
}