sendou.ink/app/features/tournament-bracket/components/MatchMapInfo.module.css
Kalle 7300693ba9
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
Custom flow in pick/ban (#2923)
2026-03-29 18:00:15 +03:00

55 lines
803 B
CSS

.container {
padding: var(--s-2);
}
.section {
display: flex;
flex-direction: column;
gap: var(--s-1-5);
}
.maps {
display: flex;
flex-wrap: wrap;
gap: var(--s-2);
}
.mapEntry {
display: flex;
flex-direction: column;
align-items: center;
gap: var(--s-0-5);
width: 90px;
}
.stageImage {
border-radius: var(--radius-box);
}
.mapLabel {
font-size: var(--font-2xs);
color: var(--color-text-high);
font-weight: var(--weight-semi);
text-align: center;
}
.modeEntry {
display: flex;
align-items: center;
gap: var(--s-1);
font-size: var(--font-sm);
font-weight: var(--weight-semi);
}
.heading {
font-size: var(--font);
font-weight: var(--weight-bold);
margin-block: 0 var(--s-2);
}
.emptyText {
font-size: var(--font-sm);
color: var(--color-text-high);
font-style: italic;
}