Skip to content

Instantly share code, notes, and snippets.

@daniel-nelson
Created March 29, 2018 18:34
Show Gist options
  • Save daniel-nelson/6e862409a1f46935a7ba75f24f553063 to your computer and use it in GitHub Desktop.
Save daniel-nelson/6e862409a1f46935a7ba75f24f553063 to your computer and use it in GitHub Desktop.
.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