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.

40 lines
836 B

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