Skip to content

Instantly share code, notes, and snippets.

@bicherele
Forked from smileyj68/f3-case-flite-retina.scss
Created August 30, 2012 07:26
Show Gist options
  • Save bicherele/3523739 to your computer and use it in GitHub Desktop.
Save bicherele/3523739 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