xframelib 0.9.2 → 0.9.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css CHANGED
@@ -139,21 +139,6 @@
139
139
  z-index: var(--layout-centerfront-zindex);
140
140
  }
141
141
 
142
- .adivider {
143
- width: 100%;
144
- margin: 10px 0;
145
- display: flex;
146
- align-items: center;
147
- justify-items: center;
148
- }
149
- .adivider .line {
150
- border: 1px v-bind(lineColor) solid;
151
- }
152
- .adivider .contentText {
153
- background-color: inherit;
154
- font-size: 18px;
155
- }
156
-
157
142
  .iconify {
158
143
  color: #000;
159
144
  }
@@ -299,6 +284,21 @@
299
284
  cursor: s-resize;
300
285
  }
301
286
 
287
+ .adivider {
288
+ width: 100%;
289
+ margin: 10px 0;
290
+ display: flex;
291
+ align-items: center;
292
+ justify-items: center;
293
+ }
294
+ .adivider .line {
295
+ border: v-bind(lineColor) 1px solid;
296
+ }
297
+ .adivider .contentText {
298
+ background-color: inherit;
299
+ font-size: 18px;
300
+ }
301
+
302
302
  .splitpanes {
303
303
  display: flex;
304
304
  width: 100%;