From 2a997b4edc8eac6e022aef1ea3775b249f8a595a Mon Sep 17 00:00:00 2001 From: ArneBo Date: Sun, 29 Dec 2024 19:04:46 +0100 Subject: [PATCH] fix(style): set correct line height for inputs; add more padding to labels; bigger icons in input-right --- front/src/components/ui/input.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/front/src/components/ui/input.scss b/front/src/components/ui/input.scss index a4baeb022..6054cfbdc 100644 --- a/front/src/components/ui/input.scss +++ b/front/src/components/ui/input.scss @@ -11,7 +11,7 @@ padding: 8px 12px; font-size: 14px; font-family: $font-main; - line-height: inherit; + line-height: 28px; border: none; border-radius: var(--fw-border-radius); cursor: text; @@ -61,7 +61,7 @@ } > .label { - padding-bottom: 4px; + padding-bottom: 8px; font-size:14px; font-weight:600; } @@ -100,6 +100,10 @@ height: 40px; min-width: 44px; display: flex; + + > i { + font-size:18px; + } } > .search {