Skip to content

Instantly share code, notes, and snippets.

@notbrain
Created November 10, 2012 22:52
Show Gist options
  • Save notbrain/4052841 to your computer and use it in GitHub Desktop.
Save notbrain/4052841 to your computer and use it in GitHub Desktop.
@button_height: 42px;
@button_width: 159px;
a.buttonBuyNow {
width: @button_width;
height: @button_height;
background: transparent url(/img/home-leader/buyNowSprite.png) 0px 0px no-repeat scroll;
&:hover {
background-position-y: @button_height * -1;
}
&:active {
background-position-y: @button_height * -2;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment