Skip to content

Instantly share code, notes, and snippets.

@foliea
Created July 24, 2014 10:19
Show Gist options
  • Save foliea/0b7d52b82d3933c96e61 to your computer and use it in GitHub Desktop.
Save foliea/0b7d52b82d3933c96e61 to your computer and use it in GitHub Desktop.
.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