refactor: enhance text field styles

This commit is contained in:
Hachi-R 2025-01-21 13:53:31 -03:00
parent e457950761
commit 8cb231329b

View file

@ -15,6 +15,8 @@
border: solid 1px globals.$border-color; border: solid 1px globals.$border-color;
height: 40px; height: 40px;
min-height: 40px; min-height: 40px;
flex: 1;
min-width: 0;
&:hover { &:hover {
border-color: rgba(255, 255, 255, 0.5); border-color: rgba(255, 255, 255, 0.5);
@ -67,6 +69,8 @@
&__text-field-wrapper { &__text-field-wrapper {
display: flex; display: flex;
gap: globals.$spacing-unit; gap: globals.$spacing-unit;
width: 100%;
align-items: center;
} }
&__error-label { &__error-label {