mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 15:39:50 -05:00
💄 Use color var for invalid forms
This commit is contained in:
parent
2662f9f72c
commit
5ed4ef907b
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ input,
|
||||||
select,
|
select,
|
||||||
textarea {
|
textarea {
|
||||||
&.invalid {
|
&.invalid {
|
||||||
border-color: red;
|
border-color: $color-danger;
|
||||||
color: red;
|
color: $color-danger;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue