Skip to content

Instantly share code, notes, and snippets.

@andresmoschini
Last active January 1, 2016 23:59
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 andresmoschini/8220711 to your computer and use it in GitHub Desktop.
Save andresmoschini/8220711 to your computer and use it in GitHub Desktop.
[class|="icon"] {
width:10px;
height:10px;
display:inline-block;
line-height:10px;
background-image: url("../img/icon_sprite.png");
background-repeat: no-repeat;
}
.icon-arrow-left{
background-position: -10px 0;
}
.icon-cancel{
background-position: -20px 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment