Created
March 6, 2017 04:53
-
-
Save tdtgit/a3b8b40d6d9970ad3addbd9f9619fe76 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
.timeline__item__icon-wrap:before { | |
content: " "; | |
display: block; | |
border-left: 4px dotted #47a0ff; | |
height: 100%; | |
position: absolute; | |
top: 0; | |
left: 50%; | |
-moz-transform: translate(-50%,0); | |
-ms-transform: translate(-50%,0); | |
-webkit-transform: translate(-50%,0); | |
-o-transform: translate(-50%,0); | |
transform: translate(-50%,0); | |
z-index: 1; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment