Created
July 24, 2013 19:54
-
-
Save ryancoughlin/6073946 to your computer and use it in GitHub Desktop.
P9 - Blue Button Styles
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
.rounded-rectangle-9-copy-5 { | |
width: 134px; | |
height: 38px; | |
border: 1px solid #236fc5; | |
@include border-radius(4px); | |
@include background-clip(padding-box); | |
background-color: #77af2b; | |
@include box-shadow(0 1px 3px rgba(24,72,126,.6), inset 0 1px 0 rgba(255,255,255,.5), inset 0 0 4px rgba(250,247,195,.33)); | |
@include background-image(linear-gradient(bottom, #3b85d9 0%, #4089dd 22.24%, #76b6ff 100%)); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment