diff options
Diffstat (limited to 'src/components/Form/Form.module.scss')
| -rw-r--r-- | src/components/Form/Form.module.scss | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/components/Form/Form.module.scss b/src/components/Form/Form.module.scss index e464293..e805c52 100644 --- a/src/components/Form/Form.module.scss +++ b/src/components/Form/Form.module.scss @@ -4,9 +4,15 @@ width: 100%; &--search, - &--theme { + &--toggle { display: flex; flex-flow: row nowrap; + align-items: center; + } + + &--toggle { + position: relative; + margin: var(--spacing-sm) 0; } &--centered { |
