2017-07-03 14:05:55 +02:00
|
|
|
@import "colors";
|
2017-09-05 17:34:07 +02:00
|
|
|
@import "constants";
|
2017-07-03 14:05:55 +02:00
|
|
|
@import "mixins";
|
|
|
|
|
|
|
|
.procedure-list {
|
2022-10-06 18:08:00 +02:00
|
|
|
.procedure-logo-link {
|
|
|
|
background-image: none;
|
2017-07-03 14:05:55 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.procedure-logo {
|
2017-12-04 11:29:22 +01:00
|
|
|
@include ie-compatible-background-image();
|
|
|
|
|
2017-09-14 10:13:48 +02:00
|
|
|
height: 93px;
|
|
|
|
width: 93px;
|
|
|
|
margin-right: 3 * $default-spacer;
|
2017-10-25 13:59:02 +02:00
|
|
|
background-position: 95% 50%;
|
2017-07-03 14:05:55 +02:00
|
|
|
}
|
|
|
|
|
2017-07-03 16:29:29 +02:00
|
|
|
|
2017-07-03 14:05:55 +02:00
|
|
|
.procedure-stats {
|
2022-10-06 13:02:25 +02:00
|
|
|
list-style-type: none;
|
2022-10-06 18:08:00 +02:00
|
|
|
padding-inline-start: 0;
|
2022-10-06 13:02:25 +02:00
|
|
|
|
2017-07-03 14:05:55 +02:00
|
|
|
li {
|
|
|
|
min-height: 36px;
|
|
|
|
width: 90px;
|
2017-08-30 11:12:58 +02:00
|
|
|
position: relative;
|
2017-07-03 14:05:55 +02:00
|
|
|
|
2022-10-06 18:08:00 +02:00
|
|
|
border-left: 1px solid $border-grey;
|
|
|
|
|
|
|
|
&:first-child {
|
|
|
|
border-left: none;
|
|
|
|
}
|
|
|
|
|
2017-10-11 17:54:09 +02:00
|
|
|
&:hover {
|
|
|
|
background-color: rgba(0, 0, 0, 0.05);
|
|
|
|
}
|
|
|
|
|
2017-07-03 14:05:55 +02:00
|
|
|
|
|
|
|
.stats-number,
|
|
|
|
.stats-legend {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stats-number {
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stats-legend {
|
|
|
|
font-size: 12px;
|
2020-06-11 14:33:15 +02:00
|
|
|
color: $dark-grey;
|
2017-07-03 14:05:55 +02:00
|
|
|
}
|
|
|
|
}
|
2017-08-30 11:12:58 +02:00
|
|
|
|
|
|
|
.notifications {
|
|
|
|
top: 3px;
|
|
|
|
right: 18px;
|
|
|
|
}
|
2017-07-03 14:05:55 +02:00
|
|
|
}
|
|
|
|
}
|