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
.arrowRight:after { | |
content: "\27A1"; /* Unicode block arrow */ | |
font-size: 2em; /* Make it big */ | |
display: inline-block; /* Give it block properties (margin/padding) without putting in a new line */ | |
vertical-align: middle; /* Align it in relation to its neighbors */ | |
text-decoration: none; /* Inside a link, don't underline this part */ | |
color: #1a96c6; | |
margin-right: 5px; /* Breathing room */ | |
position: relative; /* Needed to make top/left work */ | |
top: -0.08em; /* Fudge it up a bit */ |