aboutsummaryrefslogtreecommitdiff
path: root/src/components/Form/Form.scss
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-04-28 17:53:25 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-04-28 17:53:25 +0530
commit05dcdcc398af3ec859a750d7e514a286a265da94 (patch)
tree554a72c3bcb3f704806b972cef94bec5ae267084 /src/components/Form/Form.scss
parent5ca14fcf3e949308eb0b2d636169e6601df1908d (diff)
styled the RegisterItemForm properly and introduced like 20 bugs
Diffstat (limited to 'src/components/Form/Form.scss')
-rw-r--r--src/components/Form/Form.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/components/Form/Form.scss b/src/components/Form/Form.scss
index f7a2d2e..601b8e9 100644
--- a/src/components/Form/Form.scss
+++ b/src/components/Form/Form.scss
@@ -119,6 +119,16 @@ label {
justify-content: space-around;
}
+.RegisterItemFormContainer .menu {
+ position: absolute;
+ right: 1rem; bottom: 0.25rem;
+}
+
+.RegisterItemFormContainer input[type=submit],
+.RegisterItemFormContainer input[type=button] {
+ margin: 1rem;
+}
+
.MetaInfoForm {
width: 60%;
}