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

28 lines
403 B
SCSS
Raw Normal View History

2018-11-07 16:54:18 +01:00
$default-space: 15px;
$new-p-margin-bottom: 3 * $default-space;
.suivi {
width: 1040px;
margin: 0 auto;
padding-top: $default-space * 2;
padding-bottom: $default-space * 2;
ul {
list-style-type: disc;
margin-top: -($default-space * 2);
}
iframe {
border: none;
width: 100%;
}
.new-h2 {
text-align: left;
}
}
.new-p {
margin-bottom: $new-p-margin-bottom;
}