sendou.ink/app/components/elements/Label.module.css
2026-05-25 17:35:44 +03:00

8 lines
140 B
CSS

.label {
font-size: var(--font-xs);
font-weight: var(--weight-bold);
margin: 0;
display: block;
text-box: trim-start cap alphabetic;
}