Skip to content

Instantly share code, notes, and snippets.

@emaildano
Last active January 3, 2016 19:19
Show Gist options
  • Save emaildano/8507492 to your computer and use it in GitHub Desktop.
Save emaildano/8507492 to your computer and use it in GitHub Desktop.
Round social media icon set.
<ul class="fa-round-icons">
<li class="fa-round-icon fa-2x"><a target="_blank" href="#"><i class="fa fa-twitter"></i></a></li>
<li class="fa-round-icon fa-2x"><a target="_blank" href="#"><i class="fa fa-facebook"></i></a></li>
<li class="fa-round-icon fa-2x"><a target="_blank" href="#"><i class="fa fa-instagram"></i></a></li>
</ul>
ul.fa-round-icons {
@fa-round-icon-size: 50px;
list-style: none;
padding: 0 !important;
li {
.pull-left();
}
.fa-round-icon {
a {
display: inline-block;
background-color: @gray-lighter;
border-radius: 50%;
padding: @fa-round-icon-size / 8;
color: @black;
display: table-cell;
vertical-align: middle;
height: @fa-round-icon-size;
width: @fa-round-icon-size;
text-align: center;
line-height: 0;
font-size: @fa-round-icon-size / 2;
&:hover, &:active {
text-decoration: none;
background-color: #fff;
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment