Skip to content

Instantly share code, notes, and snippets.

@susanjrobertson
Created January 14, 2015 00:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save susanjrobertson/2a03f1f557446f97b700 to your computer and use it in GitHub Desktop.
Save susanjrobertson/2a03f1f557446f97b700 to your computer and use it in GitHub Desktop.
Buttons, things to remember
.btn,
a.btn {
@include fontSize(16px);
background-color: $blue;
border-radius: 2em;
border: none;
color: $white;
cursor: pointer;
display: inline-block;
font-weight: 400;
line-height: 3;
overflow: hidden;
padding: 0 20px;
position: relative;
text-align: center;
text-decoration: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment