demarches-normaliennes/app/assets/stylesheets/new_design/backoffice.scss
2017-09-06 11:11:17 +02:00

20 lines
391 B
SCSS

@import "colors";
@import "constants";
.backoffice-title {
font-size: 30px;
font-weight: normal;
margin-top: 3 * $default-spacer;
margin-bottom: 3 * $default-spacer;
}
.backoffice-header {
background-color: $light-grey;
padding-top: $default-padding;
margin-bottom: 2 * $default-spacer;
border-bottom: 1px solid $border-grey;
.container {
margin-bottom: -1px;
}
}