Last active
September 25, 2019 11:51
-
-
Save vertcitron/ea4073bf40e380d984147e1bf9d82e8f 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
$primary: #6699ff | |
button | |
border: none | |
border-radius: 0.33rem | |
padding: 0.5rem 1rem | |
background-color: $primary | |
color: white | |
&:hover | |
background-color: lighten($primary, 10%) | |
&:active | |
background-color: darken($primary, 10%) | |
&:focus | |
outline: none |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment