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
|
|
|
}
|
|
|
|
|
2017-04-12 11:12:05 +02:00
|
|
|
#titre-procedure {
|
2015-09-21 11:36:26 +02:00
|
|
|
margin-top: 3%;
|
|
|
|
margin-bottom: 2%;
|
2017-04-04 15:27:04 +02:00
|
|
|
}
|