demarches-normaliennes/app/assets/stylesheets/new_design/avis_sign_up.scss
2017-06-20 10:24:53 +02:00

39 lines
500 B
SCSS

@import "typography";
@import "colors";
.avis-sign-up {
display: flex;
.left,
.right {
width: 50%;
padding: 60px 86px;
}
.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;
}
}
.right {
background-color: $light-grey;
form {
max-width: 420px;
}
}
}