diff options
Diffstat (limited to 'src/components/atoms/forms/fieldset.module.scss')
| -rw-r--r-- | src/components/atoms/forms/fieldset.module.scss | 28 |
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; -} |
