6 lines
85 B
CSS
6 lines
85 B
CSS
.auth-validation-error{
|
|
display: block;
|
|
color: red;
|
|
font-size: 0.7rem;
|
|
}
|