mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-30 17:30:23 +02:00
adding is-dark modifier to input
This commit is contained in:
@@ -13,6 +13,12 @@
|
||||
|
||||
@include border-style($base-color, map-get($default-colors, "hover"));
|
||||
|
||||
&.is-dark {
|
||||
@include border-style(map-get($default-colors, "normal"), map-get($default-colors, "hover"));
|
||||
|
||||
color: $background-color;
|
||||
background-color: $base-color;
|
||||
}
|
||||
&.is-success {
|
||||
@include border-style(map-get($success-colors, "normal"), map-get($success-colors, "hover"));
|
||||
}
|
||||
|
Reference in New Issue
Block a user