demarches-normaliennes/app/assets/stylesheets/dossiers.scss

30 lines
493 B
SCSS
Raw Normal View History

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
}
#insee_infogreffe {
2015-12-10 16:09:21 +01:00
font-size: 17px;
}
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;
max-height: 60px;
2015-12-10 16:09:21 +01:00
}
}
#recap_dossier {
#validate_button {
float: right;
}
2015-08-10 11:05:06 +02:00
}