mirror of
https://github.com/penpot/penpot.git
synced 2026-03-27 22:00:35 +01:00
11 lines
108 B
SCSS
11 lines
108 B
SCSS
// TODO: juan revisit
|
|
|
|
input,
|
|
select,
|
|
textarea {
|
|
&.invalid {
|
|
border-color: red;
|
|
color: red;
|
|
}
|
|
}
|