Diff: STRATO-apps/wordpress_03/app/wp-includes/blocks/separator/style.css

Keine Baseline-Datei – Diff nur gegen leer.
Zur Liste
1 -
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 + }