sendou.ink/app/components/match-page/MatchBannerTopRow.module.css
Kalle 2b5b1b1948
Some checks are pending
E2E Tests / e2e (push) Waiting to run
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run
New match page (#3032)
2026-05-04 18:15:10 +03:00

16 lines
213 B
CSS

.root {
display: flex;
justify-content: space-between;
padding-inline: var(--s-1-5);
}
.values {
display: flex;
gap: var(--s-2);
font-weight: var(--weight-semi);
}
.sub {
color: var(--color-text-high);
}