Created
February 28, 2013 00:58
-
-
Save fethica/5053305 to your computer and use it in GitHub Desktop.
Style a button with Sass
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
border: 1px solid darken($base-color, 20%); | |
text-shadow: 0 -1px 0 darken($base-color, 10%); | |
@include box-shadow(inset 0 1px 0 lighten($base-color, 20%)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment