Skip to content

Instantly share code, notes, and snippets.

@kristoferjoseph
Created August 21, 2013 22:55
Show Gist options
  • Save kristoferjoseph/6301268 to your computer and use it in GitHub Desktop.
Save kristoferjoseph/6301268 to your computer and use it in GitHub Desktop.
Topcoat button skin example
.topcoat-button {
padding: 0 1.25rem;
line-height: 3rem;
border-radius: 6px;
color: #454545;
text-shadow: 0 1px #fff;
background-color: #e5e9e8;
box-shadow: inset 0 1px #fff;
border: 1px solid #a5a8a8;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment