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

24 lines
354 B
SCSS
Raw Normal View History

2018-08-29 11:44:12 +02:00
$default-space: 15px;
$contact-padding: $default-space * 2;
#contact-form {
margin: 0 auto;
padding-top: $contact-padding;
.description {
padding-bottom: $contact-padding;
}
2023-01-25 17:49:13 +01:00
.recommandations {
p {
font-size: 1.5rem;
font-weight: bold;
line-height: 1.5rem;
}
}
ul {
margin-bottom: $default-space;
}
2018-08-29 11:44:12 +02:00
}