Files
ts-onlinetime-ranks/frontend/src/components/UserList/UserList.scss

24 lines
370 B
SCSS

.UserList {
.first-place {
font-size: xx-large;
font-weight: bolder;
color: gold;
}
.second-place {
font-size: x-large;
font-weight: bold;
color: silver;
}
.third-place {
font-size: larger;
color: saddlebrown;
}
.SeasonSwitch {
padding-bottom: 1rem;
}
}