PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 16.2
Jetpack – WP Security, Backup, Speed, & Growth v16.2
16.3-a.3 16.3-a.1 16.2 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 All 504 releases
← All changes | modules/sharedaddy/amp-sharing.css +32 -49 12.9.516.2 View file →
@@ -1,9 +1,8 @@
1 1 amp-social-share,
2 2 .amp-social-share {
3 + color: #fff;
3 4 border-radius: 50%;
4 - color: #fff;
5 - -webkit-border-radius: 50%;
6 5 position: relative;
7 6 line-height: 1;
8 7 width: 32px;
9 8 height: 32px;
@@ -13,9 +12,9 @@
13 12
14 13 amp-social-share::before,
15 14 .amp-social-share::before {
16 15 display: inline-block;
17 - font: normal 18px/1 'social-logos';
16 + font: 400 18px/1 social-logos;
18 17 padding: 7px;
19 18 position: relative;
20 19 top: 1px;
21 20 vertical-align: top;
@@ -32,97 +31,81 @@
32 31 padding: 0;
33 32 }
34 33
35 34 .amp-social-share.print::before {
36 - content: '\f469';
35 + content: "\f469";
37 36 color: #656565;
38 37 }
39 38
40 -amp-social-share[type='email'] {
39 +amp-social-share[type="email"] {
41 40 background: #e9e9e9;
42 41 color: #656565;
43 42 }
44 43
45 -amp-social-share[type='email']::before {
46 - content: '\f410';
44 +amp-social-share[type="email"]::before {
45 + content: "\f410";
47 46 }
48 47
49 -amp-social-share[type='tumblr'] {
48 +amp-social-share[type="tumblr"] {
50 49 background: #2c4762;
51 50 }
52 51
53 -amp-social-share[type='tumblr']::before {
54 - content: '\f607';
52 +amp-social-share[type="tumblr"]::before {
53 + content: "\f607";
55 54 }
56 55
57 -amp-social-share[type='facebook'] {
56 +amp-social-share[type="facebook"] {
58 57 background: #0866ff;
59 58 }
60 59
61 -amp-social-share[type='facebook']::before {
62 - content: '\f203';
60 +amp-social-share[type="facebook"]::before {
61 + content: "\f203";
63 62 }
64 63
65 -amp-social-share[type='twitter'] {
66 - background: #00acee;
64 +amp-social-share[type="twitter"] {
65 + background: #000;
67 66 }
68 67
69 -amp-social-share[type='twitter']::before {
70 - content: '\f202';
68 +amp-social-share[type="twitter"]::before {
69 + content: "\f10e";
71 70 }
72 71
73 -amp-social-share[type='pinterest'] {
72 +amp-social-share[type="pinterest"] {
74 73 background: #ca1f27;
75 74 }
76 75
77 -amp-social-share[type='pinterest']::before {
78 - content: '\f210';
76 +amp-social-share[type="pinterest"]::before {
77 + content: "\f210";
79 78 }
80 79
81 -amp-social-share[type='telegram'] {
82 - background: #0088cc;
80 +amp-social-share[type="telegram"] {
81 + background: #08c;
83 82 }
84 83
85 -amp-social-share[type='telegram']::before {
86 - content: '\f606';
84 +amp-social-share[type="telegram"]::before {
85 + content: "\f606";
87 86 }
88 87
89 -amp-social-share[type='linkedin'] {
88 +amp-social-share[type="linkedin"] {
90 89 background: #0077b5;
91 90 }
92 91
93 -amp-social-share[type='linkedin']::before {
94 - content: '\f207';
92 +amp-social-share[type="linkedin"]::before {
93 + content: "\f207";
95 94 }
96 95
97 -amp-social-share[type='pocket'] {
98 - background: #ee4056;
99 -}
100 -
101 -amp-social-share[type='pocket']::before {
102 - content: '\f224';
103 -}
104 -
105 -amp-social-share[type='reddit'] {
96 +amp-social-share[type="reddit"] {
106 97 background: #cee3f8;
107 98 color: #555;
108 99 }
109 100
110 -amp-social-share[type='reddit']::before {
111 - content: '\f222';
101 +amp-social-share[type="reddit"]::before {
102 + content: "\f222";
112 103 }
113 104
114 -amp-social-share[type='skype'] {
115 - background: #00AFF0;
116 -}
117 -
118 -amp-social-share[type='skype']::before {
119 - content: '\f220';
120 -}
121 -
122 -amp-social-share[type='whatsapp'] {
105 +amp-social-share[type="whatsapp"] {
123 106 background: #43d854;
124 107 }
125 108
126 -amp-social-share[type='whatsapp']::before {
127 - content: '\f608';
109 +amp-social-share[type="whatsapp"]::before {
110 + content: "\f608";
128 111 }