Created
December 22, 2015 23:38
-
-
Save jackjennings/8c31706fb19bb1d84ab0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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