sendou.ink/app/components/Label.module.css
Kalle 2b5b1b1948
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 match page (#3032)
2026-05-04 18:15:10 +03:00

30 lines
412 B
CSS

.container {
display: flex;
align-items: flex-end;
gap: var(--s-2);
margin-block-end: var(--label-margin);
.mb-0 {
margin-block-end: 0;
}
& > label {
margin: 0;
text-box: trim-start cap alphabetic;
}
}
.value {
color: var(--color-text-high);
font-size: var(--font-2xs);
margin-block-start: -5px;
}
.valueWarning {
color: var(--color-warning);
}
.valueError {
color: var(--color-error);
}