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

27 lines
396 B
SCSS
Raw Normal View History

2017-07-11 16:09:03 +02:00
@import "colors";
@import "common";
@import "constants";
#procedure-show {
2017-07-18 15:12:55 +02:00
.procedure-logo {
margin-right: $default-padding;
}
2017-07-11 16:09:03 +02:00
2017-07-18 15:12:55 +02:00
h1 {
color: $black;
font-size: 22px;
margin-bottom: 2 * $default-padding;
}
2017-07-11 16:09:03 +02:00
.dossiers-table {
margin: (3 * $default-spacer) auto;
}
h2 {
font-size: 20px;
font-weight: bold;
text-align: center;
margin: 60px 0;
}
2017-07-11 16:09:03 +02:00
}