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.

20 lines
404 B

1 year ago
  1. @charset "UTF-8";
  2. .wp-block-separator{
  3. border:1px solid;
  4. border-left:none;
  5. border-right:none;
  6. }
  7. .wp-block-separator.is-style-dots{
  8. background:none !important;
  9. border:none;
  10. height:auto;
  11. line-height:1;
  12. text-align:center;
  13. }
  14. .wp-block-separator.is-style-dots:before{
  15. color:currentColor;
  16. content:"···";
  17. font-family:serif;
  18. font-size:1.5em;
  19. letter-spacing:2em;
  20. padding-left:2em;
  21. }