mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-31 17:51:46 +02:00
refactor: color variables (#132)
* refactor(buttons.scss): add color variables * refactor(inputs.scss): replace to color variables * refactor(checkboxes.scss): replace to color variables * refactor(containers.scss): replace to color variables * refactor(radios.scss): replace to color variables
This commit is contained in:
@@ -117,7 +117,7 @@
|
||||
}
|
||||
|
||||
&::after {
|
||||
border-color: #fff;
|
||||
border-color: $background-color;
|
||||
}
|
||||
|
||||
&.with-title {
|
||||
|
Reference in New Issue
Block a user