Skip to content

Instantly share code, notes, and snippets.

@smileyj68
Created June 25, 2012 19:07
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save smileyj68/2990579 to your computer and use it in GitHub Desktop.
Save smileyj68/2990579 to your computer and use it in GitHub Desktop.
Foundation 3 Case Study: Flite Retina
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
#topnav {
#logo {
a {
background-image: url(/img/flitelogo@2x.png);
background-size: 156px 22px;
}
}
}
.social {
&.linkedin {
background-image: url(/img/linkedin@2x.png);
background-size: 16px 16px;
}
&.twitter {
background-image: url(/img/twitter@2x.png);
background-size: 24px 16px;
}
}
.graphic-campaign-goals {
background-image: url(/img/icons-campaign-goals@2x.png);
background-size: 134px 44px;
}
.graphic-audience {
background-image: url(/img/icon-audience@2x.png);
background-size: 134px 82px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment