2015-12-30 00:19:48 +02:00

11 lines
108 B
SCSS

// TODO: juan revisit
input,
select,
textarea {
&.invalid {
border-color: red;
color: red;
}
}