# jetpack/16.3-a.1/modules/sharedaddy/amp-sharing.css

Jetpack – WP Security, Backup, Speed, &amp; Growth, version 16.3-a.1. 112 lines.

- Page: https://pluginprobe.com/plugins/jetpack/16.3-a.1/code/modules/sharedaddy/amp-sharing.css
- Raw: https://pluginprobe.com/plugins/jetpack/16.3-a.1/raw/modules/sharedaddy/amp-sharing.css
- Modified: 2026-02-23T10:49:16+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/jetpack/16.3-a.1/code/modules/sharedaddy/amp-sharing.css#L10-L20`.

```css
amp-social-share,
.amp-social-share {
	color: #fff;
	border-radius: 50%;
	position: relative;
	line-height: 1;
	width: 32px;
	height: 32px;
	margin: 0 5px 5px 0;
	vertical-align: middle;
}

amp-social-share::before,
.amp-social-share::before {
	display: inline-block;
	font: 400 18px/1 social-logos;
	padding: 7px;
	position: relative;
	top: 1px;
	vertical-align: top;
	text-align: center;
}

.amp-social-share.print {
	background: #e9e9e9;
	font-size: 0;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	border: none;
	padding: 0;
}

.amp-social-share.print::before {
	content: "\f469";
	color: #656565;
}

amp-social-share[type="email"] {
	background: #e9e9e9;
	color: #656565;
}

amp-social-share[type="email"]::before {
	content: "\f410";
}

amp-social-share[type="tumblr"] {
	background: #2c4762;
}

amp-social-share[type="tumblr"]::before {
	content: "\f607";
}

amp-social-share[type="facebook"] {
	background: #0866ff;
}

amp-social-share[type="facebook"]::before {
	content: "\f203";
}

amp-social-share[type="twitter"] {
	background: #000;
}

amp-social-share[type="twitter"]::before {
	content: "\f10e";
}

amp-social-share[type="pinterest"] {
	background: #ca1f27;
}

amp-social-share[type="pinterest"]::before {
	content: "\f210";
}

amp-social-share[type="telegram"] {
	background: #08c;
}

amp-social-share[type="telegram"]::before {
	content: "\f606";
}

amp-social-share[type="linkedin"] {
	background: #0077b5;
}

amp-social-share[type="linkedin"]::before {
	content: "\f207";
}

amp-social-share[type="reddit"] {
	background: #cee3f8;
	color: #555;
}

amp-social-share[type="reddit"]::before {
	content: "\f222";
}

amp-social-share[type="whatsapp"] {
	background: #43d854;
}

amp-social-share[type="whatsapp"]::before {
	content: "\f608";
}

```
