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 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 { |