PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 15.0
Jetpack – WP Security, Backup, Speed, & Growth v15.0
16.2-beta 12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 14.1.1 14.2.2 14.3.1 All 501 releases
jetpack / modules / sharedaddy / amp-sharing.css

amp-sharing.css in Jetpack – WP Security, Backup, Speed, & Growth 15.0, at modules/sharedaddy/amp-sharing.css

120 lines 1.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 amp-social-share,
2 .amp-social-share {
3 color: #fff;
4 border-radius: 50%;
5 position: relative;
6 line-height: 1;
7 width: 32px;
8 height: 32px;
9 margin: 0 5px 5px 0;
10 vertical-align: middle;
11 }
12
13 amp-social-share::before,
14 .amp-social-share::before {
15 display: inline-block;
16 font: 400 18px/1 social-logos;
17 padding: 7px;
18 position: relative;
19 top: 1px;
20 vertical-align: top;
21 text-align: center;
22 }
23
24 .amp-social-share.print {
25 background: #e9e9e9;
26 font-size: 0;
27 cursor: pointer;
28 display: inline-block;
29 vertical-align: middle;
30 border: none;
31 padding: 0;
32 }
33
34 .amp-social-share.print::before {
35 content: "\f469";
36 color: #656565;
37 }
38
39 amp-social-share[type="email"] {
40 background: #e9e9e9;
41 color: #656565;
42 }
43
44 amp-social-share[type="email"]::before {
45 content: "\f410";
46 }
47
48 amp-social-share[type="tumblr"] {
49 background: #2c4762;
50 }
51
52 amp-social-share[type="tumblr"]::before {
53 content: "\f607";
54 }
55
56 amp-social-share[type="facebook"] {
57 background: #0866ff;
58 }
59
60 amp-social-share[type="facebook"]::before {
61 content: "\f203";
62 }
63
64 amp-social-share[type="twitter"] {
65 background: #000;
66 }
67
68 amp-social-share[type="twitter"]::before {
69 content: "\f10e";
70 }
71
72 amp-social-share[type="pinterest"] {
73 background: #ca1f27;
74 }
75
76 amp-social-share[type="pinterest"]::before {
77 content: "\f210";
78 }
79
80 amp-social-share[type="telegram"] {
81 background: #08c;
82 }
83
84 amp-social-share[type="telegram"]::before {
85 content: "\f606";
86 }
87
88 amp-social-share[type="linkedin"] {
89 background: #0077b5;
90 }
91
92 amp-social-share[type="linkedin"]::before {
93 content: "\f207";
94 }
95
96 amp-social-share[type="pocket"] {
97 background: #ee4056;
98 }
99
100 amp-social-share[type="pocket"]::before {
101 content: "\f224";
102 }
103
104 amp-social-share[type="reddit"] {
105 background: #cee3f8;
106 color: #555;
107 }
108
109 amp-social-share[type="reddit"]::before {
110 content: "\f222";
111 }
112
113 amp-social-share[type="whatsapp"] {
114 background: #43d854;
115 }
116
117 amp-social-share[type="whatsapp"]::before {
118 content: "\f608";
119 }
120