|
|
@@ -97,14 +97,23 @@ ol {
|
|
97
|
97
|
}
|
|
98
|
98
|
|
|
99
|
99
|
/* separator types */
|
|
|
100
|
+.wp-block-separator {
|
|
|
101
|
+ border: none;
|
|
|
102
|
+ height: 0.8em;
|
|
|
103
|
+ text-align: center
|
|
|
104
|
+}
|
|
|
105
|
+
|
|
100
|
106
|
hr .wp-block-separator, .is-style-default {
|
|
101
|
|
- height: 1px;
|
|
102
|
107
|
width: 15vw;
|
|
|
108
|
+ border-top: 3px solid !important;
|
|
|
109
|
+ border-bottom: 0 !important;
|
|
103
|
110
|
}
|
|
104
|
111
|
|
|
|
112
|
+
|
|
105
|
113
|
hr .wp-block-separator, .is-style-wide {
|
|
106
|
|
- height: 3px;
|
|
107
|
114
|
width: 50vw;
|
|
|
115
|
+ border-top: 3px solid;
|
|
|
116
|
+ border-bottom: 0;
|
|
108
|
117
|
}
|
|
109
|
118
|
|
|
110
|
119
|
hr .wp-block-separator, .is-style-dots:before {
|