Skip to content

Instantly share code, notes, and snippets.

@chrisjimallen
Last active August 29, 2015 14:12
Show Gist options
  • Save chrisjimallen/004f5e481ea114d8a943 to your computer and use it in GitHub Desktop.
Save chrisjimallen/004f5e481ea114d8a943 to your computer and use it in GitHub Desktop.
.submit-button {
@include button;
border-radius: 3px;
font-size: rem-calc(20);
text-transform: capitalize;
background-color : $cta-color;
display: block;
margin: rem-calc(10) auto;
&:hover,
&:focus {
background-color: darken($cta-color, 5%);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment