Created
October 23, 2014 05:24
-
-
Save nitishn/7551804194035b369b13 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
.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