daddy/client/src/sass/_base.scss

21 lines
259 B
SCSS
Raw Normal View History

2020-06-15 18:10:06 +02:00
html, body {
height: 100%;
background-color: #f7f7f7;
}
.is-fullheight {
height: 100%;
}
.has-margin-top-normal {
margin-top: $size-normal;
}
.has-padding-small {
padding: 1rem;
}
#app {
display: flex;
flex-direction: column;
}