• File: style-rtl.css
  • Full Path: /home/havejqku/public_html/wp-includes/wp-includes/blocks/separator/style-rtl.css
  • Date Modified: 05/31/2024 10:59 PM
  • File size: 461 bytes
  • MIME-type: text/plain
  • Charset: utf-8
@charset "UTF-8";

.wp-block-separator{
  border:none;
  border-top:2px solid;
}

:root :where(.wp-block-separator.is-style-dots){
  height:auto;
  line-height:1;
  text-align:center;
}
:root :where(.wp-block-separator.is-style-dots):before{
  color:currentColor;
  content:"···";
  font-family:serif;
  font-size:1.5em;
  letter-spacing:2em;
  padding-left:2em;
}

.wp-block-separator.is-style-dots{
  background:none !important;
  border:none !important;
}