4 lines
43 B
CSS
4 lines
43 B
CSS
|
|
.is-invalid {
|
||
|
|
border: red 4px solid;
|
||
|
|
}
|