Skip to content

Instantly share code, notes, and snippets.

@tessalt
Created November 3, 2013 20:14
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 tessalt/7294292 to your computer and use it in GitHub Desktop.
Save tessalt/7294292 to your computer and use it in GitHub Desktop.
.ico-flag {
position: relative;
height: 11px;
&:before {
content: "";
position: absolute;
width: 14px;
height: 11px;
top: 50%;
left: 0;
margin-top: -5px;
background-image: image-url("sprite-flags.png");
background-repeat: no-repeat;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment