fix(style): set correct line height for inputs; add more padding to labels; bigger icons in input-right

This commit is contained in:
ArneBo 2024-12-29 19:04:46 +01:00 committed by upsiflu
parent 989212754a
commit 2a997b4edc
1 changed files with 6 additions and 2 deletions

View File

@ -11,7 +11,7 @@
padding: 8px 12px; padding: 8px 12px;
font-size: 14px; font-size: 14px;
font-family: $font-main; font-family: $font-main;
line-height: inherit; line-height: 28px;
border: none; border: none;
border-radius: var(--fw-border-radius); border-radius: var(--fw-border-radius);
cursor: text; cursor: text;
@ -61,7 +61,7 @@
} }
> .label { > .label {
padding-bottom: 4px; padding-bottom: 8px;
font-size:14px; font-size:14px;
font-weight:600; font-weight:600;
} }
@ -100,6 +100,10 @@
height: 40px; height: 40px;
min-width: 44px; min-width: 44px;
display: flex; display: flex;
> i {
font-size:18px;
}
} }
> .search { > .search {