Created
December 9, 2019 17:00
-
-
Save timsully/b752d1248468031ee0d6092c30c9f5ab to your computer and use it in GitHub Desktop.
Revisions
-
timsully created this gist
Dec 9, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,20 @@ .button-primary { background-color: $liteColor; &:focus { background-color: $liteColor; } &:hover { background-color: $liteColorHover; } &:active { background-color: $liteColorActive; } &:disabled, &.disabled { &, &:hover, &:focus, &:active { background-color: $liteColorDisabled; } } }