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:
@@ -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 {
|
||||
|
@@ -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);
|
||||
|
Reference in New Issue
Block a user