Skip to content

Instantly share code, notes, and snippets.

@nissicreative
Created August 31, 2016 22:36
Show Gist options
  • Save nissicreative/14add15b2cea2695797f48a6e5eb6d01 to your computer and use it in GitHub Desktop.
Save nissicreative/14add15b2cea2695797f48a6e5eb6d01 to your computer and use it in GitHub Desktop.
Social Icons LESS
.social {
margin: 0;
padding: 0;
ul {
margin: 0;
padding: 5px;
li {
margin: 5px;
list-style: none outside none;
display: inline-block;
}
}
a {
.icon-base(40px);
background: @gray;
border: none;
&.facebook:hover {
background: @brand-facebook;
}
&.twitter:hover {
background: @brand-twitter;
}
&.linkedin:hover {
background: @brand-linkedin;
}
&.youtube:hover {
background: @brand-youtube;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment