Skip to content

Instantly share code, notes, and snippets.

@cubehrends
Last active February 10, 2018 15:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cubehrends/6ecf1536a9fd12762511b27400121367 to your computer and use it in GitHub Desktop.
Save cubehrends/6ecf1536a9fd12762511b27400121367 to your computer and use it in GitHub Desktop.
/* XING Social Icon Classes
--------------------------------------------------------------- */
#top-header .custom-social-icon a {
font-size: 14px;
line-height: 1em;
}
.custom-social-icon a {
display: inline-block;
position: relative;
color: #666;
font-size: 24px;
text-align: center;
text-decoration: none;
transition: color 300ms ease 0s;
}
.custom-social-icon a:hover {
color: #0274be;
opacity: 0.7;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.icon-xing, .icon-xing2 {
font-family: 'xing';
}
.icon-xing a.icon:before {
content: "\ead3";
}
.icon-xing2 a.icon:before {
content: "\ead4";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment