Skip to content

Instantly share code, notes, and snippets.

@pauloiankoski
Created February 20, 2014 19:04
Show Gist options
  • Save pauloiankoski/9120830 to your computer and use it in GitHub Desktop.
Save pauloiankoski/9120830 to your computer and use it in GitHub Desktop.
.btn-color {
background: @color;
border-color: darken(@color, 5%);
border-radius: 0;
text-transform: uppercase;
&:hover,
&:focus,
&:active,
&.active {
background: darken(@color, 8%);
border-color: darken(@color, 12%);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment