Diff: STRATO-apps/wordpress_03/app/wp-includes/blocks/file/style-rtl.css
Keine Baseline-Datei – Diff nur gegen leer.
1
-
1
+
.wp-block-file{
2
+
box-sizing:border-box;
3
+
}
4
+
.wp-block-file:not(.wp-element-button){
5
+
font-size:.8em;
6
+
}
7
+
.wp-block-file.aligncenter{
8
+
text-align:center;
9
+
}
10
+
.wp-block-file.alignright{
11
+
text-align:right;
12
+
}
13
+
.wp-block-file *+.wp-block-file__button{
14
+
margin-right:.75em;
15
+
}
16
+
17
+
:where(.wp-block-file){
18
+
margin-bottom:1.5em;
19
+
}
20
+
21
+
.wp-block-file__embed{
22
+
margin-bottom:1em;
23
+
}
24
+
25
+
:where(.wp-block-file__button){
26
+
border-radius:2em;
27
+
display:inline-block;
28
+
padding:.5em 1em;
29
+
}
30
+
:where(.wp-block-file__button):where(a):active,:where(.wp-block-file__button):where(a):focus,:where(.wp-block-file__button):where(a):hover,:where(.wp-block-file__button):where(a):visited{
31
+
box-shadow:none;
32
+
color:#fff;
33
+
opacity:.85;
34
+
text-decoration:none;
35
+
}