Skip to content

Instantly share code, notes, and snippets.

@zikosichi
Last active November 25, 2016 13:32
Show Gist options
  • Save zikosichi/f964b76229a4405e6b5e34533ecbf604 to your computer and use it in GitHub Desktop.
Save zikosichi/f964b76229a4405e6b5e34533ecbf604 to your computer and use it in GitHub Desktop.
.hv-item-parent{
&:after{
position: absolute;
content: '';
width: 2px;
height: $bottom-margin / 2;
bottom: 0;
left: 50%;
background-color: $line-color;
transform: translateY(100%);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment