mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
27 lines
301 B
SCSS
27 lines
301 B
SCSS
@import '../../../../../src/styles/variables';
|
|
|
|
.person {
|
|
font-weight: 700;
|
|
}
|
|
|
|
.preferred-result {
|
|
font-weight: 700;
|
|
font-size: 1.5em;
|
|
}
|
|
|
|
thead {
|
|
font-size: 1.25em;
|
|
font-weight: 700;
|
|
}
|
|
|
|
tbody {
|
|
text-align: right;
|
|
}
|
|
|
|
td {
|
|
&.has-max-score {
|
|
background: $primary_color;
|
|
font-weight: 800;
|
|
}
|
|
}
|