diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-07-02 20:00:14 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-07-02 20:00:14 +0530 |
commit | 748e70a86633c8bb3ba57a5136ed55bbaebe9c4c (patch) | |
tree | 009f13c46f9e15012db379451ada548f91b5ec37 /src/components/Form/Form.scss | |
parent | e946f0e51cbe72cec6bdf599c8ee9c1be1f64e0b (diff) |
added reset buttons to the form
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 a850309..91ba8b1 100644 --- a/src/components/Form/Form.scss +++ b/src/components/Form/Form.scss @@ -50,6 +50,17 @@ input[type=number] { input { box-sizing: border-box; + height: $fontSize2 + 0.25; +} + +.buttonInput .icon { + margin-right: 0.5rem; + font-size: $fontSize1 + 0.5; + margin-bottom: -0.25rem; +} + +.icon:hover { + color: $altFG; } .wideInputBox, .selectInputBox { |