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

19 lines
321 B
SCSS
Raw Normal View History

2018-02-26 14:42:56 +01:00
$default-space: 15px;
2018-02-27 16:25:32 +01:00
$new-p-margin-bottom: 3 * $default-space;
2018-02-26 14:42:56 +01:00
.accessibilite {
width: 1040px;
margin: 0 auto;
padding-top: $default-space * 2;
2018-02-27 16:25:32 +01:00
padding-bottom: $default-space * 2;
2018-02-26 14:42:56 +01:00
ul {
list-style-type: disc;
2018-02-27 16:25:32 +01:00
margin-top: -($default-space * 2);
2018-02-26 14:42:56 +01:00
}
}
2018-02-27 16:25:32 +01:00
.new-p {
margin-bottom: $new-p-margin-bottom;
}