0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-06 22:38:13 -05:00
penpot/resources/public/styles/partials/forms.scss
2015-12-30 00:19:48 +02:00

10 lines
108 B
SCSS

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