From cb4764f8670f67627c407591c89b8d3637c190a7 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Fri, 25 Feb 2022 18:02:55 +0100 Subject: refactor: replace label elements with Label component --- src/components/Form/Form.module.scss | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/components/Form/Form.module.scss') 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)); -- cgit v1.2.3