summaryrefslogtreecommitdiffstats
path: root/src/components/Form/Form.module.scss
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-02-25 18:02:55 +0100
committerArmand Philippot <git@armandphilippot.com>2022-02-25 18:13:49 +0100
commitcb4764f8670f67627c407591c89b8d3637c190a7 (patch)
treebc95737e6d7f3ccca1b40c469591c5687327ddeb /src/components/Form/Form.module.scss
parent774d5b4c538d93889bf743b6cd7d01a85f8715e6 (diff)
refactor: replace label elements with Label component
Diffstat (limited to 'src/components/Form/Form.module.scss')
-rw-r--r--src/components/Form/Form.module.scss12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/components/Form/Form.module.scss b/src/components/Form/Form.module.scss
index e805c52..6ccdb11 100644
--- a/src/components/Form/Form.module.scss
+++ b/src/components/Form/Form.module.scss
@@ -27,14 +27,6 @@
max-width: 45ch;
}
-.label {
- display: block;
- color: var(--color-primary-darker);
- font-size: var(--font-size-sm);
- font-variant: small-caps;
- font-weight: 600;
-}
-
.field {
width: 100%;
padding: var(--spacing-2xs) var(--spacing-xs);
@@ -63,10 +55,6 @@
min-height: fun.convert-px(200);
}
-.required {
- color: var(--color-secondary);
-}
-
.wrapper--search {
> input {
padding-right: calc(var(--btn-size) + var(--spacing-2xs));