[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/blocks/separator/ -> style-rtl.css (source)

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


Generated : Wed Apr 15 08:20:10 2026 Cross-referenced by PHPXref