From 748e70a86633c8bb3ba57a5136ed55bbaebe9c4c Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Fri, 2 Jul 2021 20:00:14 +0530 Subject: added reset buttons to the form --- src/components/Form/Form.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/components/Form/Form.scss') 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 { -- cgit v1.2.3