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

View file

@ -84,6 +84,19 @@
%th Header 3
%td Table Data 3
%h2 Header
.backoffice-header
.container
Titre
%ul.tabs
%li
= link_to "Onglet 1", "#", class: "selected"
%li
= link_to "Onglet 2", "#"
%li
= link_to "Onglet 3", "#"
.container
%h2 Layout deux colonnes
.two-columns