NewDesign: add dossier instruction view
This commit is contained in:
parent
d23816a6b6
commit
f03d8ef909
5 changed files with 29 additions and 1 deletions
17
app/assets/stylesheets/new_design/dossier_instruction.scss
Normal file
17
app/assets/stylesheets/new_design/dossier_instruction.scss
Normal 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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue