sendou.ink/app/features/calendar/components/BracketProgressionSelector.module.css
2026-03-05 20:53:29 +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;
}