You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
416 B

1 year ago
  1. .wp-block-social-links .wp-social-link{
  2. line-height:0;
  3. }
  4. .wp-block-social-links .wp-social-link button{
  5. color:currentColor;
  6. font-size:inherit;
  7. height:auto;
  8. line-height:0;
  9. opacity:1;
  10. padding:.25em;
  11. }
  12. .wp-block-social-links.is-style-pill-shape .wp-social-link button{
  13. padding-left:.66667em;
  14. padding-right:.66667em;
  15. }
  16. .wp-block-social-links.is-style-logos-only .wp-social-link button{
  17. padding:0;
  18. }