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.

31 lines
673 B

1 year ago
  1. .block-editor-block-list__block[data-type="core/nextpage"]{
  2. margin-bottom:28px;
  3. margin-top:28px;
  4. max-width:100%;
  5. text-align:center;
  6. }
  7. .wp-block-nextpage{
  8. display:block;
  9. text-align:center;
  10. white-space:nowrap;
  11. }
  12. .wp-block-nextpage>span{
  13. background:#fff;
  14. border-radius:4px;
  15. color:#757575;
  16. font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
  17. font-size:13px;
  18. font-weight:600;
  19. height:24px;
  20. padding:6px 8px;
  21. position:relative;
  22. text-transform:uppercase;
  23. }
  24. .wp-block-nextpage:before{
  25. border-top:3px dashed #ccc;
  26. content:"";
  27. left:0;
  28. position:absolute;
  29. right:0;
  30. top:50%;
  31. }