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

13 lines
257 B
SCSS

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