feat: Style rank and side badges
This commit introduces styling for side badges and updates the styling for rank badges. It applies padding, border-radius, font-size, and text-transform properties to both badge types, ensuring visual consistency.
This commit is contained in:
parent
771b5f1c32
commit
e2ece3fde7
@ -525,8 +525,9 @@ header {
|
|||||||
letter-spacing: 0.025em;
|
letter-spacing: 0.025em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Rank badges */
|
/* Rank & Side badges */
|
||||||
.player-rank {
|
.player-rank,
|
||||||
|
.player-side {
|
||||||
padding: 0.25rem 0.5rem;
|
padding: 0.25rem 0.5rem;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user