Last active
August 29, 2015 14:12
-
-
Save chrisjimallen/004f5e481ea114d8a943 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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