Files
sendou.ink/app/features/calendar/components/BracketProgressionFormFields.module.css
Kalle 1c3d6da4d1
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 bracket progression form UI (#3309)
2026-08-06 10:58:47 +03:00

23 lines
409 B
CSS

.syntaxCode {
background-color: var(--color-bg-higher);
padding: 2px 6px;
border-radius: var(--radius-field);
font-size: var(--font-xs);
font-weight: var(--weight-semi);
display: inline-block;
min-width: 3.5rem;
text-align: center;
}
.syntaxExample {
display: flex;
gap: var(--s-2);
align-items: baseline;
font-size: var(--font-xs);
margin-block: var(--s-2);
}
.syntaxExplanation {
flex: 1;
}