Created
April 4, 2016 08:36
-
-
Save bueckl/54614c1e274fc9dc2c1fb97a0c806354 to your computer and use it in GitHub Desktop.
Social Icons Example including OpenGraph Meta Data etc, #SS3 #FontAwesome
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
.social-icons { | |
margin-top: 60px; | |
display: table; | |
width: 100%; | |
a { | |
display: table-cell; | |
width: 1%; | |
text-decoration: none; | |
text-align: center; | |
@media (max-width: @screen-sm-max) { | |
padding: 0 10px; | |
} | |
} | |
i { | |
font-size: 26px; | |
line-height: 40px; | |
vertical-align: center; | |
display: block; | |
@media (max-width: @screen-sm-max) { | |
font-size: 40px !important; | |
line-height: 40px; | |
} | |
&.email { | |
color: #333; | |
} | |
&.facebook { | |
color: #3b5998; | |
} | |
&.whatsapp { | |
color: #4dc247; | |
} | |
&.google { | |
color: #dd4b39; | |
} | |
&.twitter { | |
color: #4099FF; | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment