fix(style): set correct line height for inputs; add more padding to labels; bigger icons in input-right
This commit is contained in:
parent
989212754a
commit
2a997b4edc
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue