Skip to content

Instantly share code, notes, and snippets.

@MariaJackson1
Last active September 13, 2017 21:07
Show Gist options
  • Select an option

  • Save MariaJackson1/73b23e6650aebed41be57bf04aab8fbe to your computer and use it in GitHub Desktop.

Select an option

Save MariaJackson1/73b23e6650aebed41be57bf04aab8fbe to your computer and use it in GitHub Desktop.
Social Media Follow Buttons
.et_pb_social_media_follow li {
margin-right: -20px;
}
.et_pb_social_media_follow li a.icon {
width: 64px;
height: 64px;
padding: 0;
}
.et_pb_social_media_follow li a.icon::before {
display: block;
width: 32px;
height: 32px;
color: #fff;
font-size: 16px;
line-height: 32px;
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
transition: color 0.3s;
}
.et_pb_social_media_follow li a.icon:hover::before {
color: rgba(255, 255, 255, 0.7);
}
.et_pb_social_media_follow li a.icon.rounded_rectangle {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.et_pb_social_media_follow li a.icon.circle {
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment