Skip to content

Instantly share code, notes, and snippets.

@nitishn
Created October 23, 2014 05:24
Show Gist options
  • Save nitishn/7551804194035b369b13 to your computer and use it in GitHub Desktop.
Save nitishn/7551804194035b369b13 to your computer and use it in GitHub Desktop.
.button
@extend %button-reset
padding: rem(10px) rem(15px)
color: #ffffff
border-radius: 8px
@extend .clickable
&.is-blue
background: linear-gradient(to bottom, $blue 0%, $blue--dark 100%)
&:hover
background: linear-gradient(to bottom, #2d9ff1 0%, #006bb8 100%)
box-shadow: inset 2px 4px 5px rgba(0, 0, 0, 0.3)
&.is-grey
background: $grey
background: linear-gradient(to bottom, $grey 0%, $grey--dark 100%)
&:hover
background: linear-gradient(to bottom, #87939d 0%, #47525d 100%)
box-shadow: inset 2px 4px 5px rgba(0, 0, 0, 0.3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment