-
Notifications
You must be signed in to change notification settings - Fork 1
/
editor-style-rtl.css
44 lines (40 loc) · 987 Bytes
/
editor-style-rtl.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
ul > li > a,
ol > li > a {
text-decoration: inherit;
}
ul.is-style-none {
list-style-type: none;
padding-inline-start: 0;
}
ul.is-style-square {
list-style-type: square;
}
hr.wp-block-separator.has-background {
height: 2px !important;
}
hr.wp-block-separator.is-style-dots {
height: auto !important;
}
hr.wp-block-separator.is-style-dotted {
width: 100% !important;
border-bottom: none !important;
height: 1px !important;
background: repeating-linear-gradient(-90deg, currentcolor, currentcolor 2px, transparent 2px, transparent 6px) !important;
}
hr.wp-block-separator.is-style-wide-thin-line {
height: 1px !important;
border-width: 1px !important;
width: 100% !important;
}
hr.wp-block-separator.is-style-left-aligned {
margin-right: 0 !important;
}
hr.wp-block-separator.is-style-right-aligned {
margin-left: 0 !important;
}
.is-style-box-shadow {
box-shadow: 0 10px 100px 0 rgba(21, 15, 151, 0.14);
}
footer.wp-block-template-part {
margin: 0;
}