Last active
November 25, 2016 13:32
-
-
Save zikosichi/f964b76229a4405e6b5e34533ecbf604 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
.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