kollapsminoriteten/wp-includes/blocks/separator/style.css

25 lines
461 B
CSS
Raw Permalink Normal View History

2021-07-23 11:58:50 +02:00
@charset "UTF-8";
2025-02-28 08:42:11 +01:00
2023-04-26 17:39:43 +02:00
.wp-block-separator{
2024-04-17 11:32:24 +02:00
border:none;
border-top:2px solid;
2021-07-23 11:58:50 +02:00
}
2025-02-28 08:42:11 +01:00
:root :where(.wp-block-separator.is-style-dots){
2023-04-26 17:39:43 +02:00
height:auto;
line-height:1;
text-align:center;
2021-07-23 11:58:50 +02:00
}
2025-02-28 08:42:11 +01:00
:root :where(.wp-block-separator.is-style-dots):before{
2023-04-26 17:39:43 +02:00
color:currentColor;
content:"···";
font-family:serif;
font-size:1.5em;
letter-spacing:2em;
padding-left:2em;
2025-02-28 08:42:11 +01:00
}
.wp-block-separator.is-style-dots{
background:none !important;
border:none !important;
2021-07-23 11:58:50 +02:00
}