Skip to content

Instantly share code, notes, and snippets.

@tonysaffo
Created September 26, 2018 11:52
Show Gist options
  • Save tonysaffo/ffc37743435391fe1a6d148bbadb60bf to your computer and use it in GitHub Desktop.
Save tonysaffo/ffc37743435391fe1a6d148bbadb60bf to your computer and use it in GitHub Desktop.
&:after
z-index: 1
content: ''
position: absolute
width: 10px
height: 45px
background-color: $turquoise
left: 20px
top: 40px
&:last-of-type
&:after
height: 35px
&:before
content: ''
position: absolute
width: 10px
height: 20px
//background-color: $turquoise
//transform: rotate(45deg)
width: 0
height: 0
border-left: 13px solid transparent
border-right: 13px solid transparent
border-top: 13px solid $turquoise
left: 12px
top: 70px
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment