0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-07 23:08:24 -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;
}
}