summaryrefslogtreecommitdiffstats
path: root/src/components/atoms/forms/forms.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/atoms/forms/forms.module.scss')
-rw-r--r--src/components/atoms/forms/forms.module.scss12
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);
+}