1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-09-02 18:42:47 +02:00

Merge branch 'develop' into fix-is-dark-dialog

This commit is contained in:
Igor Guastalla
2019-02-08 23:28:48 -02:00
committed by GitHub
3 changed files with 6 additions and 2 deletions

View File

@@ -14,4 +14,8 @@
&.is-error {
color: map_get($error-colors, "normal");
}
&.is-disabled {
color: map_get($disabled-colors, "normal");
}
}