Last active
April 19, 2018 13:07
-
-
Save evalica/1bdd16a075d1772b204f3fd84bada7ea to your computer and use it in GitHub Desktop.
White arrows on Compare
This file contains hidden or 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
.changes-info-box::before, .changes-info-box::after { | |
content: '<'; | |
font-size: 100px; | |
color: #fff; | |
float: left; | |
font-weight: 700; | |
} | |
.changes-info-box::after { | |
content: '>'; | |
position: absolute; | |
right: 30px; | |
top: 0; | |
} | |
.changes-info-box:first-of-type::after, .changes-info-box:nth-child(2)::before { | |
display: none; | |
} |
Author
evalica
commented
Apr 17, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment