0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-30 19:00:10 -05:00
penpot/resources/styles/partials/forms.scss

11 lines
108 B
SCSS
Raw Normal View History

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