• File: style-rtl.css
  • Full Path: /home/dealkatnwc/www/alternativeline/wp-includes/blocks/separator/style-rtl.css
  • Date Modified: 04/29/2024 8:10 PM
  • File size: 382 bytes
  • MIME-type: text/plain
  • Charset: utf-8
@charset "UTF-8";
.wp-block-separator{
  border:none;
  border-top:2px solid;
}
.wp-block-separator.is-style-dots{
  background:none !important;
  border:none;
  height:auto;
  line-height:1;
  text-align:center;
}
.wp-block-separator.is-style-dots:before{
  color:currentColor;
  content:"ยทยทยท";
  font-family:serif;
  font-size:1.5em;
  letter-spacing:2em;
  padding-left:2em;
}