| 1 |
/* hides the label items from buttons that should show either share count or label and share count is available */ |
| 2 |
.maxcollection.single-meta .with-label.with-count .mb-label { |
| 3 |
display: none !important; |
| 4 |
} |
| 5 |
|
| 6 |
/* Default Sharing Setup */ |
| 7 |
.maxcollection { |
| 8 |
display: inline-block; |
| 9 |
clear: both; |
| 10 |
z-index: 9999; |
| 11 |
width: 100%; |
| 12 |
line-height: 1.1; |
| 13 |
box-sizing: border-box; |
| 14 |
} |
| 15 |
.maxcollection .maxbutton-social { |
| 16 |
display: inline-block; |
| 17 |
box-sizing: border-box; |
| 18 |
text-align: center; |
| 19 |
position: relative; |
| 20 |
transition: all 0.4s linear; |
| 21 |
line-height: inherit; |
| 22 |
} |
| 23 |
.maxcollection .maxbutton-social-total .mb-icon-total, .maxcollection .maxbutton-social-total .mb-totals { |
| 24 |
line-height: inherit; |
| 25 |
} |
| 26 |
.maxcollection .maxbutton-social-total .mb-icon-total-icon { |
| 27 |
width: auto; |
| 28 |
height: auto; |
| 29 |
} |
| 30 |
.maxcollection .mb-icon-wrapper { |
| 31 |
display: inline-block; |
| 32 |
margin: 0; |
| 33 |
padding: 0; |
| 34 |
} |
| 35 |
.maxcollection .mb-icon-wrapper .mb-icon { |
| 36 |
margin: 0; |
| 37 |
padding: 0; |
| 38 |
} |
| 39 |
.maxcollection.vertical { |
| 40 |
width: auto; |
| 41 |
} |
| 42 |
|
| 43 |
/*# sourceMappingURL=buttons.css.map */ |
| 44 |
|