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