market/src/components/@shared/FormInput/Label.module.css

9 lines
203 B
CSS

.label {
color: var(--font-color-text);
font-size: var(--font-size-base);
font-family: var(--font-family-heading);
line-height: 1.2;
display: block;
margin-bottom: calc(var(--spacer) / 4);
}