Skip to content

Instantly share code, notes, and snippets.

@gabriel-dehan
Created May 17, 2018 20:36
Show Gist options
  • Save gabriel-dehan/ab65e3395f3c7a6749fe3cb3405c3849 to your computer and use it in GitHub Desktop.
Save gabriel-dehan/ab65e3395f3c7a6749fe3cb3405c3849 to your computer and use it in GitHub Desktop.
card-tags
.card-tags {
position: absolute;
width: 80%;
padding: 8px;
span {
background: $blue;
font-size: .7em;
padding: 2px 4px;
border-radius: 3px;
}
a {
color: white;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment