demarches-normaliennes/app/assets/stylesheets/new_design/sub_header.scss
2019-10-31 10:27:19 +01:00

13 lines
252 B
SCSS

@import "colors";
@import "constants";
.sub-header {
background-color: $light-grey;
padding-top: $default-padding;
margin-bottom: $sub-header-bottom-margin;
border-bottom: 1px solid $border-grey;
.container {
margin-bottom: -1px;
}
}