New UI and UX for the dossier initialization
This commit is contained in:
parent
5c2902bda5
commit
cc8d2ef4ee
26 changed files with 451 additions and 156 deletions
29
app/assets/stylesheets/etapes.scss
Normal file
29
app/assets/stylesheets/etapes.scss
Normal file
|
@ -0,0 +1,29 @@
|
|||
.etapes_menu{
|
||||
h3 {
|
||||
margin-left: 3%;
|
||||
}
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
|
||||
.etapes_informations {
|
||||
padding-left: 0 !important;
|
||||
}
|
||||
|
||||
.etape{
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.etape_2{
|
||||
.etapes_menu{
|
||||
#dossier_siret{
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
button{
|
||||
margin-top: 8px;
|
||||
}
|
||||
}
|
||||
.etapes_informations{
|
||||
padding-top: 15px;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue