2021-04-29 10:41:47 +02:00
|
|
|
@import '../../../../../src/styles/variables';
|
2020-01-30 11:19:17 +01:00
|
|
|
|
2020-01-16 16:25:40 +01:00
|
|
|
.person {
|
2020-04-21 10:50:26 +02:00
|
|
|
font-weight: 700;
|
2020-01-16 16:25:40 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.preferred-result {
|
2020-04-21 10:50:26 +02:00
|
|
|
font-weight: 700;
|
|
|
|
font-size: 1.5em;
|
2020-01-16 16:25:40 +01:00
|
|
|
}
|
2020-01-29 17:30:39 +01:00
|
|
|
|
|
|
|
thead {
|
2020-04-21 10:50:26 +02:00
|
|
|
font-size: 1.25em;
|
|
|
|
font-weight: 700;
|
2020-01-29 17:30:39 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
tbody {
|
2020-04-21 10:50:26 +02:00
|
|
|
text-align: right;
|
2020-01-29 17:30:39 +01:00
|
|
|
}
|
2020-01-30 11:19:17 +01:00
|
|
|
|
|
|
|
td {
|
2020-04-21 10:50:26 +02:00
|
|
|
&.has-max-score {
|
|
|
|
background: $primary_color;
|
|
|
|
font-weight: 800;
|
|
|
|
}
|
2020-01-30 11:19:17 +01:00
|
|
|
}
|