💄 Small visual fixes

This commit is contained in:
alonso.torres 2023-12-01 14:26:17 +01:00
parent 76a2f9bc8c
commit e9a42bbc69
12 changed files with 101 additions and 29 deletions

View file

@ -31,6 +31,7 @@
margin-top: 0;
width: 100%;
height: 100%;
padding: 0 $s-16;
&:focus {
outline: none;
@ -82,7 +83,7 @@
position: relative;
width: var(--input-width, calc(100% - $s-1));
min-width: var(--input-min-width);
height: var(--input-height, $s-32);
height: var(--input-height, $s-40);
}
.help-icon {