/*-------------------------------------------------------------- # Social --------------------------------------------------------------*/ .social-sharing { margin-bottom: 1.25em; ul { @include reset-ul(); } li { width: 20%; float: left; a { background: rgba($default-color, 0.3); color: $white-color; height: 40px; line-height: 40px; font-size: 1.25em; display: block; text-align: center; text-decoration: none; @include single-transition(all, 0.1s, ease-in-out, 0.1s); &:hover { background: $default-color; text-decoration: none; } } } .facebook a { background: #3b5998; } .twitter a { background: #1da1f2; } .googleplus a { background: #dd4b39; } .pinterest a { background: #bd081c; } .linkedin a { background: #0077b5; } .text { @include hide-text(); } }