Created
August 20, 2014 17:31
-
-
Save nthj/8b3071da3ad97333a4be to your computer and use it in GitHub Desktop.
Font Awesome Awesomeness
This file contains 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
// 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