0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-04 21:38:53 -05:00
penpot/resources/styles/partials/forms.scss
2016-02-21 16:23:47 +02:00

10 lines
108 B
SCSS

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