1
0
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:
ダーシノ
2018-12-09 22:19:57 +09:00
committed by Abdullah Samman
parent 629a2042d9
commit b29f88ae3f
6 changed files with 92 additions and 52 deletions

View File

@@ -117,7 +117,7 @@
}
&::after {
border-color: #fff;
border-color: $background-color;
}
&.with-title {