Compare commits

...

2 Commits

Author SHA1 Message Date
Jacob Schmidt
490ac1d363 Merge branch 'master' of https://gitea.innovativedevsolutions.org/IDSolutions/client
All checks were successful
Build / Build (push) Successful in 27s
2025-05-03 20:13:16 -05:00
Jacob Schmidt
e2ece3fde7 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.
2025-05-03 20:13:12 -05:00

View File

@ -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;