24 lines
370 B
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;
|
|
}
|
|
}
|
|
|