Skip to content

Instantly share code, notes, and snippets.

@nthj
Created August 20, 2014 17:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nthj/8b3071da3ad97333a4be to your computer and use it in GitHub Desktop.
Save nthj/8b3071da3ad97333a4be to your computer and use it in GitHub Desktop.
Font Awesome Awesomeness
// multi-ticket icon
.fa-tickets {
&:after, &:before {
content: "\f145";
}
&:after {
margin-left: -12px;
opacity: 0.7;
}
}
.fa-copy-ticket {
&:after, &:before {
content: "\f145";
}
&:after {
border-left: solid #CCC 1px;
margin-left: 2px;
padding-left: 2px;
opacity: 0.75;
-webkit-filter: blur(1px);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment