Style: extract and rename accompagnateur-header to sub-header
This commit is contained in:
parent
30513bcb4f
commit
0cb910f38a
10 changed files with 21 additions and 19 deletions
13
app/assets/stylesheets/new_design/sub_header.scss
Normal file
13
app/assets/stylesheets/new_design/sub_header.scss
Normal 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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue