demarches-normaliennes/app/assets/stylesheets/new_design/avis_sign_up.scss

24 lines
324 B
SCSS
Raw Normal View History

@import "typography";
@import "colors";
.avis-sign-up {
.left {
p {
margin: auto;
max-width: 410px;
text-align: center;
}
.description {
font-size: 30px;
line-height: 1.3;
}
.dossier {
font-size: 18px;
font-weight: bold;
margin-top: 15px;
}
}
}