funky-framadate-front/src/app/pages/voting/voting-summary/voting-summary.component.scss

27 lines
335 B
SCSS
Raw Normal View History

2020-01-30 11:19:17 +01:00
@import "../../../../assets/scss/variables";
.person {
font-weight: 700;
}
.preferred-result {
font-weight: 700;
font-size: 1.5em;
}
2020-01-29 17:30:39 +01:00
thead {
font-size: 1.25em;
font-weight: 700;
}
tbody {
text-align: right;
}
2020-01-30 11:19:17 +01:00
td {
&.has-max-score {
background: $primary_color;
font-weight: 800;
}
}