Skip to content

Instantly share code, notes, and snippets.

@vertcitron
Last active September 25, 2019 11:51
Show Gist options
  • Save vertcitron/ea4073bf40e380d984147e1bf9d82e8f to your computer and use it in GitHub Desktop.
Save vertcitron/ea4073bf40e380d984147e1bf9d82e8f to your computer and use it in GitHub Desktop.
$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