[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

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


Generated : Thu Nov 21 08:20:01 2024 Cross-referenced by PHPXref