diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-05-02 15:17:28 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-05-02 15:17:28 +0530 |
commit | 6c0164e035bc9762a81ccbaade714e5193538095 (patch) | |
tree | d9e06dfc6ae46f0321424800a64fb0c64a89578d /src/components/Form/Form.scss | |
parent | 7811161205e743ba40ce036b1486520f52414c34 (diff) |
added back the menu buttons on RegisterItemForm now it works
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; +} + |