mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 11:35:48 +00:00
Syncs @wordpress/* packages to the 'latest' npm tag. Props mamaduka, joemcgill, youknowriad, swissspidy, sergiomdgomes, gziolo. See #62887. Built from https://develop.svn.wordpress.org/trunk@59775 git-svn-id: http://core.svn.wordpress.org/trunk@59117 1a063a9b-81f0-0310-95a4-ce76da25c4cd
35 lines
705 B
CSS
35 lines
705 B
CSS
.wp-block-social-links .wp-social-link{
|
|
line-height:0;
|
|
}
|
|
|
|
.wp-block-social-link-anchor{
|
|
align-items:center;
|
|
background:none;
|
|
border:0;
|
|
box-sizing:border-box;
|
|
color:currentColor;
|
|
cursor:pointer;
|
|
display:inline-flex;
|
|
font-family:inherit;
|
|
font-size:inherit;
|
|
font-weight:inherit;
|
|
height:auto;
|
|
opacity:1;
|
|
padding:.25em;
|
|
}
|
|
.wp-block-social-link-anchor:hover{
|
|
transform:none;
|
|
}
|
|
|
|
:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link button){
|
|
padding-left:.6666666667em;
|
|
padding-right:.6666666667em;
|
|
}
|
|
|
|
:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link button){
|
|
padding:0;
|
|
}
|
|
|
|
.wp-block-social-link__toolbar_content_text{
|
|
width:250px;
|
|
} |