| 1 |
amp-social-share, |
| 2 |
.amp-social-share { |
| 3 |
border-radius: 50%; |
| 4 |
color: #fff; |
| 5 |
-webkit-border-radius: 50%; |
| 6 |
position: relative; |
| 7 |
line-height: 1; |
| 8 |
width: 32px; |
| 9 |
height: 32px; |
| 10 |
margin: 0 5px 5px 0; |
| 11 |
vertical-align: middle; |
| 12 |
} |
| 13 |
|
| 14 |
amp-social-share::before, |
| 15 |
.amp-social-share::before { |
| 16 |
display: inline-block; |
| 17 |
font: normal 18px/1 'social-logos'; |
| 18 |
padding: 7px; |
| 19 |
position: relative; |
| 20 |
top: 1px; |
| 21 |
vertical-align: top; |
| 22 |
text-align: center; |
| 23 |
} |
| 24 |
|
| 25 |
.amp-social-share.print { |
| 26 |
background: #e9e9e9; |
| 27 |
font-size: 0; |
| 28 |
cursor: pointer; |
| 29 |
display: inline-block; |
| 30 |
vertical-align: middle; |
| 31 |
border: none; |
| 32 |
padding: 0; |
| 33 |
} |
| 34 |
|
| 35 |
.amp-social-share.print::before { |
| 36 |
content: '\f469'; |
| 37 |
color: #656565; |
| 38 |
} |
| 39 |
|
| 40 |
amp-social-share[type='tumblr'] { |
| 41 |
background: #2c4762; |
| 42 |
} |
| 43 |
|
| 44 |
amp-social-share[type='tumblr']::before { |
| 45 |
content: '\f607'; |
| 46 |
} |
| 47 |
|
| 48 |
amp-social-share[type='facebook'] { |
| 49 |
background: #1877F2; |
| 50 |
} |
| 51 |
|
| 52 |
amp-social-share[type='facebook']::before { |
| 53 |
content: '\f203'; |
| 54 |
} |
| 55 |
|
| 56 |
amp-social-share[type='twitter'] { |
| 57 |
background: #00acee; |
| 58 |
} |
| 59 |
|
| 60 |
amp-social-share[type='twitter']::before { |
| 61 |
content: '\f202'; |
| 62 |
} |
| 63 |
|
| 64 |
amp-social-share[type='pinterest'] { |
| 65 |
background: #ca1f27; |
| 66 |
} |
| 67 |
|
| 68 |
amp-social-share[type='pinterest']::before { |
| 69 |
content: '\f210'; |
| 70 |
} |
| 71 |
|
| 72 |
amp-social-share[type='telegram'] { |
| 73 |
background: #0088cc; |
| 74 |
} |
| 75 |
|
| 76 |
amp-social-share[type='telegram']::before { |
| 77 |
content: '\f606'; |
| 78 |
} |
| 79 |
|
| 80 |
amp-social-share[type='linkedin'] { |
| 81 |
background: #0077b5; |
| 82 |
} |
| 83 |
|
| 84 |
amp-social-share[type='linkedin']::before { |
| 85 |
content: '\f207'; |
| 86 |
} |
| 87 |
|
| 88 |
amp-social-share[type='pocket'] { |
| 89 |
background: #ee4056; |
| 90 |
} |
| 91 |
|
| 92 |
amp-social-share[type='pocket']::before { |
| 93 |
content: '\f224'; |
| 94 |
} |
| 95 |
|
| 96 |
amp-social-share[type='reddit'] { |
| 97 |
background: #cee3f8; |
| 98 |
color: #555; |
| 99 |
} |
| 100 |
|
| 101 |
amp-social-share[type='reddit']::before { |
| 102 |
content: '\f222'; |
| 103 |
} |
| 104 |
|
| 105 |
amp-social-share[type='skype'] { |
| 106 |
background: #00AFF0; |
| 107 |
} |
| 108 |
|
| 109 |
amp-social-share[type='skype']::before { |
| 110 |
content: '\f220'; |
| 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 |
|