2017-07-11 16:09:03 +02:00
|
|
|
@import "colors";
|
|
|
|
@import "common";
|
|
|
|
@import "constants";
|
|
|
|
|
|
|
|
#procedure-show {
|
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-10-17 17:54:32 +02:00
|
|
|
margin-top: $default-spacer;
|
|
|
|
margin-bottom: 3 * $default-spacer;
|
2017-07-11 15:43:20 +02:00
|
|
|
}
|
|
|
|
|
2017-09-15 14:46:17 +02:00
|
|
|
.procedure-actions {
|
|
|
|
margin-left: auto;
|
2017-09-21 15:19:10 +02:00
|
|
|
flex-shrink: 0;
|
2017-09-15 14:46:17 +02:00
|
|
|
|
|
|
|
.dropdown-items li {
|
|
|
|
min-width: 150px;
|
|
|
|
}
|
|
|
|
}
|
2017-09-28 11:04:18 +02:00
|
|
|
|
|
|
|
.filter {
|
|
|
|
display: inline-block;
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
background-color: $light-blue;
|
|
|
|
border-radius: 4px;
|
|
|
|
color: #FFFFFF;
|
|
|
|
height: 36px;
|
|
|
|
line-height: 36px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.close-icon {
|
|
|
|
vertical-align: top;
|
|
|
|
margin-top: 12px;
|
|
|
|
margin-left: 6px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2017-07-11 16:09:03 +02:00
|
|
|
}
|