2021-05-11 11:43:08 +02:00
|
|
|
@charset "UTF-8";
|
2023-02-02 19:59:20 +01:00
|
|
|
.wp-block-separator{
|
|
|
|
border:1px solid;
|
|
|
|
border-left:none;
|
|
|
|
border-right:none;
|
2021-05-11 11:43:08 +02:00
|
|
|
}
|
2023-02-02 19:59:20 +01:00
|
|
|
.wp-block-separator.is-style-dots{
|
|
|
|
background:none !important;
|
|
|
|
border:none;
|
|
|
|
height:auto;
|
|
|
|
line-height:1;
|
|
|
|
text-align:center;
|
2021-05-11 11:43:08 +02:00
|
|
|
}
|
2023-02-02 19:59:20 +01:00
|
|
|
.wp-block-separator.is-style-dots:before{
|
|
|
|
color:currentColor;
|
|
|
|
content:"···";
|
|
|
|
font-family:serif;
|
|
|
|
font-size:1.5em;
|
|
|
|
letter-spacing:2em;
|
|
|
|
padding-left:2em;
|
2021-05-11 11:43:08 +02:00
|
|
|
}
|