Skip to content

Instantly share code, notes, and snippets.

@nathanacurtis
Last active February 4, 2020 04:59
Show Gist options
  • Save nathanacurtis/2ec08026c75e280d558d65e472f6b465 to your computer and use it in GitHub Desktop.
Save nathanacurtis/2ec08026c75e280d558d65e472f6b465 to your computer and use it in GitHub Desktop.
Tokens01
.pill {
background-color: $background-color-light;
border: $border-hairline;
border-radius: $border-radius;
display: inline-block;
font-size: $font-size-metadata;
margin: $space-inline-left-xs;
padding: $space-inset-xs;
}
.pill--reverse {
background-color: $background-color-dark;
border-color: $background-color-dark;
color: $text-color-light;
}
.pill--ghost {
background-color: transparent;
color: $text-color-light;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment