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.

30 lines
1010 B

1 year ago
  1. .block-editor-block-list__block[data-type="core/spacer"]:before{
  2. content:"";
  3. display:block;
  4. height:100%;
  5. min-height:8px;
  6. min-width:8px;
  7. position:absolute;
  8. width:100%;
  9. z-index:1;
  10. }
  11. .block-library-spacer__resize-container.has-show-handle,.wp-block-spacer.is-hovered .block-library-spacer__resize-container,.wp-block-spacer.is-selected.custom-sizes-disabled{
  12. background:rgba(0,0,0,.1);
  13. }
  14. .is-dark-theme .block-library-spacer__resize-container.has-show-handle,.is-dark-theme .wp-block-spacer.is-hovered .block-library-spacer__resize-container,.is-dark-theme .wp-block-spacer.is-selected.custom-sizes-disabled{
  15. background:hsla(0,0%,100%,.15);
  16. }
  17. .block-library-spacer__resize-container{
  18. clear:both;
  19. }
  20. .block-library-spacer__resize-container:not(.is-resizing){
  21. height:100% !important;
  22. width:100% !important;
  23. }
  24. .block-library-spacer__resize-container .components-resizable-box__handle:before{
  25. content:none;
  26. }
  27. .block-library-spacer__resize-container.resize-horizontal{
  28. margin-bottom:0;
  29. }