Skip to content

Instantly share code, notes, and snippets.

@vermasachin
Last active January 1, 2016 02:59
Show Gist options
  • Select an option

  • Save vermasachin/8082782 to your computer and use it in GitHub Desktop.

Select an option

Save vermasachin/8082782 to your computer and use it in GitHub Desktop.
Custom Social Share CSS
/**************
Custom Social Share Buttons
***************/
.social-sharer{
display: table;
}
.share-love
{
float:left;
width: 100px;
height: 42px;
line-height: 41px;
background-color: #333;
margin-right: 8px;
margin-bottom: 8px;
border-radius:2px;
}
.share-facebook{
float:right;
width: 168px;
height: 42px;
line-height: 41px;
background-color: #3b5998;
margin-right: 8px;
margin-bottom: 8px;
border-radius:2px;
}
.share-twitter{
float:right;
width: 168px;
height: 42px;
line-height: 41px;
background-color:#00aced;
margin-right: 8px;
margin-bottom: 8px;
border-radius:2px;
}
.share-google{
float:right;
width: 168px;
height: 42px;
line-height: 41px;
background-color:#dd4b39;
margin-right: 8px;
margin-bottom: 8px;
border-radius:2px;
}
.share-text{
color:#ffffff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment