Skip to content

Instantly share code, notes, and snippets.

@Nikki0
Created August 3, 2017 11:48
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 Nikki0/fa86378a04c2e13ae2fb3d9833797fe1 to your computer and use it in GitHub Desktop.
Save Nikki0/fa86378a04c2e13ae2fb3d9833797fe1 to your computer and use it in GitHub Desktop.
.shopping_cart > a:first-child:before {
content: "\f07a";
position: absolute;
font-family: "FontAwesome";
display: inline-block;
font-size: 36px;
font-weight: 400;
color: #fbdd12;
left: 2px;
top: 6px;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment