1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-09-01 10:02:57 +02:00

updated input success color for both css and sass

This commit is contained in:
jkd65
2018-12-02 09:45:40 -06:00
parent 10aa73c3c3
commit 8046ee6b78
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@
@include border-style($base-color, #e7e7e7);
&.is-success {
@include border-style(#209cee, #108de0);
@include border-style(#92cc41, #76c442);
}
&.is-warning {
@include border-style(#f7d51d, #f2c409);