Skip to content

Instantly share code, notes, and snippets.

@beneverard
Forked from mason-stewart/fancy-symbolset.scss
Last active December 12, 2015 07:18
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 beneverard/4735027 to your computer and use it in GitHub Desktop.
Save beneverard/4735027 to your computer and use it in GitHub Desktop.
//****************
// $SS-ICON $FANCY
[class^="ss-"], [class*=" ss-"], .ss-icon {
&.fancy {
display: inline-block;
margin-right: 5px;
padding: 8px 8px 8px 0;
line-height: 1;
&:before {
position: relative;
top: 4px;
margin: 1px;
}
}
}
// Just don't even show these in less than IE 9.
.lt-ie9 {
[class^="ss-"], [class*=" ss-"], .ss-icon {
&.fancy {
display: none;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment