todos-contra-el-fuego-web/imports/ui/stylesheets/bootstrap-overrides.scss
2017-11-28 22:49:25 +01:00

15 lines
192 B
SCSS

@import './mixins';
.page-header {
margin-top: 0;
}
@include breakpoint(tablet) {
.page-header {
margin-top: 20px;
}
}
body {
background-color: lighten($todos-palette5, 70%);
}