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.

33 lines
1.2 KiB

1 year ago
  1. .wp-block-buttons>.wp-block,.wp-block-buttons>.wp-block-button.wp-block-button.wp-block-button.wp-block-button.wp-block-button{
  2. margin:0;
  3. }
  4. .wp-block-buttons>.block-list-appender{
  5. align-items:center;
  6. display:inline-flex;
  7. }
  8. .wp-block-buttons.is-vertical>.block-list-appender .block-list-appender__toggle{
  9. justify-content:flex-start;
  10. }
  11. .wp-block-buttons>.wp-block-button:focus{
  12. box-shadow:none;
  13. }
  14. .wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block[data-align=center]{
  15. margin-left:auto;
  16. margin-right:auto;
  17. margin-top:0;
  18. width:100%;
  19. }
  20. .wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block[data-align=center] .wp-block-button{
  21. margin-bottom:0;
  22. }
  23. .editor-styles-wrapper .wp-block-buttons.has-custom-font-size .wp-block-button__link{
  24. font-size:inherit;
  25. }
  26. .wp-block[data-align=center]>.wp-block-buttons{
  27. align-items:center;
  28. justify-content:center;
  29. }
  30. .wp-block[data-align=right]>.wp-block-buttons{
  31. justify-content:flex-end;
  32. }