HEX
Server: Apache
System: Linux scp1.abinfocom.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: confeduphaar (1010)
PHP: 8.1.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/confeduphaar/www/wp-content/plugins/essential-blocks/src/blocks/social-share/src/style.scss
/* Add Scl Profile Original Icon Styles */
$twitter: #00aced;
$facebook: #3b5998;
$pinterest: #cb2027;
$linkedin: #007bb6;
$tumblr: #32506d;
$vk: #45668e;
$whatsapp: #4dc247;
$reddit: #ff4500;
$stack-overflow: #ffa500;
$envelope: #319324;
$telegram: #2ca5e0;
$pocket: #ef4056;
$xing: #026466;

.eb-social-share-wrapper ul.eb-social-shares li {
	a {
		background: #000;
		color: #fff;
		transition: all 0.2s ease-in !important;
	}

	.facebook-f-original {
		background: $facebook;
	}

	.facebook-original {
		background: $facebook;
	}

	.twitter-original,
	.twitter-square-original {
		background: $twitter;
	}

	.pinterest-original {
		background: $pinterest;
	}

	.linkedin-in-original {
		background: $linkedin;
	}

	.linkedin-original {
		background: $linkedin;
	}

	.tumblr-original {
		background: $tumblr;
	}

	.vk-original {
		background: $vk;
	}

	.reddit-original {
		background: $reddit;
	}

	.envelope-original {
		background: $envelope;
	}

	.telegram-original {
		background: $telegram;
	}

	.get-pocket-original {
		background: $pocket;
	}

	.xing-square-original,
	.xing-original {
		background: $xing;
	}

	.whatsapp-original {
		background: $whatsapp;
	}
}

.social-icon {
	font-style: normal;
}