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-09-15 14:46:17 +02:00
|
|
|
.procedure-actions {
|
|
|
|
margin-left: auto;
|
|
|
|
|
|
|
|
.dropdown-items li {
|
|
|
|
min-width: 150px;
|
|
|
|
}
|
|
|
|
}
|
2017-07-11 16:09:03 +02:00
|
|
|
}
|