Created
June 25, 2015 11:32
-
-
Save fragje/3136fe5d972db4524b9f to your computer and use it in GitHub Desktop.
ikat-fb-link
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
/** | |
* <a href class="facebook-link-page">Besøk IKAT på Facebook</a> | |
*/ | |
.facebook-link-page { | |
font-size: 12px; | |
position: absolute; | |
top: -52px; | |
right: 0; | |
} | |
.facebook-link-page:before { | |
content: "\f230"; | |
float: left; | |
margin-right: 7px; | |
font-family: fontawesome; | |
font-size: 14px; | |
margin-top: 1px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment