Demande: add nb_of_procedure, deadline and nb_of_dossier fields
This commit is contained in:
parent
159395dce2
commit
ee43650c32
5 changed files with 88 additions and 9 deletions
17
app/assets/stylesheets/new_design/demande.scss
Normal file
17
app/assets/stylesheets/new_design/demande.scss
Normal file
|
@ -0,0 +1,17 @@
|
|||
@import "constants";
|
||||
|
||||
.demande {
|
||||
padding-bottom: $default-padding;
|
||||
|
||||
h1 {
|
||||
margin-bottom: $default-padding;
|
||||
}
|
||||
|
||||
.intro {
|
||||
margin: $default-padding 0;
|
||||
}
|
||||
|
||||
b {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue