Style backoffice title
This commit is contained in:
parent
eb2a33138c
commit
bc4e961200
3 changed files with 11 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
$page-width: 1040px;
|
||||
|
||||
$default-padding: 15px;
|
||||
$default-spacer: 8px;
|
||||
$default-padding: 2 * $default-spacer;
|
||||
|
|
8
app/assets/stylesheets/new_design/backoffice.scss
Normal file
8
app/assets/stylesheets/new_design/backoffice.scss
Normal 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;
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
.container
|
||||
%h1 Procédures
|
||||
%h1.backoffice-title Procédures
|
||||
|
||||
%ul.procedure-list
|
||||
- @procedures.each do |p|
|
||||
|
|
Loading…
Reference in a new issue