Created
November 11, 2012 22:38
-
-
Save agustinhaller/4056563 to your computer and use it in GitHub Desktop.
estilos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .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