aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/forms/fieldset.module.scss
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-06-01 19:34:43 +0200
committerArmand Philippot <git@armandphilippot.com>2022-06-01 22:32:16 +0200
commit6be20422494e3806fba3d1c5ad5c3e98bd6e67e5 (patch)
tree7c679e54ba4bbadaf0a59bbde780f5742e3b875d /src/components/atoms/forms/fieldset.module.scss
parent8320b1d39ea6402c32e907dbb35082efc6af9f5a (diff)
chore: replace the Ackee select by a toggle component
Diffstat (limited to 'src/components/atoms/forms/fieldset.module.scss')
-rw-r--r--src/components/atoms/forms/fieldset.module.scss28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/components/atoms/forms/fieldset.module.scss b/src/components/atoms/forms/fieldset.module.scss
deleted file mode 100644
index d1b5956..0000000
--- a/src/components/atoms/forms/fieldset.module.scss
+++ /dev/null
@@ -1,28 +0,0 @@
-.wrapper {
- max-width: 100%;
- padding: 0;
- border: none;
-
- &--inline {
- display: flex;
- flex-flow: row wrap;
- align-items: center;
-
- .legend {
- float: left;
- margin-right: var(--spacing-2xs);
- }
- }
-
- &--stacked {
- .legend {
- padding: 0 var(--spacing-xs) 0 0;
- }
- }
-}
-
-.legend {
- color: var(--color-primary-darker);
- font-size: var(--font-size-md);
- font-weight: 600;
-}