sendou.ink/app/components/match-page/MatchBannerTopRow.module.css
2026-04-03 14:00:00 +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);
}