mirror of
https://github.com/penpot/penpot.git
synced 2025-02-04 21:38:53 -05:00
10 lines
108 B
SCSS
10 lines
108 B
SCSS
// TODO: juan revisit
|
|
|
|
input,
|
|
select,
|
|
textarea {
|
|
&.invalid {
|
|
border-color: red;
|
|
color: red;
|
|
}
|
|
}
|