Diff: STRATO-apps/wordpress_03/app/wp-includes/blocks/more/editor.css
Keine Baseline-Datei – Diff nur gegen leer.
1
-
1
+
.block-editor-block-list__block[data-type="core/more"]{
2
+
margin-bottom:28px;
3
+
margin-top:28px;
4
+
max-width:100%;
5
+
text-align:center;
6
+
}
7
+
8
+
.wp-block-more{
9
+
display:block;
10
+
text-align:center;
11
+
white-space:nowrap;
12
+
}
13
+
.wp-block-more .rich-text{
14
+
background:#fff;
15
+
color:#757575;
16
+
display:inline-flex;
17
+
font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
18
+
font-size:13px;
19
+
font-weight:600;
20
+
padding:10px 36px;
21
+
position:relative;
22
+
text-align:center;
23
+
text-transform:uppercase;
24
+
white-space:nowrap;
25
+
}
26
+
.wp-block-more:before{
27
+
border-top:3px dashed #ccc;
28
+
content:"";
29
+
left:0;
30
+
position:absolute;
31
+
right:0;
32
+
top:50%;
33
+
}