gengitkan/client/src/sass/_base.scss

13 lines
158 B
SCSS

html, body {
height: 100%;
background-color: #f7f7f7;
}
.is-fullheight {
height: 100%;
}
#app {
display: flex;
flex-direction: column;
}