2015-08-10 11:05:06 +02:00
|
|
|
// Place all the styles related to the dossiers controller here.
|
|
|
|
// They will automatically be included in application.css.
|
|
|
|
// You can use Sass (SCSS) here: http://sass-lang.com/
|
|
|
|
|
|
|
|
h5 span {
|
|
|
|
font-weight: normal
|
2015-09-21 11:36:26 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#insee_infogreffe {
|
2015-12-10 16:09:21 +01:00
|
|
|
font-size: 17px;
|
2015-11-27 13:56:54 +01:00
|
|
|
}
|
|
|
|
|
2015-12-10 16:09:21 +01:00
|
|
|
.flag {
|
|
|
|
display: inline;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
padding-right: 20px;
|
|
|
|
padding-left: 20px;
|
|
|
|
|
|
|
|
img {
|
|
|
|
max-width: 150px;
|
2015-12-10 17:13:39 +01:00
|
|
|
max-height: 60px;
|
2015-12-10 16:09:21 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#recap_dossier {
|
2015-11-27 13:56:54 +01:00
|
|
|
#validate_button {
|
|
|
|
float: right;
|
|
|
|
}
|
2015-08-10 11:05:06 +02:00
|
|
|
}
|