Created
July 24, 2014 10:19
-
-
Save foliea/0b7d52b82d3933c96e61 to your computer and use it in GitHub Desktop.
This file contains 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 characters
.ground-button { | |
@extend .button.secondary; | |
@include ground-border; | |
&:hover { | |
background-color: adjust-color($ground-primary-color, $lightness: -15%) | |
} | |
&:focus { | |
background-color: adjust-color($ground-primary-color, $lightness: -25%) | |
} | |
&:active { | |
background-color: adjust-color($ground-primary-color, $lightness: -25%) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment