Created
March 29, 2018 18:34
-
-
Save daniel-nelson/6e862409a1f46935a7ba75f24f553063 to your computer and use it in GitHub Desktop.
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
.fa-events-icons-failed { | |
&.icon { | |
&::before { | |
display: none; | |
} | |
&::after { | |
@extend .din-bold; | |
} | |
} | |
&.icon-close { | |
&::after { | |
content: '×'; | |
} | |
} | |
&.calendar-button { | |
&::after { | |
content: 'CALENDAR'; | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment