File: /opt/wpsites/datainsightnow.com/wp-content/plugins/essential-blocks/blocks/social/src/style.scss
/* Add Scl Profile Original Icon Styles */
$twitter: #00aced;
$facebook: #3b5998;
$google-plus: #dd4b39;
$pinterest: #cb2027;
$linkedin: #007bb6;
$youtube: #ff0000;
$vimeo: #1ab7ea;
$tumblr: #32506d;
$instagram: #bc2a8d;
$flickr: #ff0084;
$dribbble: #ea4c89;
$quora: #a82400;
$foursquare: #0072b1;
$forrst: #5b9a68;
$vk: #45668e;
$wordpress: #21759b;
$stumbleupon: #eb4823;
$yahoo: #7b0099;
$blogger: #fb8f3d;
$soundcloud: #ff3a00;
$skype: #00aaf2;
$whatsapp: #4dc247;
$github: #000000;
$reddit: #ff4500;
$stack-overflow: #ffa500;
.eb-social-links-wrapper ul.eb-socials li {
a {
background: #000;
color: #fff;
}
.facebook-f-original {
background: $facebook;
}
.twitter-original {
background: $twitter;
}
.google-plus-original {
background: $google-plus;
}
.pinterest-original {
background: $pinterest;
}
.linkedin-in-original {
background: $linkedin;
}
.linkedin-original {
background: $linkedin;
}
.youtube-original {
background: $youtube;
}
.vimeo-v-original {
background: $vimeo;
}
.tumblr-original {
background: $tumblr;
}
.instagram-original {
background: $instagram;
background: -moz-linear-gradient(
45deg,
#f09433 0%,
#e6683c 25%,
#dc2743 50%,
#cc2366 75%,
#bc1888 100%
);
background: -webkit-linear-gradient(
45deg,
#f09433 0%,
#e6683c 25%,
#dc2743 50%,
#cc2366 75%,
#bc1888 100%
);
background: linear-gradient(
45deg,
#f09433 0%,
#e6683c 25%,
#dc2743 50%,
#cc2366 75%,
#bc1888 100%
);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.flickr-original {
background: $flickr;
}
.dribbble-original {
background: $dribbble;
}
.quora-original {
background: $quora;
}
.foursquare-original {
background: $foursquare;
}
.forrst-original {
background: $forrst;
}
.vk-original {
background: $vk;
}
.wordpress-simple-original {
background: $wordpress;
}
.yahoo-original {
background: $yahoo;
}
.soundcloud-original {
background: $soundcloud;
}
.skype-original {
background: $skype;
}
.github-original {
background: $github;
color: #ffffff;
}
.reddit-original {
background: $reddit;
}
.stack-overflow-original {
background: $stack-overflow;
}
.stumbleupon-original {
background: $stumbleupon;
}
.blogger-b-original {
background: $blogger;
}
.whatsapp-original {
background: $whatsapp;
}
}
.eb-social-icon {
font-style: normal;
}