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

14 lines
252 B
SCSS
Raw Normal View History

@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;
}
}