NewDesign: add dossier instruction view

This commit is contained in:
Simon Lehericey 2017-07-19 16:53:31 +02:00 committed by Mathieu Magnin
parent d23816a6b6
commit f03d8ef909
5 changed files with 29 additions and 1 deletions

View file

@ -0,0 +1,17 @@
@import "colors";
@import "common";
@import "constants";
#dossier-instruction {
h1 {
font-size: 18px;
font-weight: bold;
margin-bottom: $default-padding;
}
.avis-notice {
font-size: 12px;
color: $grey;
margin-bottom: 2 * $default-padding;
}
}