CSS modules ownership cleanup

Closes #3358
This commit is contained in:
Kalle
2026-08-21 21:51:31 +03:00
parent 5c888a5395
commit 9a237ff26a
182 changed files with 4537 additions and 4545 deletions

View File

@@ -0,0 +1,7 @@
.resultsPlayers {
display: flex;
flex-direction: column;
padding: 0;
gap: var(--s-3);
list-style: none;
}