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
|
|
|
|
2017-07-11 15:40:09 +02:00
|
|
|
.dossiers-table {
|
2017-07-31 15:01:26 +02:00
|
|
|
margin: (3 * $default-spacer) auto;
|
2017-07-11 15:43:20 +02:00
|
|
|
}
|
|
|
|
|
2017-07-11 15:40:09 +02:00
|
|
|
h2 {
|
|
|
|
font-size: 20px;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
margin: 60px 0;
|
|
|
|
}
|
2017-07-11 16:09:03 +02:00
|
|
|
}
|