6 lines
100 B
CSS
6 lines
100 B
CSS
.error-input
|
|
{
|
|
border: 1px solid red !important;
|
|
/* Add any other styling as needed */
|
|
}
|