Skip to content

Instantly share code, notes, and snippets.

@jackjennings
Created December 22, 2015 23:38
Show Gist options
  • Save jackjennings/8c31706fb19bb1d84ab0 to your computer and use it in GitHub Desktop.
Save jackjennings/8c31706fb19bb1d84ab0 to your computer and use it in GitHub Desktop.
label::after {
content: "";
height: 8px;
width: 0;
border-top: 7px solid $color-white;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
position: absolute;
right: 16px;
top: 14px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment