Skip to content

Instantly share code, notes, and snippets.

@jonnykates
Created March 22, 2018 09:32
Show Gist options
  • Save jonnykates/638ee8c758c5feb14b4941d9a0001b96 to your computer and use it in GitHub Desktop.
Save jonnykates/638ee8c758c5feb14b4941d9a0001b96 to your computer and use it in GitHub Desktop.
// Home icon
ul.topLevel > li.menu1 {
> a {
font-size: 0; // Take down the label
&:before {
content: '\f015';
font-family: 'FontAwesome';
display: block;
font-size: 22px; // Reinstate the icon
font-weight: normal;
display: inline-block;
vertical-align: middle;
}
}
@media (max-width: $mobile-breakpoint) {
display: none; // Don't need the home icon on mobile
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment