Skip to content

Instantly share code, notes, and snippets.

@mjr27
Created April 19, 2012 16:30
Show Gist options
  • Save mjr27/2422152 to your computer and use it in GitHub Desktop.
Save mjr27/2422152 to your computer and use it in GitHub Desktop.
.oBtnPrimary {
@include o-btn-template($white,
linear-gradient(#febb1f 0%, #fda122 90%, #fd911c), #fd8a25,
linear-gradient(#ffcd48, #ffac3e), #fd9f25,
linear-gradient(#f48418, #f59117), #eb680f,
rgba(175, 58, 0, 0.29), rgba(238, 111, 17,1),
0px -1px 0px, transparentize($white, 0.8)
);
}
.oBtnSecondary {
@include o-btn-template(#80807c,
linear-gradient(#f4f4f2, #e5e5e3), #d1d1d1,
linear-gradient(#f8f8f7, #ededec), #d6d6d4,
linear-gradient(center top, #d2d2d0 0%, #dddddc), #b2b0b0,
rgba(204,202,202,0.51), transparentize(grayscale(183), 0.6),
0px 1px 0px, rgba(183,183,182,0.7)
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment