Skip to content

Instantly share code, notes, and snippets.

@ascott1
Last active August 29, 2015 14:02
Show Gist options
  • Save ascott1/6ec0a582c366b9d2c63f to your computer and use it in GitHub Desktop.
Save ascott1/6ec0a582c366b9d2c63f to your computer and use it in GitHub Desktop.
> link icon without border
.go-link {
display: inline-block;
position: relative;
margin-right: 1.25em;
}
.go-link:after {
.cf-icon;
content: "\e002";
display: block;
position: absolute;
top: 25%;
right: -1em;
padding-left: .25em;
width: 1em;
border-bottom: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment