Skip to content

Instantly share code, notes, and snippets.

@spannerinworks
Created October 22, 2013 16:06
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 spannerinworks/7103402 to your computer and use it in GitHub Desktop.
Save spannerinworks/7103402 to your computer and use it in GitHub Desktop.
Possible fix for uncentred "+" in new collection
&:before {
@include border-radius(20px);
color: white;
position: absolute;
background-color: $link-text-colour;
content: "\FF0B";
font-size: 30px;
height: 40px;
width: 40px;
left: 0;
top: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment