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

13 lines
246 B
SCSS

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