Skip to content

Instantly share code, notes, and snippets.

@fethica
Created February 28, 2013 00:58
Show Gist options
  • Save fethica/5053305 to your computer and use it in GitHub Desktop.
Save fethica/5053305 to your computer and use it in GitHub Desktop.
Style a button with Sass
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