afaa6a5ac9
- delete route 'users/procedure' - create route 'users/dossiers/new?procedure_id=:procedure_id' - delete a part of unused code - adapt demo page with new procedure URL
19 lines
No EOL
366 B
SCSS
19 lines
No EOL
366 B
SCSS
// Place all the styles related to the start controller here.
|
|
// They will automatically be included in application.css.
|
|
// You can use Sass (SCSS) here: http://sass-lang.com/
|
|
|
|
.mask {
|
|
display: none;
|
|
}
|
|
|
|
#dossier_siret {
|
|
margin-bottom: 10px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
width: 200px;
|
|
}
|
|
|
|
#titre_procedure {
|
|
margin-top: 3%;
|
|
margin-bottom: 2%;
|
|
} |