Add podium styling and conditional rendering for players in musikgame detail template
This commit is contained in:
parent
33896916e6
commit
b1ec960dfa
2 changed files with 31 additions and 1 deletions
|
@ -137,3 +137,27 @@ td.c, th.c {
|
|||
table select {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.podium {
|
||||
> :first-child {
|
||||
font-weight: 900;
|
||||
font-size: 1.25em;
|
||||
&::marker {
|
||||
color: var(--pico-color-amber-200);
|
||||
}
|
||||
}
|
||||
> :nth-child(2) {
|
||||
font-weight: 800;
|
||||
font-size: 1.1em;
|
||||
&::marker {
|
||||
color: var(--pico-color-grey-300);
|
||||
}
|
||||
}
|
||||
> :nth-child(3) {
|
||||
font-weight: 600;
|
||||
font-size: 1.1em;
|
||||
&::marker {
|
||||
color: var(--pico-color-sand-300);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue