diff options
Diffstat (limited to 'src/components/Form/Form.scss')
-rw-r--r-- | src/components/Form/Form.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/components/Form/Form.scss b/src/components/Form/Form.scss index 43aee39..e0ec4f9 100644 --- a/src/components/Form/Form.scss +++ b/src/components/Form/Form.scss @@ -109,4 +109,15 @@ input { @include formWideLabel(); } +.floatingForm .menu { + position: absolute; + + right: 0.5rem; + bottom: 0.5rem; +} + +.floatingForm .menu * { + margin: 1rem; +} + |