30 lines
No EOL
493 B
SCSS
30 lines
No EOL
493 B
SCSS
// 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
|
|
}
|
|
|
|
#insee_infogreffe {
|
|
font-size: 17px;
|
|
}
|
|
|
|
.flag {
|
|
display: inline;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
padding-right: 20px;
|
|
padding-left: 20px;
|
|
|
|
img {
|
|
max-width: 150px;
|
|
max-height: 70px;
|
|
}
|
|
}
|
|
|
|
#recap_dossier {
|
|
#validate_button {
|
|
float: right;
|
|
}
|
|
} |