39 lines
500 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|