6 lines
90 B
CSS
6 lines
90 B
CSS
|
.input-field {
|
||
|
width: auto;
|
||
|
}
|
||
|
.input-field input {
|
||
|
border-color: var(--primary);
|
||
|
}
|