Skip to content

Instantly share code, notes, and snippets.

@renemeye
Last active August 29, 2015 13:58
Show Gist options
  • Save renemeye/10305899 to your computer and use it in GitHub Desktop.
Save renemeye/10305899 to your computer and use it in GitHub Desktop.
.arrow {
content:"<";
text-indent: -9999px;
display: block;
position: relative;
left: -10px;
top: 50%;
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-right:10px solid $jump_border_inpage;
&:after {
content:"<";
text-indent: -9999px;
display: block;
position: relative;
top: -50%;
left: 1px;
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-right:10px solid white;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment