0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-12 10:09:03 -05:00
penpot/resources/public/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;
}
}