Skip to content

Instantly share code, notes, and snippets.

@ryancoughlin
Created July 24, 2013 19:54
Show Gist options
  • Save ryancoughlin/6073946 to your computer and use it in GitHub Desktop.
Save ryancoughlin/6073946 to your computer and use it in GitHub Desktop.
P9 - Blue Button Styles
.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