Skip to content

Instantly share code, notes, and snippets.

@agustinhaller
Created November 11, 2012 22:38
Show Gist options
  • Select an option

  • Save agustinhaller/4056563 to your computer and use it in GitHub Desktop.

Select an option

Save agustinhaller/4056563 to your computer and use it in GitHub Desktop.
estilos
.header-actions .social-presence
{
position: fixed;
background: #fff;
padding: 5px 10px;
border-top: none;
top: 0px;
right: 20px;
border-radius: 0px 0px 10px 10px;
}
.header-actions .social-presence a
{
text-decoration: none;
padding: 2px 4px;
}
.header-actions .social-presence i
{
font-size: 24px;
}
.social-presence .icon-facebook
{
color: #526bb2;
}
.social-presence .icon-facebook:hover
{
color: #415a9e;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment