2015-08-10 11:05:06 +02:00
|
|
|
// 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;
|
2015-09-21 11:36:26 +02:00
|
|
|
}
|
|
|
|
|
2015-12-03 12:00:22 +01:00
|
|
|
#dossier_siret {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
|
2015-09-21 11:36:26 +02:00
|
|
|
#titre_procedure {
|
|
|
|
margin-top: 3%;
|
|
|
|
margin-bottom: 2%;
|
2015-08-10 11:05:06 +02:00
|
|
|
}
|