@zipify/wysiwyg 4.9.3 → 4.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.
@@ -1,940 +0,0 @@
1
-
2
- .zw-toolbar__group[data-v-8467d9b8] {
3
- display: flex;
4
- column-gap: var(--zw-offset-xxs);
5
- }
6
-
7
- .zw-toolbar__divider[data-v-1a453fb5] {
8
- border-color: rgba(var(--zw-color-n90), 0.1);
9
- border-style: solid;
10
- border-width: 0;
11
- }
12
- .zw-toolbar__divider--vertical[data-v-1a453fb5] {
13
- border-left-width: 1px;
14
- }
15
- .zw-toolbar__divider--horizontal[data-v-1a453fb5] {
16
- border-bottom-width: 1px;
17
- }
18
-
19
- .zw-toolbar__row[data-v-14a4e361] {
20
- display: flex;
21
- justify-content: space-between;
22
- column-gap: var(--zw-offset-xs);
23
- padding: var(--zw-offset-xxs) var(--zw-offset-xs);
24
- }
25
-
26
- .zw-button[data-v-9ea2a71b] {
27
- display: inline-flex;
28
- align-items: center;
29
- vertical-align: middle;
30
- touch-action: manipulation;
31
- cursor: pointer;
32
- background-image: none;
33
- background-color: transparent;
34
- border: 0;
35
- padding: 0;
36
- margin: 0;
37
- white-space: nowrap;
38
- appearance: none;
39
- user-select: none;
40
- text-transform: none;
41
- letter-spacing: normal;
42
- color: inherit;
43
- transition: 0.1s opacity ease-out;
44
- will-change: opacity;
45
- }
46
- .zw-button[data-v-9ea2a71b]::-moz-focus-inner {
47
- border: 0 !important;
48
- }
49
- .zw-button[data-v-9ea2a71b]:hover,
50
- .zw-button[data-v-9ea2a71b]:focus {
51
- text-decoration: none;
52
- outline: none;
53
- }
54
- .zw-button[data-v-9ea2a71b]:disabled {
55
- user-select: none;
56
- box-shadow: none;
57
- cursor: not-allowed;
58
- opacity: 0.35;
59
- }
60
- .zw-button--toolbar[data-v-9ea2a71b] {
61
- border-radius: 1px;
62
- min-height: 28px;
63
- font-weight: var(--zw-font-weight-semibold);
64
- font-size: var(--zw-font-size-xs);
65
- line-height: var(--zw-line-height-xxs);
66
- color: rgb(var(--zw-color-n70));
67
- transition-property: background-color, color, opacity;
68
- will-change: background-color, color, opacity;
69
- }
70
- .zw-button--primary[data-v-9ea2a71b] {
71
- background-color: rgb(var(--zw-color-n500));
72
- color: rgb(var(--zw-color-white));
73
- padding: var(--zw-offset-xxs) var(--zw-offset-sm);
74
- line-height: var(--zw-line-height-md);
75
- }
76
- .zw-button--primary[data-v-9ea2a71b],
77
- .zw-button--secondary[data-v-9ea2a71b] {
78
- color: rgb(var(--zw-color-white));
79
- padding: var(--zw-offset-xxs) var(--zw-offset-sm);
80
- font-weight: 600;
81
- font-size: var(--zw-font-size-xs);
82
- }
83
- .zw-button--primary[data-v-9ea2a71b]:not(:disabled):hover,
84
- .zw-button--secondary[data-v-9ea2a71b]:not(:disabled):hover {
85
- opacity: 0.9;
86
- }
87
- .zw-button--toolbar[data-v-9ea2a71b]:not(.zw-button--icon) {
88
- padding: var(--zw-offset-xxs) var(--zw-offset-xs);
89
- }
90
- .zw-button--toolbar[data-v-9ea2a71b]:not(:disabled):hover,
91
- .zw-button--toolbar[data-v-9ea2a71b]:not(:disabled):focus,
92
- .zw-button--toolbar.zw-button--active[data-v-9ea2a71b]:not(:disabled) {
93
- color: rgb(var(--zw-color-white));
94
- background-color: rgb(var(--zw-color-n5));
95
- }
96
- [data-v-9ea2a71b] .zw-button__customized-indicator {
97
- width: 4px;
98
- height: 4px;
99
- background-color: rgb(var(--zw-color-y300));
100
- border-radius: 50%;
101
- position: absolute;
102
- top: 3px;
103
- right: 3px;
104
- }
105
-
106
- .zw-button-toggle[data-v-bbdc7b20] {
107
- display: flex;
108
- column-gap: var(--zw-offset-xxs);
109
- }
110
-
111
- .zw-icon[data-v-09bee8af] {
112
- display: flex;
113
- }
114
- .zw-icon--auto-color[data-v-09bee8af] {
115
- --zw-icon-foreground: currentColor;
116
- }
117
-
118
- .zw-scroll-view[data-v-07fd5408] .simplebar-placeholder {
119
- display: none;
120
- }
121
- .zw-scroll-view[data-v-07fd5408] .simplebar-track {
122
- width: 4px;
123
- background-color: rgb(var(--zw-color-n20));
124
- pointer-events: initial;
125
- }
126
- .zw-scroll-view[data-v-07fd5408] .simplebar-scrollbar {
127
- width: 4px;
128
- }
129
- .zw-scroll-view[data-v-07fd5408] .simplebar-scrollbar::before {
130
- top: 0;
131
- left: 0;
132
- background-color: rgb(var(--zw-color-n5));
133
- cursor: pointer;
134
- height: 100%;
135
- width: 100%;
136
- opacity: 1;
137
- border-radius: 0;
138
- }
139
-
140
- .zw-field-label[data-v-7ab8105c] {
141
- font-weight: var(--zw-font-weight-thin);
142
- font-size: var(--zw-font-size-xxs);
143
- line-height: var(--zw-line-height-xxs);
144
- color: rgb(var(--zw-color-n70));
145
- display: block;
146
- }
147
-
148
- .zw-range[data-v-c0059745] {
149
- width: 100%;
150
- height: 32px;
151
- background: none;
152
- cursor: pointer;
153
- flex-grow: 1;
154
- -webkit-appearance: none;
155
-
156
- --zw-range-track-background-color: transparent;
157
- --zw-range-track-background-image: linear-gradient(to right, #B3B3B3 var(--zw-range-progress), #3B3B3B var(--zw-range-progress));
158
- --zw-range-thumb-background: rgb(var(--zw-color-white));
159
- --zw-range-thumb-box-shadow: -1px -1px 3px rgba(59, 59, 59, 0.35), 1px 1px 3px rgba(59, 59, 59, 0.35);
160
- }
161
- .zw-range[data-v-c0059745]::-webkit-slider-runnable-track {
162
- width: 100%;
163
- height: 4px;
164
- border: 0;
165
- border-radius: 0;
166
- background-size: 100%;
167
- background-color: var(--zw-range-track-background-color);
168
- background-image: var(--zw-range-track-background-image);
169
- }
170
- .zw-range[data-v-c0059745]::-moz-range-track {
171
- width: 100%;
172
- height: 4px;
173
- border: 0;
174
- border-radius: 0;
175
- background-size: 100%;
176
- background-color: var(--zw-range-track-background-color);
177
- background-image: var(--zw-range-track-background-image);
178
- }
179
- .zw-range[data-v-c0059745]::-ms-track {
180
- width: 100%;
181
- height: 4px;
182
- border: 0;
183
- border-radius: 0;
184
- background-size: 100%;
185
- background-color: var(--zw-range-track-background-color);
186
- background-image: var(--zw-range-track-background-image);
187
- }
188
- .zw-range[data-v-c0059745]::-webkit-slider-thumb {
189
- height: 13px;
190
- width: 13px;
191
- border-radius: 100%;
192
- margin-top: -5px;
193
- background: var(--zw-range-thumb-background);
194
- box-shadow: var(--zw-range-thumb-box-shadow);
195
- -webkit-appearance: none;
196
- transition: box-shadow 150ms cubic-bezier(0, 0, 0.2, 1);
197
- }
198
- .zw-range[data-v-c0059745]::-moz-range-thumb {
199
- height: 13px;
200
- width: 13px;
201
- border-radius: 100%;
202
- margin-top: -5px;
203
- background: var(--zw-range-thumb-background);
204
- box-shadow: var(--zw-range-thumb-box-shadow);
205
- -webkit-appearance: none;
206
- transition: box-shadow 150ms cubic-bezier(0, 0, 0.2, 1);
207
- }
208
- .zw-range[data-v-c0059745]::-ms-thumb {
209
- height: 13px;
210
- width: 13px;
211
- border-radius: 100%;
212
- margin-top: -5px;
213
- background: var(--zw-range-thumb-background);
214
- box-shadow: var(--zw-range-thumb-box-shadow);
215
- -webkit-appearance: none;
216
- transition: box-shadow 150ms cubic-bezier(0, 0, 0.2, 1);
217
- }
218
-
219
- /* Browser hacks */
220
- .zw-range[data-v-c0059745]::-moz-focus-outer,
221
- .zw-range[data-v-c0059745]::-moz-range-thumb {
222
- border: 0;
223
- }
224
-
225
- /* In IE don't know how it count margin for thumb */
226
- /* but it works */
227
- .zw-range[data-v-c0059745]::-ms-thumb {
228
- margin-top: -2px;
229
- }
230
-
231
- /* END browser hacks */
232
- .zw-range[data-v-c0059745]:focus {
233
- outline: none;
234
- }
235
- .zw-range[data-v-c0059745]:disabled {
236
- cursor: not-allowed;
237
- opacity: 0.6;
238
- --zw-range-track-background-color: #3B3B3B;
239
- --zw-range-track-background-image: linear-gradient(to right, #B3B3B3 var(--zw-range-progress), #3B3B3B var(--zw-range-progress));
240
- }
241
- .zw-range[data-v-c0059745]:disabled {
242
- --zw-range-thumb-background: #B3B3B3;
243
- --zw-range-thumb-box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
244
- }
245
- .zw-range[data-v-c0059745]:not(:disabled):hover {
246
- --zw-range-thumb-box-shadow: 0 0 0 8px rgba(240, 240, 240, 0.15);
247
- }
248
- .zw-range[data-v-c0059745]:not(:disabled):active {
249
- --zw-range-thumb-box-shadow: 0 0 0 12px rgba(240, 240, 240, 0.15);
250
- }
251
-
252
- .zw-number-field[data-v-e462abc1] {
253
- --border-color: rgb(var(--zw-color-n60));
254
- --text-color: rgb(var(--zw-color-n85));
255
- --buttons-color: rgb(var(--zw-color-n70));
256
-
257
- padding: 2px 4px;
258
- border: solid 1px var(--border-color);
259
- align-items: stretch;
260
- display: flex;
261
- }
262
- .zw-number-field[data-v-e462abc1]:hover {
263
- --border-color: rgb(var(--zw-color-n80));
264
- --text-color: rgb(var(--zw-color-n85));
265
- }
266
- .zw-number-field[data-v-e462abc1]:focus,
267
- .zw-number-field[data-v-e462abc1]:focus-within {
268
- --border-color: rgb(var(--zw-color-white));
269
- --text-color: rgb(var(--zw-color-white));
270
- }
271
- .zw-number-field__input[data-v-e462abc1] {
272
- color: var(--text-color);
273
- background-color: rgb(var(--zw-color-n15));
274
- border: 0;
275
- display: block;
276
- width: 100%;
277
- outline: none !important;
278
- line-height: var(--zw-line-height-md);
279
- font-size: var(--zw-font-size-xs);
280
- -moz-appearance: textfield;
281
- }
282
- .zw-number-field__buttons[data-v-e462abc1] {
283
- display: none;
284
- flex-direction: column;
285
- height: 100%;
286
- }
287
- .zw-number-field:hover .zw-number-field__buttons[data-v-e462abc1],
288
- .zw-number-field:focus .zw-number-field__buttons[data-v-e462abc1],
289
- .zw-number-field:focus-within .zw-number-field__buttons[data-v-e462abc1] {
290
- display: flex;
291
- }
292
- .zw-number-field__input[data-v-e462abc1]::placeholder {
293
- color: var(--text-color);
294
- }
295
- .zw-number-field__input[data-v-e462abc1]::-webkit-outer-spin-button,
296
- .zw-number-field__input[data-v-e462abc1]::-webkit-inner-spin-button {
297
- color: var(--text-color);
298
- -webkit-appearance: none;
299
- }
300
- .zw-number-field__controls[data-v-e462abc1] {
301
- min-width: var(--zw-offset-sm);
302
- }
303
- .zw-number-field--disabled[data-v-e462abc1] {
304
- opacity: 0.5;
305
- }
306
- .zw-number-field--disabled[data-v-e462abc1],
307
- .zw-number-field--disabled .zw-number-field__input[data-v-e462abc1] {
308
- cursor: not-allowed;
309
- }
310
- .zw-number-field__increment-button[data-v-e462abc1],
311
- .zw-number-field__decrement-button[data-v-e462abc1] {
312
- width: 100%;
313
- height: 50%;
314
- display: flex;
315
- align-items: center;
316
- justify-content: center;
317
- }
318
- .zw-number-field__increment-button[data-v-e462abc1]::after,
319
- .zw-number-field__decrement-button[data-v-e462abc1]::after {
320
- content: "";
321
- border-left: 3px solid transparent;
322
- border-right: 3px solid transparent;
323
- }
324
- .zw-number-field__increment-button[data-v-e462abc1]::after {
325
- border-bottom: 3px solid var(--buttons-color);
326
- }
327
- .zw-number-field__decrement-button[data-v-e462abc1]::after {
328
- border-top: 3px solid var(--buttons-color);
329
- }
330
- .zw-number-field__increment-button[data-v-e462abc1]:hover,
331
- .zw-number-field__decrement-button[data-v-e462abc1]:hover {
332
- background-color: rgb(var(--zw-color-n20));
333
- --buttons-color: rgb(var(--zw-color-white));
334
- }
335
- .zw-number-field__units[data-v-e462abc1] {
336
- color: rgb(var(--zw-color-n70));
337
- font-size: var(--zw-font-size-xs);
338
- line-height: var(--zw-line-height-md);
339
- text-align: center;
340
- display: inline-block;
341
- width: 100%;
342
- }
343
- .zw-number-field:hover .zw-number-field__units[data-v-e462abc1],
344
- .zw-number-field:focus .zw-number-field__units[data-v-e462abc1] {
345
- display: none;
346
- }
347
-
348
- .zw-modal[data-v-b3c0b9ad] {
349
- position: var(--8349ba3e);
350
- }
351
-
352
- .zw-modal[data-v-72ecfd23] {
353
- border-radius: 2px;
354
- box-shadow: 0 0 4px rgba(var(--zw-color-black), 0.3);
355
- background-color: rgb(var(--zw-color-n15));
356
- max-height: var(--3b807430);
357
- max-width: var(--749527c6);
358
- z-index: 1000;
359
- will-change: transform;
360
- }
361
- .zw-modal--enter-active[data-v-72ecfd23] {
362
- transition: opacity 0.15s ease-out;
363
- }
364
- .zw-modal--enter-from[data-v-72ecfd23],
365
- .zw-modal--leave-to[data-v-72ecfd23] {
366
- opacity: 0;
367
- }
368
- .zw-modal--leave-active[data-v-72ecfd23] {
369
- transition: opacity 0.1s ease-in;
370
- }
371
-
372
- /* Scrollbar overrides in modal */
373
- .zw-modal[data-v-72ecfd23] .simplebar-offset,
374
- .zw-modal[data-v-72ecfd23] .simplebar-mask {
375
- position: initial;
376
- }
377
- .zw-modal[data-v-72ecfd23] .simplebar-content {
378
- max-height: var(--3b807430);
379
- padding: 0 !important;
380
- }
381
- .zw-modal[data-v-72ecfd23] .simplebar-content-wrapper {
382
- overscroll-behavior: contain;
383
- }
384
-
385
- .zw-field[data-v-dfa0d6f0] {
386
- display: flex;
387
- flex-direction: column;
388
- }
389
- .zw-field__input[data-v-dfa0d6f0] {
390
- --border-color: rgb(var(--zw-color-n60));
391
- --text-color: rgb(var(--zw-color-n85));
392
-
393
- border: 1px solid var(--border-color);
394
- background-color: transparent;
395
- color: var(--text-color);
396
- font-size: var(--zw-font-size-xxs);
397
- outline: none;
398
- padding: 6px;
399
- line-height: var(--zw-line-height-xxs);
400
- transition: 0.1s border ease-out, 0.1s color ease-out;
401
- will-change: border, color;
402
- }
403
- .zw-field__input[data-v-dfa0d6f0]:hover {
404
- --border-color: rgb(var(--zw-color-n80));
405
- --text-color: rgb(var(--zw-color-n85));
406
- }
407
- .zw-field__input[data-v-dfa0d6f0]:focus,
408
- .zw-field__input[data-v-dfa0d6f0]:focus-within {
409
- --border-color: rgb(var(--zw-color-white));
410
- --text-color: rgb(var(--zw-color-white));
411
- }
412
- .zw-field__label[data-v-dfa0d6f0] {
413
- display: inline-block;
414
- font-size: var(--zw-font-size-xxs);
415
- padding-bottom: var(--zw-offset-xxs);
416
- line-height: var(--zw-line-height-xxs);
417
- }
418
- .zw-field__label--error[data-v-dfa0d6f0] {
419
- font-size: var(--zw-font-size-xxs);
420
- margin: var(--zw-offset-xxs) 0 0;
421
- color: rgb(var(--zw-color-red));
422
- }
423
-
424
- .zw-checkbox[data-v-e1624b5d] {
425
- display: inline-flex;
426
- align-items: center;
427
- position: relative;
428
- cursor: pointer;
429
- padding: var(--zw-offset-xxs) var(--zw-offset-xxs) var(--zw-offset-xxs) 0;
430
- }
431
- .zw-checkbox__field + .zw-checkbox__indicator[data-v-e1624b5d] {
432
- color: var(--zw-color-n200);
433
- box-shadow: inset 0 0 0 2px currentColor;
434
- }
435
- .zw-checkbox:hover .zw-checkbox__indicator[data-v-e1624b5d],
436
- .zw-checkbox:focus .zw-checkbox__indicator[data-v-e1624b5d],
437
- .zw-checkbox:focus-within .zw-checkbox__indicator[data-v-e1624b5d] {
438
- box-shadow: inset 0 0 0 2px rgb(var(--zw-color-b200));
439
- }
440
- .zw-checkbox__field:checked + .zw-checkbox__indicator[data-v-e1624b5d] {
441
- color: rgb(var(--zw-color-b200))
442
- }
443
- .zw-checkbox .zw-checkbox__field:checked + .zw-checkbox__indicator[data-v-e1624b5d] {
444
- background-color: rgb(var(--zw-color-b200));
445
- }
446
- .zw-checkbox .zw-checkbox__indicator[data-v-e1624b5d]::after {
447
- content: "";
448
- display: block;
449
- height: 16px;
450
- transform: scale(0.6);
451
- transition: transform 0.2s ease-out;
452
- width: 16px;
453
- background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNiAyNiIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiPgogIDxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0uMyAxNGMtLjItLjItLjMtLjUtLjMtLjdzLjEtLjUuMy0uN2wxLjQtMS40Yy40LS40IDEtLjQgMS40IDBsLjEuMSA1LjUgNS45Yy4yLjIuNS4yLjcgMEwyMi44IDMuM2guMWMuNC0uNCAxLS40IDEuNCAwbDEuNCAxLjRjLjQuNC40IDEgMCAxLjRsLTE2IDE2LjZjLS4yLjItLjQuMy0uNy4zLS4zIDAtLjUtLjEtLjctLjNMLjUgMTQuMy4zIDE0eiIvPgo8L3N2Zz4K");
454
- background-repeat: no-repeat;
455
- background-size: 16px;
456
- background-position: center center;
457
- }
458
- .zw-checkbox__field:not(:checked) + .zw-checkbox__indicator[data-v-e1624b5d]::after {
459
- transform: scale(0);
460
- }
461
- .zw-checkbox__field[data-v-e1624b5d] {
462
- position: absolute;
463
- opacity: 0;
464
- height: 0;
465
- width: 0;
466
- }
467
- .zw-checkbox__label[data-v-e1624b5d] {
468
- font-size: var(--zw-font-size-xs);
469
- }
470
-
471
- .zw-dropdown__activator[data-v-678de368] {
472
- width: 100%;
473
- }
474
- .zw-dropdown__activator-title[data-v-678de368] {
475
- margin-right: var(--zw-offset-xxs);
476
- }
477
- .zw-dropdown__activator-arrow[data-v-678de368] {
478
- margin-left: auto;
479
- }
480
- .zw-dropdown__activator--active .zw-dropdown__activator-arrow[data-v-678de368] {
481
- transform: rotateX(180deg);
482
- }
483
- .zw-dropdown__activator--gray[data-v-678de368] {
484
- background-color: rgb(var(--zw-color-n20));
485
- font-size: var(--zw-font-size-xxs);
486
- color: rgb(var(--zw-color-white));
487
- }
488
- .zw-dropdown__customized-indicator[data-v-678de368] {
489
- position: relative;
490
- top: calc(0px - var(--zw-offset-xs));
491
- min-width: 4px;
492
- height: 4px;
493
- background-color: rgb(var(--zw-color-y300));
494
- border-radius: 50%;
495
- }
496
-
497
- .zw-dropdown__option[data-v-2e8320d2] {
498
- width: 100%;
499
- display: block;
500
- color: rgb(var(--zw-color-white));
501
- padding-top: var(--zw-offset-xxs);
502
- padding-right: var(--zw-offset-sm);
503
- padding-left: calc(var(--zw-offset-sm) + var(--zw-option-offset, 0px));
504
- padding-bottom: var(--zw-offset-xxs);
505
- text-align: left;
506
- transition: 0.1s background-color ease-out;
507
- will-change: background-color;
508
- }
509
- .zw-dropdown__option[data-v-2e8320d2]:hover,
510
- .zw-dropdown__option[data-v-2e8320d2]:focus,
511
- .zw-dropdown__option--active[data-v-2e8320d2] {
512
- background-color: rgb(var(--zw-color-n30));
513
- }
514
-
515
- .zw-dropdown__group[data-v-2239aa7b] {
516
- padding-top: var(--zw-offset-xs);
517
- padding-bottom: var(--zw-offset-xs);
518
- --zw-option-offset: var(--zw-offset-xs);
519
- }
520
- .zw-dropdown__group-title[data-v-2239aa7b] {
521
- color: var(--zw-color-n70);
522
- font-weight: var(--zw-font-weight-semibold);
523
- padding-left: var(--zw-offset-sm);
524
- padding-right: var(--zw-offset-sm);
525
- margin-top: 0;
526
- margin-bottom: var(--zw-offset-xs);
527
- }
528
-
529
- .zw-dropdown__divider[data-v-91a22273] {
530
- padding: 0 var(--zw-offset-sm);
531
- }
532
- .zw-dropdown__divider[data-v-91a22273]::before {
533
- content: "";
534
- display: block;
535
- border-bottom: 1px solid rgb(var(--zw-color-n30));
536
- }
537
-
538
- .zw-dropdown__menu {
539
- padding-top: var(--zw-offset-xs);
540
- padding-bottom: var(--zw-offset-xs);
541
- }
542
-
543
- .zw-dropdown[data-v-0d65726d] {
544
- position: relative;
545
- font-size: var(--zw-font-size-xs);
546
- line-height: var(--zw-line-height-xxs);
547
- }
548
-
549
- .zw-font-family-control[data-v-3931975f] {
550
- width: 96px;
551
- }
552
- .zw-font-family-control__option[data-v-3931975f] {
553
- font-weight: 400;
554
- font-family: var(--zw-font-family-option);
555
- }
556
-
557
- .zw-font-weight-control[data-v-54f744a9] {
558
- width: 60px;
559
- }
560
-
561
- .zw-font-size-control[data-v-9452b945] {
562
- width: 72px;
563
- }
564
-
565
- .zw-line-height-control__modal[data-v-8eb86211] {
566
- padding: var(--zw-offset-sm);
567
- }
568
- .zw-line-height-control__row[data-v-8eb86211] {
569
- display: flex;
570
- align-items: center;
571
- }
572
- .zw-line-height-control__range[data-v-8eb86211] {
573
- width: 156px;
574
- }
575
- .zw-line-height-control__field[data-v-8eb86211] {
576
- width: 64px;
577
- margin-left: var(--zw-offset-sm);
578
- }
579
-
580
- .zpa-list-control[data-v-923a86d6] {
581
- display: flex;
582
- }
583
- .zpa-list-control[data-v-923a86d6]:hover {
584
- color: rgb(var(--zw-color-white));
585
- background-color: rgb(var(--zw-color-n5));
586
- }
587
- .zw-list-control__activator[data-v-923a86d6] {
588
- padding: 0 var(--zw-offset-xs);
589
- }
590
- .zw-list-control__option[data-v-923a86d6] {
591
- padding: 0 var(--zw-offset-xs);
592
- display: flex;
593
- }
594
-
595
- .zw-link-modal-header[data-v-d721e93d] {
596
- display: flex;
597
- align-items: center;
598
- justify-content: space-between;
599
- padding: var(--zw-offset-sm);
600
- border-bottom: 2px solid rgb(var(--zw-color-n5));
601
- }
602
- .zw-link-modal-header__title[data-v-d721e93d] {
603
- text-transform: uppercase;
604
- font-weight: var(--zw-font-weight-semibold);
605
- font-size: var(--zw-font-size-xxs);
606
- color: rgb(var(--zw-color-white));
607
- }
608
- .zw-link-modal-header__unlink-icon[data-v-d721e93d] {
609
- margin-right: var(--zw-offset-xxs);
610
- }
611
- .zw-link-modal-header__unlink-button[data-v-d721e93d] {
612
- color: rgb(var(--zw-color-n80));
613
- font-size: var(--zw-font-size-xxs);
614
- transition: 0.1s opacity ease-out, 0.1s color ease-out;
615
- will-change: opacity, color;
616
- }
617
- .zw-link-modal-header__unlink-button[data-v-d721e93d]:disabled {
618
- opacity: 0.35;
619
- }
620
- .zw-link-modal-header__unlink-button[data-v-d721e93d]:focus,
621
- .zw-link-modal-header__unlink-button[data-v-d721e93d]:focus-within,
622
- .zw-link-modal-header__unlink-button[data-v-d721e93d]:hover {
623
- color: rgb(var(--zw-color-white));
624
- }
625
-
626
- .zw-link-modal[data-v-5d6cf980] {
627
- width: 266px;
628
- }
629
- .zw-link-modal__body[data-v-5d6cf980] {
630
- padding: var(--zw-offset-sm);
631
- }
632
- .zw-link-modal__actions[data-v-5d6cf980] {
633
- display: flex;
634
- justify-content: flex-end;
635
- }
636
- [data-v-5d6cf980] .zw-link-modal-dropdown__option {
637
- width: 234px;
638
- }
639
-
640
- .zw-style-preset-control__option[data-v-c80fcebf] {
641
- display: flex;
642
- justify-content: space-between;
643
- align-items: center;
644
- }
645
- .zw-style-preset-control__color[data-v-c80fcebf] {
646
- width: 10px;
647
- height: 10px;
648
- border: 1px solid rgba(var(--zw-color-black), 0.15);
649
- border-radius: 14.71%;
650
- background-color: var(--zw-color-option);
651
- }
652
- .zw-style-preset-control__size[data-v-c80fcebf] {
653
- font-size: 10px;
654
- color: rgb(var(--zw-color-n70));
655
- margin-left: var(--zw-offset-sm);
656
- }
657
- .zw-style-preset-control__title[data-v-c80fcebf] {
658
- width: 82px;
659
- margin-left: var(--zw-offset-xs);
660
- font-size: var(--zw-font-size-xxs);
661
- font-family: var(--zw-font-family-option);
662
- font-style: var(--zw-font-style-option);
663
- font-weight: var(--zw-font-weight-option);
664
- text-decoration: var(--zw-text-decoration-option);
665
- }
666
-
667
- .zw-style-preset-control[data-v-a8aff4db] {
668
- display: flex;
669
- align-items: center;
670
- }
671
- .zw-style-preset-control__dropdown[data-v-a8aff4db] {
672
- width: 120px;
673
- }
674
- .zw-style-preset-control__reset[data-v-a8aff4db] {
675
- color: rgb(var(--zw-color-n70));
676
- background-color: rgb(var(--zw-color-n20));
677
- }
678
- .zw-style-preset-control__reset[data-v-a8aff4db]:disabled {
679
- background-color: transparent;
680
- }
681
- .zw-style-preset-control__reset[data-v-a8aff4db]:not(:disabled):hover,
682
- .zw-style-preset-control__reset[data-v-a8aff4db]:not(:disabled):focus,
683
- .zw-style-preset-control__reset[data-v-a8aff4db]:not(:disabled):focus-within {
684
- color: rgb(var(--zw-color-white));
685
- background-color: rgb(var(--zw-color-n30));
686
- }
687
-
688
- .zw-toolbar[data-v-e9105a30] {
689
- border: 1px solid rgba(var(--zw-color-white), 0.2);
690
- border-radius: 2px;
691
- background-color: rgba(var(--zw-color-n15), 0.9);
692
- backdrop-filter: blur(8px);
693
- -webkit-backdrop-filter: blur(8px);
694
- color: rgb(var(--zw-color-n70));
695
- z-index: 999999;
696
- text-align: left;
697
- position: fixed;
698
- --zw-toolbar-offset-y: calc(var(--7b6bf359) * 1px)
699
- }
700
- .zw-toolbar[data-v-e9105a30]::before,
701
- .zw-toolbar[data-v-e9105a30]::after {
702
- content: "";
703
- display: block;
704
- width: 100%;
705
- height: calc(var(--zw-toolbar-offset-y) + 4px);
706
- position: absolute;
707
- --zw-toolbar-safe-zone: calc(-1 * var(--zw-toolbar-offset-y));
708
- }
709
- .zw-toolbar[data-v-e9105a30]::before {
710
- top: var(--zw-toolbar-safe-zone);
711
- }
712
- .zw-toolbar[data-v-e9105a30]::after {
713
- bottom: var(--zw-toolbar-safe-zone);
714
- }
715
- .zw-toolbar--enter-active[data-v-e9105a30],
716
- .zw-toolbar--leave-active[data-v-e9105a30] {
717
- transition: opacity 150ms ease-out;
718
- }
719
- .zw-toolbar--leave-active[data-v-e9105a30] {
720
- transition: opacity 0s ease-in;
721
- }
722
- .zw-toolbar--enter-from[data-v-e9105a30],
723
- .zw-toolbar--leave-to[data-v-e9105a30] {
724
- opacity: 0;
725
- }
726
- .zw-wysiwyg {
727
- --zw-color-n5: 13, 13, 13; /* #0D0D0D */
728
- --zw-color-n15: 38, 38, 38; /* #262626 */
729
- --zw-color-n20: 59, 59, 59; /* #3B3B3B */
730
- --zw-color-n30: 77, 77, 77; /* #4D4D4D */
731
- --zw-color-n60: 153, 153, 153; /* #999999 */
732
- --zw-color-n70: 179, 179, 179; /* #B3B3B3 */
733
- --zw-color-n80: 196, 196, 196; /* #C4C4C4 */
734
- --zw-color-n85: 217, 217, 217; /* #D9D9D9 */
735
- --zw-color-n90: 230, 230, 230; /* #E6E6E6 */
736
- --zw-color-n200: 194, 200, 209; /* #C2C8D1 */
737
- --zw-color-n500: 54, 64, 76; /* #36404C */
738
- --zw-color-y300: 255, 171, 0; /* #FFAB00 */
739
- --zw-color-b200: 38, 132, 255; /* #0065FF */
740
- --zw-color-black: 0, 0, 0;
741
- --zw-color-white: 255, 255, 255;
742
- --zw-color-red: 234, 58, 58; /* #EA3A3A */
743
-
744
- --zw-offset-xxs: 4px;
745
- --zw-offset-xs: 8px;
746
- --zw-offset-xsm: 12px;
747
- --zw-offset-sm: 16px;
748
- --zw-offset-md: 24px;
749
-
750
- --zw-font-weight-thin: 400;
751
- --zw-font-weight-semibold: 500;
752
-
753
- --zw-font-size-xxs: 12px;
754
- --zw-font-size-xs: 14px;
755
-
756
- --zw-line-height-xxs: 1.21;
757
- --zw-line-height-md: 1.72;
758
- }
759
-
760
- /*
761
- $builder-N5: #0D0D0D;
762
- $builder-N10: #1A1A1A;
763
- $builder-N15: #262626;
764
- $builder-N20: #3B3B3B;
765
- $builder-N30: #4D4D4D;
766
- $builder-N40: #666;
767
- $builder-N50: #808080;
768
- $builder-N60: #999;
769
- $builder-N70: #B3B3B3;
770
- $builder-N80: #C4C4C4;
771
- $builder-N85: #D9D9D9;
772
- $builder-N90: #E6E6E6;
773
- $builder-N94: #F0F0F0;
774
- $builder-N96: #F5F5F5;
775
- $builder-N98: #FAFAFA;
776
- $builder-N200: #C2C8D1;
777
- $builder-R50: #EA3A3A;
778
-
779
- $font-size-xxs: 12px;
780
- $font-size-xs: 14px;
781
- $font-size-sm: 16px;
782
- $font-size-md: 18px;
783
- $font-size-lmd: 20px;
784
- $font-size-lg: 24px;
785
-
786
- $font-height--xxs: 1.2;
787
- $font-height--xs: 1.33;
788
- $font-height--sm: 1.43;
789
- $font-height--md: 1.72;
790
- */
791
- .zw-wysiwyg__placeholder::before {
792
- content: attr(data-placeholder);
793
- color: rgb(var(--zw-color-n70));
794
- float: left;
795
- height: 0;
796
- pointer-events: none;
797
- }
798
- .zw-superscript {
799
- font-size: 75%;
800
- position: relative;
801
- vertical-align: initial;
802
- top: -0.5em;
803
- }
804
- .zw-style.zw-style.zw-style {
805
- font-weight: var(--zw-font-weight, var(--zw-preset-font-weight));
806
- font-family: var(--zw-font-family, var(--zw-preset-font-family));
807
- color: var(--zw-font-color, var(--zw-preset-font-color));
808
- font-style: var(--zw-font-style, var(--zw-preset-font-style));
809
- text-decoration: var(--zw-text-decoration, var(--zw-preset-text-decoration));
810
- background-color: var(--zw-background-color, var(--zw-preset-background-color));
811
- margin: var(--zw-margin);
812
- }
813
- h1.zw-style.zw-style.zw-style,
814
- h2.zw-style.zw-style.zw-style,
815
- h3.zw-style.zw-style.zw-style,
816
- h4.zw-style.zw-style.zw-style {
817
- margin: var(--zw-margin, 8px 0);
818
- }
819
- @media (min-width: 1200px) {
820
- .zw-style.zw-style.zw-style {
821
- font-size: var(--zw-font-size-desktop, var(--zw-preset-font-size-desktop));
822
- text-align: var(--zw-alignment-desktop, var(--zw-preset-alignment-desktop));
823
- line-height: var(--zw-line-height-desktop, var(--zw-preset-line-height-desktop));
824
- }
825
- }
826
- @media (min-width: 769px) and (max-width: 1199.98px) {
827
- .zw-style.zw-style.zw-style {
828
- font-size: var(--zw-font-size-tablet, var(--zw-preset-font-size-tablet));
829
- text-align: var(--zw-alignment-tablet, var(--zw-preset-alignment-tablet));
830
- line-height: var(--zw-line-height-tablet, var(--zw-preset-line-height-tablet));
831
- }
832
- }
833
- @media (max-width: 768.98px) {
834
- .zw-style.zw-style.zw-style {
835
- font-size: var(--zw-font-size-mobile, var(--zw-preset-font-size-mobile));
836
- text-align: var(--zw-alignment-mobile, var(--zw-preset-alignment-mobile));
837
- line-height: var(--zw-line-height-mobile, var(--zw-preset-line-height-mobile));
838
- }
839
- }
840
-
841
- /* ProseMirror styles */
842
- .ProseMirror {
843
- position: relative;
844
- outline: none;
845
- }
846
- .ProseMirror {
847
- word-wrap: break-word;
848
- white-space: break-spaces;
849
- -webkit-font-variant-ligatures: none;
850
- font-variant-ligatures: none;
851
- font-feature-settings: "liga" 0; /* the above doesn't seem to work in Edge */
852
- }
853
- .ProseMirror [contenteditable="false"] {
854
- white-space: normal;
855
- }
856
- .ProseMirror [contenteditable="false"] [contenteditable="true"] {
857
- white-space: pre-wrap;
858
- }
859
- .ProseMirror pre {
860
- white-space: pre-wrap;
861
- }
862
- img.ProseMirror-separator {
863
- display: inline !important;
864
- border: none !important;
865
- margin: 0 !important;
866
- width: 1px !important;
867
- height: 1px !important;
868
- }
869
- .ProseMirror-gapcursor {
870
- display: none;
871
- pointer-events: none;
872
- position: absolute;
873
- margin: 0;
874
- }
875
- .ProseMirror-gapcursor::after {
876
- content: "";
877
- display: block;
878
- position: absolute;
879
- top: -2px;
880
- width: 20px;
881
- border-top: 1px solid #000;
882
- animation: ProseMirror-cursor-blink 1.1s steps(2, start) infinite;
883
- }
884
- .ProseMirror span {
885
- display: block;
886
- }
887
- .ProseMirror :where(p, h1, h2, h3, h4) span {
888
- display: initial;
889
- }
890
- @keyframes ProseMirror-cursor-blink {
891
- to {
892
- visibility: hidden;
893
- }
894
- }
895
- .ProseMirror-hideselection *::selection {
896
- background: transparent;
897
- }
898
- .ProseMirror-hideselection *::-moz-selection {
899
- background: transparent;
900
- }
901
- .ProseMirror-hideselection * {
902
- caret-color: transparent;
903
- }
904
- .ProseMirror-focused .ProseMirror-gapcursor {
905
- display: block;
906
- }
907
- .tippy-box[data-animation=fade][data-state=hidden] {
908
- opacity: 0
909
- }
910
- .zw-dropdown__default-option {
911
- font-size: var(--zw-font-size-xxs);
912
- color: rgb(var(--zw-color-n70));
913
- font-family: "Lato", sans-serif;
914
- font-style: italic;
915
- margin-left: var(--zw-offset-xxs);
916
- }
917
- .zw-text--truncate {
918
- white-space: nowrap;
919
- overflow: hidden;
920
- text-overflow: ellipsis;
921
- max-width: 100%;
922
- }
923
- .zw-position--relative {
924
- position: relative;
925
- }
926
- .zw-margin-bottom--xxs {
927
- margin-bottom: var(--zw-offset-xxs) !important;
928
- }
929
- .zw-margin-bottom--xs {
930
- margin-bottom: var(--zw-offset-xs) !important;
931
- }
932
- .zw-margin-bottom--sm {
933
- margin-bottom: var(--zw-offset-sm) !important;
934
- }
935
- .zw-margin-bottom--md {
936
- margin-bottom: var(--zw-offset-md) !important;
937
- }
938
- .zw-margin-right--xs {
939
- margin-right: var(--zw-offset-xs) !important;
940
- }