1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-31 09:41:47 +02:00

Merge pull request #52 from KeevanDance/master

swapped primary and success button styling
This commit is contained in:
ダーシノ
2018-12-02 14:59:33 +09:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

View File

@@ -62,8 +62,8 @@
// Other styles
// prettier-ignore
$types:
"primary" #fff #92cc41 #76c442 #4aa52e,
"success" #fff #209cee #108de0 #006bb3,
"success" #fff #92cc41 #76c442 #4aa52e,
"primary" #fff #209cee #108de0 #006bb3,
"warning" $base-color #f7d51d #f2c409 #e59400,
"error" #fff #e76e55 #ce372b #8c2022;