gengitkan/client/src/sass/_base.scss

21 lines
259 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%;
}
2019-12-05 22:37:09 +01:00
.has-margin-top-normal {
margin-top: $size-normal;
}
.has-padding-small {
padding: 1rem;
}
2019-12-01 22:12:13 +01:00
#app {
display: flex;
flex-direction: column;
}