17 lines
216 B
SCSS
17 lines
216 B
SCSS
html, body {
|
|
height: 100%;
|
|
background-color: #f7f7f7;
|
|
}
|
|
|
|
.is-fullheight {
|
|
height: 100%;
|
|
}
|
|
|
|
.has-margin-top-normal {
|
|
margin-top: $size-normal;
|
|
}
|
|
|
|
#app {
|
|
display: flex;
|
|
flex-direction: column;
|
|
} |