demarches-normaliennes/app/assets/stylesheets/new_design/backoffice.scss

21 lines
391 B
SCSS
Raw Normal View History

2017-07-18 15:03:04 +02:00
@import "colors";
2017-07-03 15:23:02 +02:00
@import "constants";
.backoffice-title {
font-size: 30px;
font-weight: normal;
margin-top: 3 * $default-spacer;
margin-bottom: 3 * $default-spacer;
}
2017-07-18 15:03:04 +02:00
.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;
}
}