Style: extract and rename accompagnateur-header to sub-header

This commit is contained in:
simon lehericey 2018-04-23 17:22:20 +02:00
parent 30513bcb4f
commit 0cb910f38a
10 changed files with 21 additions and 19 deletions

View file

@ -0,0 +1,13 @@
@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;
}
}