Add backoffice header to patron

This commit is contained in:
Mathieu Magnin 2017-07-18 15:03:04 +02:00
parent b555320d46
commit c0eeec82c4
2 changed files with 25 additions and 0 deletions

View file

@ -1,3 +1,4 @@
@import "colors";
@import "constants";
.backoffice-title {
@ -6,3 +7,14 @@
margin-top: 3 * $default-spacer;
margin-bottom: 3 * $default-spacer;
}
.backoffice-header {
background-color: $light-grey;
padding-top: $default-padding;
margin-bottom: 2 * $default-spacer;
border-bottom: 1px solid $border-grey;
.container {
margin-bottom: -1px;
}
}