1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-09-09 05:40:51 +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

@@ -800,8 +800,8 @@ button,
}
.input.is-success {
outline-color: #108de0;
box-shadow: 0 4px #209cee, 0 -4px #209cee, 4px 0 #209cee, -4px 0 #209cee;
outline-color: #76c442;
box-shadow: 0 4px #92cc41, 0 -4px #92cc41, 4px 0 #92cc41, -4px 0 #92cc41;
}
.input.is-warning {

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);