sendou.ink/app/features/calendar/components/BracketProgressionSelector.module.css
Kalle fef1ffc955
Design refresh + a bunch of stuff (#2864)
Co-authored-by: hfcRed <hfcred@gmx.net>
2026-03-19 17:51:42 +02:00

12 lines
189 B
CSS

.count {
color: var(--color-accent-high);
font-size: var(--font-sm);
white-space: nowrap;
}
.divider {
background-color: var(--color-accent-high);
width: 2px;
align-self: stretch;
}