Skip to content

Instantly share code, notes, and snippets.

@cimmanon
Created August 7, 2015 11:50
Show Gist options
  • Save cimmanon/a1a8128faf4f26edd0b7 to your computer and use it in GitHub Desktop.
Save cimmanon/a1a8128faf4f26edd0b7 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div class="007">Bond</div>
// ----
// Sass (v3.4.14)
// Compass (v1.0.3)
// ----
$additional-color: red
%Footer-Logo-Extension
height: 35px
width: 35px
position: fixed
bottom: 15px
.youtube-logo
@extend %Footer-Logo-Extension
background: url(../img/youtube-logo.svg)
left: 95px
svg
&:hover
fill: $additional-color
.youtube-logo
@extend %Footer-Logo-Extension
background: url(../img/youtube-logo.svg)
left: 95px
&:hover
svg
fill: $additional-color
.youtube-logo {
height: 35px;
width: 35px;
position: fixed;
bottom: 15px;
}
.youtube-logo {
background: url(../img/youtube-logo.svg);
left: 95px;
}
.youtube-logo svg:hover {
fill: red;
}
.youtube-logo {
background: url(../img/youtube-logo.svg);
left: 95px;
}
.youtube-logo:hover svg {
fill: red;
}
<div class="007">Bond</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment