0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 07:29:08 -05:00

💄 Use color var for invalid forms

This commit is contained in:
mathieu.brunot 2019-02-20 03:19:53 +01:00
parent 2662f9f72c
commit 5ed4ef907b
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0

View file

@ -11,7 +11,7 @@ input,
select,
textarea {
&.invalid {
border-color: red;
color: red;
border-color: $color-danger;
color: $color-danger;
}
}