Skip to content

Instantly share code, notes, and snippets.

@katydecorah
Last active December 24, 2015 05:09
Show Gist options
  • Save katydecorah/6748647 to your computer and use it in GitHub Desktop.
Save katydecorah/6748647 to your computer and use it in GitHub Desktop.
.label {
background: rgba($blue,0.5);
border-color: rgba($blue,0.5);
border-radius: 0.25em;
color: #fff;
display: inline-block;
margin: 0.3em;
padding: 0.25em 0.75em;
&:hover {
background: darken(rgba($blue,0.5),15%);
color: #fff;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment