| 1 |
.wp-block-social-links .wp-social-link { |
| 2 |
line-height: 0; |
| 3 |
} |
| 4 |
|
| 5 |
.wp-block-social-link-anchor { |
| 6 |
align-items: center; |
| 7 |
background: none; |
| 8 |
border: 0; |
| 9 |
box-sizing: border-box; |
| 10 |
cursor: pointer; |
| 11 |
display: inline-flex; |
| 12 |
font-size: inherit; |
| 13 |
color: currentColor; |
| 14 |
height: auto; |
| 15 |
font-weight: inherit; |
| 16 |
font-family: inherit; |
| 17 |
margin: 0; |
| 18 |
opacity: 1; |
| 19 |
padding: 0.25em; |
| 20 |
} |
| 21 |
.wp-block-social-link-anchor:hover { |
| 22 |
transform: none; |
| 23 |
} |
| 24 |
|
| 25 |
:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link button) { |
| 26 |
padding-left: 0.6666666667em; |
| 27 |
padding-right: 0.6666666667em; |
| 28 |
} |
| 29 |
|
| 30 |
:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link button) { |
| 31 |
padding: 0; |
| 32 |
} |
| 33 |
|
| 34 |
.wp-block-social-link__toolbar_content_text { |
| 35 |
width: 250px; |
| 36 |
} |