diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-03-31 18:21:30 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-03-31 18:21:30 +0200 |
| commit | 581632a626f81bce522be1cd809e9832d5b11c99 (patch) | |
| tree | d00f1bb0ac632ed2c3c79f6797a37745cf294db5 /src/components/atoms/forms/forms.module.scss | |
| parent | d67328f866fa469b67e2525556388d4bcc283737 (diff) | |
chore: add a Label component
Diffstat (limited to 'src/components/atoms/forms/forms.module.scss')
| -rw-r--r-- | src/components/atoms/forms/forms.module.scss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/components/atoms/forms/forms.module.scss b/src/components/atoms/forms/forms.module.scss index 5a61522..689a318 100644 --- a/src/components/atoms/forms/forms.module.scss +++ b/src/components/atoms/forms/forms.module.scss @@ -41,3 +41,15 @@ } } } + +.label { + display: block; + color: var(--color-primary-darker); + font-size: var(--font-size-sm); + font-variant: small-caps; + font-weight: 600; +} + +.required { + color: var(--color-secondary); +} |
