Style backoffice title

This commit is contained in:
Mathieu Magnin 2017-07-03 15:23:02 +02:00
parent eb2a33138c
commit bc4e961200
3 changed files with 11 additions and 2 deletions

View file

@ -1,3 +1,4 @@
$page-width: 1040px;
$default-padding: 15px;
$default-spacer: 8px;
$default-padding: 2 * $default-spacer;

View file

@ -0,0 +1,8 @@
@import "constants";
.backoffice-title {
font-size: 30px;
font-weight: normal;
margin-top: 3 * $default-spacer;
margin-bottom: 3 * $default-spacer;
}

View file

@ -1,5 +1,5 @@
.container
%h1 Procédures
%h1.backoffice-title Procédures
%ul.procedure-list
- @procedures.each do |p|