$twitter : #1ca0fe; $facebook:#3b5999; $dribbble : #ea4c89; $linkedin : #0177b5; $instagram: #E1306c; $youtube: #ff0000; $vimeo: #1ab7ea; $wordpress: #0074aa; $pinterest: #bd071c; $tumblr:#3e5a70; $whatsapp: #00e676; $reddit : #ff4500; $vk: #4a76a8; $mailto: #EA4335; $telegram: #EA4335; .#{$prefix}-social-icon{ @extend %reset-ul; display: flex; flex-wrap: wrap; a{ display: inline-block; text-decoration: none; font-size: 22px; width: 40px; height: 35px; line-height: 35px; text-align: center; } &.#{$prefix}-social-icon-with-bg{ a{ color: $color_white; &:hover{ opacity: 0.63; } } .blook-facebook{ background-color: $facebook; } .blook-twitter{ background-color: $twitter; } .blook-linkedin{ background-color: $linkedin; } .blook-instagram{ background-color: $instagram; } .blook-youtube{ background-color: $youtube; } .blook-telegram{ background-color: $telegram; } .blook-pinterest{ background-color: $pinterest; } } }