Skip to content

Instantly share code, notes, and snippets.

@linuslundahl
Created May 22, 2012 08:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linuslundahl/2767526 to your computer and use it in GitHub Desktop.
Save linuslundahl/2767526 to your computer and use it in GitHub Desktop.
SASS with Compass button style
@mixin button($bg, $color)
background: $orange
@include background-image(linear-gradient(($bg*1.6), $bg 40%, $bg))
@include box-shadow(($bg*2) 0 1px 1px 0 inset)
@include border-radius(5px)
border: 1px solid ($bg/1.2)
color: $color
font: normal normal 300 1em/150% "Helvetica Neue", Arial, sans-serif
margin: 0 10px 0 0
padding: 5px 10px
text-transform: uppercase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment