@yoooloo42/joker 1.0.60 → 1.0.61

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.
@@ -6,1312 +6,6 @@
6
6
  height: 40px;
7
7
  line-height: 40px;
8
8
  }
9
- .ql-container {
10
- box-sizing: border-box;
11
- font-family: Helvetica, Arial, sans-serif;
12
- font-size: 13px;
13
- height: 100%;
14
- margin: 0px;
15
- position: relative;
16
- }
17
- .ql-container.ql-disabled .ql-tooltip {
18
- visibility: hidden;
19
- }
20
- .ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
21
- pointer-events: none;
22
- }
23
- .ql-clipboard {
24
- left: -100000px;
25
- height: 1px;
26
- overflow-y: hidden;
27
- position: absolute;
28
- top: 50%;
29
- }
30
- .ql-clipboard p {
31
- margin: 0;
32
- padding: 0;
33
- }
34
- .ql-editor {
35
- box-sizing: border-box;
36
- line-height: 1.42;
37
- height: 100%;
38
- outline: none;
39
- overflow-y: auto;
40
- padding: 12px 15px;
41
- tab-size: 4;
42
- -moz-tab-size: 4;
43
- text-align: left;
44
- white-space: pre-wrap;
45
- word-wrap: break-word;
46
- }
47
- .ql-editor > * {
48
- cursor: text;
49
- }
50
- .ql-editor p,
51
- .ql-editor ol,
52
- .ql-editor ul,
53
- .ql-editor pre,
54
- .ql-editor blockquote,
55
- .ql-editor h1,
56
- .ql-editor h2,
57
- .ql-editor h3,
58
- .ql-editor h4,
59
- .ql-editor h5,
60
- .ql-editor h6 {
61
- margin: 0;
62
- padding: 0;
63
- counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
64
- }
65
- .ql-editor ol,
66
- .ql-editor ul {
67
- padding-left: 1.5em;
68
- }
69
- .ql-editor ol > li,
70
- .ql-editor ul > li {
71
- list-style-type: none;
72
- }
73
- .ql-editor ul > li::before {
74
- content: '\2022';
75
- }
76
- .ql-editor ul[data-checked=true],
77
- .ql-editor ul[data-checked=false] {
78
- pointer-events: none;
79
- }
80
- .ql-editor ul[data-checked=true] > li *,
81
- .ql-editor ul[data-checked=false] > li * {
82
- pointer-events: all;
83
- }
84
- .ql-editor ul[data-checked=true] > li::before,
85
- .ql-editor ul[data-checked=false] > li::before {
86
- color: #777;
87
- cursor: pointer;
88
- pointer-events: all;
89
- }
90
- .ql-editor ul[data-checked=true] > li::before {
91
- content: '\2611';
92
- }
93
- .ql-editor ul[data-checked=false] > li::before {
94
- content: '\2610';
95
- }
96
- .ql-editor li::before {
97
- display: inline-block;
98
- white-space: nowrap;
99
- width: 1.2em;
100
- }
101
- .ql-editor li:not(.ql-direction-rtl)::before {
102
- margin-left: -1.5em;
103
- margin-right: 0.3em;
104
- text-align: right;
105
- }
106
- .ql-editor li.ql-direction-rtl::before {
107
- margin-left: 0.3em;
108
- margin-right: -1.5em;
109
- }
110
- .ql-editor ol li:not(.ql-direction-rtl),
111
- .ql-editor ul li:not(.ql-direction-rtl) {
112
- padding-left: 1.5em;
113
- }
114
- .ql-editor ol li.ql-direction-rtl,
115
- .ql-editor ul li.ql-direction-rtl {
116
- padding-right: 1.5em;
117
- }
118
- .ql-editor ol li {
119
- counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
120
- counter-increment: list-0;
121
- }
122
- .ql-editor ol li:before {
123
- content: counter(list-0, decimal) '. ';
124
- }
125
- .ql-editor ol li.ql-indent-1 {
126
- counter-increment: list-1;
127
- }
128
- .ql-editor ol li.ql-indent-1:before {
129
- content: counter(list-1, lower-alpha) '. ';
130
- }
131
- .ql-editor ol li.ql-indent-1 {
132
- counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
133
- }
134
- .ql-editor ol li.ql-indent-2 {
135
- counter-increment: list-2;
136
- }
137
- .ql-editor ol li.ql-indent-2:before {
138
- content: counter(list-2, lower-roman) '. ';
139
- }
140
- .ql-editor ol li.ql-indent-2 {
141
- counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
142
- }
143
- .ql-editor ol li.ql-indent-3 {
144
- counter-increment: list-3;
145
- }
146
- .ql-editor ol li.ql-indent-3:before {
147
- content: counter(list-3, decimal) '. ';
148
- }
149
- .ql-editor ol li.ql-indent-3 {
150
- counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
151
- }
152
- .ql-editor ol li.ql-indent-4 {
153
- counter-increment: list-4;
154
- }
155
- .ql-editor ol li.ql-indent-4:before {
156
- content: counter(list-4, lower-alpha) '. ';
157
- }
158
- .ql-editor ol li.ql-indent-4 {
159
- counter-reset: list-5 list-6 list-7 list-8 list-9;
160
- }
161
- .ql-editor ol li.ql-indent-5 {
162
- counter-increment: list-5;
163
- }
164
- .ql-editor ol li.ql-indent-5:before {
165
- content: counter(list-5, lower-roman) '. ';
166
- }
167
- .ql-editor ol li.ql-indent-5 {
168
- counter-reset: list-6 list-7 list-8 list-9;
169
- }
170
- .ql-editor ol li.ql-indent-6 {
171
- counter-increment: list-6;
172
- }
173
- .ql-editor ol li.ql-indent-6:before {
174
- content: counter(list-6, decimal) '. ';
175
- }
176
- .ql-editor ol li.ql-indent-6 {
177
- counter-reset: list-7 list-8 list-9;
178
- }
179
- .ql-editor ol li.ql-indent-7 {
180
- counter-increment: list-7;
181
- }
182
- .ql-editor ol li.ql-indent-7:before {
183
- content: counter(list-7, lower-alpha) '. ';
184
- }
185
- .ql-editor ol li.ql-indent-7 {
186
- counter-reset: list-8 list-9;
187
- }
188
- .ql-editor ol li.ql-indent-8 {
189
- counter-increment: list-8;
190
- }
191
- .ql-editor ol li.ql-indent-8:before {
192
- content: counter(list-8, lower-roman) '. ';
193
- }
194
- .ql-editor ol li.ql-indent-8 {
195
- counter-reset: list-9;
196
- }
197
- .ql-editor ol li.ql-indent-9 {
198
- counter-increment: list-9;
199
- }
200
- .ql-editor ol li.ql-indent-9:before {
201
- content: counter(list-9, decimal) '. ';
202
- }
203
- .ql-editor .ql-indent-1:not(.ql-direction-rtl) {
204
- padding-left: 3em;
205
- }
206
- .ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
207
- padding-left: 4.5em;
208
- }
209
- .ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
210
- padding-right: 3em;
211
- }
212
- .ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
213
- padding-right: 4.5em;
214
- }
215
- .ql-editor .ql-indent-2:not(.ql-direction-rtl) {
216
- padding-left: 6em;
217
- }
218
- .ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
219
- padding-left: 7.5em;
220
- }
221
- .ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
222
- padding-right: 6em;
223
- }
224
- .ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
225
- padding-right: 7.5em;
226
- }
227
- .ql-editor .ql-indent-3:not(.ql-direction-rtl) {
228
- padding-left: 9em;
229
- }
230
- .ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
231
- padding-left: 10.5em;
232
- }
233
- .ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
234
- padding-right: 9em;
235
- }
236
- .ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
237
- padding-right: 10.5em;
238
- }
239
- .ql-editor .ql-indent-4:not(.ql-direction-rtl) {
240
- padding-left: 12em;
241
- }
242
- .ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
243
- padding-left: 13.5em;
244
- }
245
- .ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
246
- padding-right: 12em;
247
- }
248
- .ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
249
- padding-right: 13.5em;
250
- }
251
- .ql-editor .ql-indent-5:not(.ql-direction-rtl) {
252
- padding-left: 15em;
253
- }
254
- .ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
255
- padding-left: 16.5em;
256
- }
257
- .ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
258
- padding-right: 15em;
259
- }
260
- .ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
261
- padding-right: 16.5em;
262
- }
263
- .ql-editor .ql-indent-6:not(.ql-direction-rtl) {
264
- padding-left: 18em;
265
- }
266
- .ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
267
- padding-left: 19.5em;
268
- }
269
- .ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
270
- padding-right: 18em;
271
- }
272
- .ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
273
- padding-right: 19.5em;
274
- }
275
- .ql-editor .ql-indent-7:not(.ql-direction-rtl) {
276
- padding-left: 21em;
277
- }
278
- .ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
279
- padding-left: 22.5em;
280
- }
281
- .ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
282
- padding-right: 21em;
283
- }
284
- .ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
285
- padding-right: 22.5em;
286
- }
287
- .ql-editor .ql-indent-8:not(.ql-direction-rtl) {
288
- padding-left: 24em;
289
- }
290
- .ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
291
- padding-left: 25.5em;
292
- }
293
- .ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
294
- padding-right: 24em;
295
- }
296
- .ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
297
- padding-right: 25.5em;
298
- }
299
- .ql-editor .ql-indent-9:not(.ql-direction-rtl) {
300
- padding-left: 27em;
301
- }
302
- .ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
303
- padding-left: 28.5em;
304
- }
305
- .ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
306
- padding-right: 27em;
307
- }
308
- .ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
309
- padding-right: 28.5em;
310
- }
311
- .ql-editor .ql-video {
312
- display: block;
313
- max-width: 100%;
314
- }
315
- .ql-editor .ql-video.ql-align-center {
316
- margin: 0 auto;
317
- }
318
- .ql-editor .ql-video.ql-align-right {
319
- margin: 0 0 0 auto;
320
- }
321
- .ql-editor .ql-bg-black {
322
- background-color: #000;
323
- }
324
- .ql-editor .ql-bg-red {
325
- background-color: #e60000;
326
- }
327
- .ql-editor .ql-bg-orange {
328
- background-color: #f90;
329
- }
330
- .ql-editor .ql-bg-yellow {
331
- background-color: #ff0;
332
- }
333
- .ql-editor .ql-bg-green {
334
- background-color: #008a00;
335
- }
336
- .ql-editor .ql-bg-blue {
337
- background-color: #06c;
338
- }
339
- .ql-editor .ql-bg-purple {
340
- background-color: #93f;
341
- }
342
- .ql-editor .ql-color-white {
343
- color: #fff;
344
- }
345
- .ql-editor .ql-color-red {
346
- color: #e60000;
347
- }
348
- .ql-editor .ql-color-orange {
349
- color: #f90;
350
- }
351
- .ql-editor .ql-color-yellow {
352
- color: #ff0;
353
- }
354
- .ql-editor .ql-color-green {
355
- color: #008a00;
356
- }
357
- .ql-editor .ql-color-blue {
358
- color: #06c;
359
- }
360
- .ql-editor .ql-color-purple {
361
- color: #93f;
362
- }
363
- .ql-editor .ql-font-serif {
364
- font-family: Georgia, Times New Roman, serif;
365
- }
366
- .ql-editor .ql-font-monospace {
367
- font-family: Monaco, Courier New, monospace;
368
- }
369
- .ql-editor .ql-size-small {
370
- font-size: 0.75em;
371
- }
372
- .ql-editor .ql-size-large {
373
- font-size: 1.5em;
374
- }
375
- .ql-editor .ql-size-huge {
376
- font-size: 2.5em;
377
- }
378
- .ql-editor .ql-direction-rtl {
379
- direction: rtl;
380
- text-align: inherit;
381
- }
382
- .ql-editor .ql-align-center {
383
- text-align: center;
384
- }
385
- .ql-editor .ql-align-justify {
386
- text-align: justify;
387
- }
388
- .ql-editor .ql-align-right {
389
- text-align: right;
390
- }
391
- .ql-editor.ql-blank::before {
392
- color: rgba(0,0,0,0.6);
393
- content: attr(data-placeholder);
394
- font-style: italic;
395
- left: 15px;
396
- pointer-events: none;
397
- position: absolute;
398
- right: 15px;
399
- }
400
-
401
- .ql-container {
402
- box-sizing: border-box;
403
- font-family: Helvetica, Arial, sans-serif;
404
- font-size: 13px;
405
- height: 100%;
406
- margin: 0px;
407
- position: relative;
408
- }
409
- .ql-container.ql-disabled .ql-tooltip {
410
- visibility: hidden;
411
- }
412
- .ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
413
- pointer-events: none;
414
- }
415
- .ql-clipboard {
416
- left: -100000px;
417
- height: 1px;
418
- overflow-y: hidden;
419
- position: absolute;
420
- top: 50%;
421
- }
422
- .ql-clipboard p {
423
- margin: 0;
424
- padding: 0;
425
- }
426
- .ql-editor {
427
- box-sizing: border-box;
428
- line-height: 1.42;
429
- height: 100%;
430
- outline: none;
431
- overflow-y: auto;
432
- padding: 12px 15px;
433
- tab-size: 4;
434
- -moz-tab-size: 4;
435
- text-align: left;
436
- white-space: pre-wrap;
437
- word-wrap: break-word;
438
- }
439
- .ql-editor > * {
440
- cursor: text;
441
- }
442
- .ql-editor p,
443
- .ql-editor ol,
444
- .ql-editor ul,
445
- .ql-editor pre,
446
- .ql-editor blockquote,
447
- .ql-editor h1,
448
- .ql-editor h2,
449
- .ql-editor h3,
450
- .ql-editor h4,
451
- .ql-editor h5,
452
- .ql-editor h6 {
453
- margin: 0;
454
- padding: 0;
455
- counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
456
- }
457
- .ql-editor ol,
458
- .ql-editor ul {
459
- padding-left: 1.5em;
460
- }
461
- .ql-editor ol > li,
462
- .ql-editor ul > li {
463
- list-style-type: none;
464
- }
465
- .ql-editor ul > li::before {
466
- content: '\2022';
467
- }
468
- .ql-editor ul[data-checked=true],
469
- .ql-editor ul[data-checked=false] {
470
- pointer-events: none;
471
- }
472
- .ql-editor ul[data-checked=true] > li *,
473
- .ql-editor ul[data-checked=false] > li * {
474
- pointer-events: all;
475
- }
476
- .ql-editor ul[data-checked=true] > li::before,
477
- .ql-editor ul[data-checked=false] > li::before {
478
- color: #777;
479
- cursor: pointer;
480
- pointer-events: all;
481
- }
482
- .ql-editor ul[data-checked=true] > li::before {
483
- content: '\2611';
484
- }
485
- .ql-editor ul[data-checked=false] > li::before {
486
- content: '\2610';
487
- }
488
- .ql-editor li::before {
489
- display: inline-block;
490
- white-space: nowrap;
491
- width: 1.2em;
492
- }
493
- .ql-editor li:not(.ql-direction-rtl)::before {
494
- margin-left: -1.5em;
495
- margin-right: 0.3em;
496
- text-align: right;
497
- }
498
- .ql-editor li.ql-direction-rtl::before {
499
- margin-left: 0.3em;
500
- margin-right: -1.5em;
501
- }
502
- .ql-editor ol li:not(.ql-direction-rtl),
503
- .ql-editor ul li:not(.ql-direction-rtl) {
504
- padding-left: 1.5em;
505
- }
506
- .ql-editor ol li.ql-direction-rtl,
507
- .ql-editor ul li.ql-direction-rtl {
508
- padding-right: 1.5em;
509
- }
510
- .ql-editor ol li {
511
- counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
512
- counter-increment: list-0;
513
- }
514
- .ql-editor ol li:before {
515
- content: counter(list-0, decimal) '. ';
516
- }
517
- .ql-editor ol li.ql-indent-1 {
518
- counter-increment: list-1;
519
- }
520
- .ql-editor ol li.ql-indent-1:before {
521
- content: counter(list-1, lower-alpha) '. ';
522
- }
523
- .ql-editor ol li.ql-indent-1 {
524
- counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
525
- }
526
- .ql-editor ol li.ql-indent-2 {
527
- counter-increment: list-2;
528
- }
529
- .ql-editor ol li.ql-indent-2:before {
530
- content: counter(list-2, lower-roman) '. ';
531
- }
532
- .ql-editor ol li.ql-indent-2 {
533
- counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
534
- }
535
- .ql-editor ol li.ql-indent-3 {
536
- counter-increment: list-3;
537
- }
538
- .ql-editor ol li.ql-indent-3:before {
539
- content: counter(list-3, decimal) '. ';
540
- }
541
- .ql-editor ol li.ql-indent-3 {
542
- counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
543
- }
544
- .ql-editor ol li.ql-indent-4 {
545
- counter-increment: list-4;
546
- }
547
- .ql-editor ol li.ql-indent-4:before {
548
- content: counter(list-4, lower-alpha) '. ';
549
- }
550
- .ql-editor ol li.ql-indent-4 {
551
- counter-reset: list-5 list-6 list-7 list-8 list-9;
552
- }
553
- .ql-editor ol li.ql-indent-5 {
554
- counter-increment: list-5;
555
- }
556
- .ql-editor ol li.ql-indent-5:before {
557
- content: counter(list-5, lower-roman) '. ';
558
- }
559
- .ql-editor ol li.ql-indent-5 {
560
- counter-reset: list-6 list-7 list-8 list-9;
561
- }
562
- .ql-editor ol li.ql-indent-6 {
563
- counter-increment: list-6;
564
- }
565
- .ql-editor ol li.ql-indent-6:before {
566
- content: counter(list-6, decimal) '. ';
567
- }
568
- .ql-editor ol li.ql-indent-6 {
569
- counter-reset: list-7 list-8 list-9;
570
- }
571
- .ql-editor ol li.ql-indent-7 {
572
- counter-increment: list-7;
573
- }
574
- .ql-editor ol li.ql-indent-7:before {
575
- content: counter(list-7, lower-alpha) '. ';
576
- }
577
- .ql-editor ol li.ql-indent-7 {
578
- counter-reset: list-8 list-9;
579
- }
580
- .ql-editor ol li.ql-indent-8 {
581
- counter-increment: list-8;
582
- }
583
- .ql-editor ol li.ql-indent-8:before {
584
- content: counter(list-8, lower-roman) '. ';
585
- }
586
- .ql-editor ol li.ql-indent-8 {
587
- counter-reset: list-9;
588
- }
589
- .ql-editor ol li.ql-indent-9 {
590
- counter-increment: list-9;
591
- }
592
- .ql-editor ol li.ql-indent-9:before {
593
- content: counter(list-9, decimal) '. ';
594
- }
595
- .ql-editor .ql-indent-1:not(.ql-direction-rtl) {
596
- padding-left: 3em;
597
- }
598
- .ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
599
- padding-left: 4.5em;
600
- }
601
- .ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
602
- padding-right: 3em;
603
- }
604
- .ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
605
- padding-right: 4.5em;
606
- }
607
- .ql-editor .ql-indent-2:not(.ql-direction-rtl) {
608
- padding-left: 6em;
609
- }
610
- .ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
611
- padding-left: 7.5em;
612
- }
613
- .ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
614
- padding-right: 6em;
615
- }
616
- .ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
617
- padding-right: 7.5em;
618
- }
619
- .ql-editor .ql-indent-3:not(.ql-direction-rtl) {
620
- padding-left: 9em;
621
- }
622
- .ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
623
- padding-left: 10.5em;
624
- }
625
- .ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
626
- padding-right: 9em;
627
- }
628
- .ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
629
- padding-right: 10.5em;
630
- }
631
- .ql-editor .ql-indent-4:not(.ql-direction-rtl) {
632
- padding-left: 12em;
633
- }
634
- .ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
635
- padding-left: 13.5em;
636
- }
637
- .ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
638
- padding-right: 12em;
639
- }
640
- .ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
641
- padding-right: 13.5em;
642
- }
643
- .ql-editor .ql-indent-5:not(.ql-direction-rtl) {
644
- padding-left: 15em;
645
- }
646
- .ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
647
- padding-left: 16.5em;
648
- }
649
- .ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
650
- padding-right: 15em;
651
- }
652
- .ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
653
- padding-right: 16.5em;
654
- }
655
- .ql-editor .ql-indent-6:not(.ql-direction-rtl) {
656
- padding-left: 18em;
657
- }
658
- .ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
659
- padding-left: 19.5em;
660
- }
661
- .ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
662
- padding-right: 18em;
663
- }
664
- .ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
665
- padding-right: 19.5em;
666
- }
667
- .ql-editor .ql-indent-7:not(.ql-direction-rtl) {
668
- padding-left: 21em;
669
- }
670
- .ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
671
- padding-left: 22.5em;
672
- }
673
- .ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
674
- padding-right: 21em;
675
- }
676
- .ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
677
- padding-right: 22.5em;
678
- }
679
- .ql-editor .ql-indent-8:not(.ql-direction-rtl) {
680
- padding-left: 24em;
681
- }
682
- .ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
683
- padding-left: 25.5em;
684
- }
685
- .ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
686
- padding-right: 24em;
687
- }
688
- .ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
689
- padding-right: 25.5em;
690
- }
691
- .ql-editor .ql-indent-9:not(.ql-direction-rtl) {
692
- padding-left: 27em;
693
- }
694
- .ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
695
- padding-left: 28.5em;
696
- }
697
- .ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
698
- padding-right: 27em;
699
- }
700
- .ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
701
- padding-right: 28.5em;
702
- }
703
- .ql-editor .ql-video {
704
- display: block;
705
- max-width: 100%;
706
- }
707
- .ql-editor .ql-video.ql-align-center {
708
- margin: 0 auto;
709
- }
710
- .ql-editor .ql-video.ql-align-right {
711
- margin: 0 0 0 auto;
712
- }
713
- .ql-editor .ql-bg-black {
714
- background-color: #000;
715
- }
716
- .ql-editor .ql-bg-red {
717
- background-color: #e60000;
718
- }
719
- .ql-editor .ql-bg-orange {
720
- background-color: #f90;
721
- }
722
- .ql-editor .ql-bg-yellow {
723
- background-color: #ff0;
724
- }
725
- .ql-editor .ql-bg-green {
726
- background-color: #008a00;
727
- }
728
- .ql-editor .ql-bg-blue {
729
- background-color: #06c;
730
- }
731
- .ql-editor .ql-bg-purple {
732
- background-color: #93f;
733
- }
734
- .ql-editor .ql-color-white {
735
- color: #fff;
736
- }
737
- .ql-editor .ql-color-red {
738
- color: #e60000;
739
- }
740
- .ql-editor .ql-color-orange {
741
- color: #f90;
742
- }
743
- .ql-editor .ql-color-yellow {
744
- color: #ff0;
745
- }
746
- .ql-editor .ql-color-green {
747
- color: #008a00;
748
- }
749
- .ql-editor .ql-color-blue {
750
- color: #06c;
751
- }
752
- .ql-editor .ql-color-purple {
753
- color: #93f;
754
- }
755
- .ql-editor .ql-font-serif {
756
- font-family: Georgia, Times New Roman, serif;
757
- }
758
- .ql-editor .ql-font-monospace {
759
- font-family: Monaco, Courier New, monospace;
760
- }
761
- .ql-editor .ql-size-small {
762
- font-size: 0.75em;
763
- }
764
- .ql-editor .ql-size-large {
765
- font-size: 1.5em;
766
- }
767
- .ql-editor .ql-size-huge {
768
- font-size: 2.5em;
769
- }
770
- .ql-editor .ql-direction-rtl {
771
- direction: rtl;
772
- text-align: inherit;
773
- }
774
- .ql-editor .ql-align-center {
775
- text-align: center;
776
- }
777
- .ql-editor .ql-align-justify {
778
- text-align: justify;
779
- }
780
- .ql-editor .ql-align-right {
781
- text-align: right;
782
- }
783
- .ql-editor.ql-blank::before {
784
- color: rgba(0,0,0,0.6);
785
- content: attr(data-placeholder);
786
- font-style: italic;
787
- left: 15px;
788
- pointer-events: none;
789
- position: absolute;
790
- right: 15px;
791
- }
792
- .ql-snow.ql-toolbar:after,
793
- .ql-snow .ql-toolbar:after {
794
- clear: both;
795
- content: '';
796
- display: table;
797
- }
798
- .ql-snow.ql-toolbar button,
799
- .ql-snow .ql-toolbar button {
800
- background: none;
801
- border: none;
802
- cursor: pointer;
803
- display: inline-block;
804
- float: left;
805
- height: 24px;
806
- padding: 3px 5px;
807
- width: 28px;
808
- margin-left: 1px;
809
- margin-right: 1px;
810
- }
811
- .ql-snow.ql-toolbar button svg,
812
- .ql-snow .ql-toolbar button svg {
813
- float: left;
814
- height: 100%;
815
- }
816
- .ql-snow.ql-toolbar button:active:hover,
817
- .ql-snow .ql-toolbar button:active:hover {
818
- outline: none;
819
- }
820
- .ql-snow.ql-toolbar input.ql-image[type=file],
821
- .ql-snow .ql-toolbar input.ql-image[type=file] {
822
- display: none;
823
- }
824
- .ql-snow.ql-toolbar button:hover,
825
- .ql-snow .ql-toolbar button:hover,
826
- .ql-snow.ql-toolbar button:focus,
827
- .ql-snow .ql-toolbar button:focus,
828
- .ql-snow.ql-toolbar .ql-picker-label:hover,
829
- .ql-snow .ql-toolbar .ql-picker-label:hover,
830
- .ql-snow.ql-toolbar .ql-picker-item:hover,
831
- .ql-snow .ql-toolbar .ql-picker-item:hover {
832
- background-color: #f3f4f6;
833
- }
834
- .ql-snow.ql-toolbar button.ql-active,
835
- .ql-snow .ql-toolbar button.ql-active,
836
- .ql-snow.ql-toolbar .ql-picker-label.ql-active,
837
- .ql-snow .ql-toolbar .ql-picker-label.ql-active,
838
- .ql-snow.ql-toolbar .ql-picker-item.ql-selected,
839
- .ql-snow .ql-toolbar .ql-picker-item.ql-selected {
840
- background-color: #dbeafe;
841
- color: #2563eb;
842
- }
843
- .ql-snow.ql-toolbar button.ql-active .ql-fill,
844
- .ql-snow .ql-toolbar button.ql-active .ql-fill,
845
- .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
846
- .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
847
- .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
848
- .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
849
- .ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
850
- .ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
851
- .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
852
- .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
853
- .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
854
- .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
855
- fill: #2563eb;
856
- }
857
- .ql-snow.ql-toolbar button.ql-active .ql-stroke,
858
- .ql-snow .ql-toolbar button.ql-active .ql-stroke,
859
- .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
860
- .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
861
- .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
862
- .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
863
- .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
864
- .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
865
- .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
866
- .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
867
- .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
868
- .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
869
- stroke: #2563eb;
870
- }
871
- @media (pointer: coarse) {
872
- .ql-snow.ql-toolbar button:hover:not(.ql-active),
873
- .ql-snow .ql-toolbar button:hover:not(.ql-active) {
874
- color: #4b5563;
875
- }
876
- .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
877
- .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
878
- .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
879
- .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
880
- fill: #4b5563;
881
- }
882
- .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
883
- .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
884
- .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
885
- .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
886
- stroke: #4b5563;
887
- }
888
- }
889
- .ql-snow {
890
- box-sizing: border-box;
891
- }
892
- .ql-snow * {
893
- box-sizing: border-box;
894
- }
895
- .ql-snow .ql-hidden {
896
- display: none;
897
- }
898
- .ql-snow .ql-out-bottom,
899
- .ql-snow .ql-out-top {
900
- visibility: hidden;
901
- }
902
- .ql-snow .ql-tooltip {
903
- position: absolute;
904
- transform: translateY(10px);
905
- }
906
- .ql-snow .ql-tooltip a {
907
- cursor: pointer;
908
- text-decoration: none;
909
- }
910
- .ql-snow .ql-tooltip.ql-flip {
911
- transform: translateY(-10px);
912
- }
913
- .ql-snow .ql-formats {
914
- display: inline-block;
915
- vertical-align: middle;
916
- }
917
- .ql-snow .ql-formats:after {
918
- clear: both;
919
- content: '';
920
- display: table;
921
- }
922
- .ql-snow .ql-stroke {
923
- fill: none;
924
- stroke: #4b5563;
925
- stroke-linecap: round;
926
- stroke-linejoin: round;
927
- stroke-width: 2;
928
- }
929
- .ql-snow .ql-stroke-miter {
930
- fill: none;
931
- stroke: #4b5563;
932
- stroke-miterlimit: 10;
933
- stroke-width: 2;
934
- }
935
- .ql-snow .ql-fill,
936
- .ql-snow .ql-stroke.ql-fill {
937
- fill: #4b5563;
938
- }
939
- .ql-snow .ql-empty {
940
- fill: none;
941
- }
942
- .ql-snow .ql-even {
943
- fill-rule: evenodd;
944
- }
945
- .ql-snow .ql-thin,
946
- .ql-snow .ql-stroke.ql-thin {
947
- stroke-width: 1;
948
- }
949
- .ql-snow .ql-transparent {
950
- opacity: 0.4;
951
- }
952
- .ql-snow .ql-direction svg:last-child {
953
- display: none;
954
- }
955
- .ql-snow .ql-direction.ql-active svg:last-child {
956
- display: inline;
957
- }
958
- .ql-snow .ql-direction.ql-active svg:first-child {
959
- display: none;
960
- }
961
- .ql-snow .ql-editor h1 {
962
- font-size: 2em;
963
- }
964
- .ql-snow .ql-editor h2 {
965
- font-size: 1.5em;
966
- }
967
- .ql-snow .ql-editor h3 {
968
- font-size: 1.17em;
969
- }
970
- .ql-snow .ql-editor h4 {
971
- font-size: 1em;
972
- }
973
- .ql-snow .ql-editor h5 {
974
- font-size: 0.83em;
975
- }
976
- .ql-snow .ql-editor h6 {
977
- font-size: 0.67em;
978
- }
979
- .ql-snow .ql-editor a {
980
- text-decoration: underline;
981
- }
982
- .ql-snow .ql-editor blockquote {
983
- border-left: 4px solid #ccc;
984
- margin-bottom: 5px;
985
- margin-top: 5px;
986
- padding-left: 16px;
987
- }
988
- .ql-snow .ql-editor code,
989
- .ql-snow .ql-editor pre {
990
- background-color: #f0f0f0;
991
- border-radius: 3px;
992
- }
993
- .ql-snow .ql-editor pre {
994
- white-space: pre-wrap;
995
- margin-bottom: 5px;
996
- margin-top: 5px;
997
- padding: 5px 10px;
998
- }
999
- .ql-snow .ql-editor code {
1000
- font-size: 85%;
1001
- padding: 2px 4px;
1002
- }
1003
- .ql-snow .ql-editor pre.ql-syntax {
1004
- background-color: #23241f;
1005
- color: #f8f8f2;
1006
- overflow: visible;
1007
- }
1008
- .ql-snow .ql-editor img {
1009
- max-width: 100%;
1010
- }
1011
- .ql-snow .ql-picker {
1012
- color: #4b5563;
1013
- display: inline-block;
1014
- float: left;
1015
- font-size: 14px;
1016
- font-weight: 500;
1017
- height: 24px;
1018
- position: relative;
1019
- vertical-align: middle;
1020
- margin-right: 1px;
1021
- margin-left: 1px;
1022
- }
1023
- .ql-snow .ql-picker-label {
1024
- cursor: pointer;
1025
- display: flex;
1026
- height: 100%;
1027
- padding-left: 8px;
1028
- padding-right: 2px;
1029
- position: relative;
1030
- width: 100%;
1031
- }
1032
- .ql-snow .ql-picker-label::before {
1033
- display: inline-block;
1034
- line-height: 22px;
1035
- }
1036
- .ql-snow .ql-picker-options {
1037
- background-color: #fff;
1038
- display: none;
1039
- min-width: 100%;
1040
- position: absolute;
1041
- white-space: nowrap;
1042
- }
1043
- .ql-snow .ql-picker-options .ql-picker-item {
1044
- cursor: pointer;
1045
- display: block;
1046
- padding: 5px 8px;
1047
- }
1048
- .ql-snow .ql-picker.ql-expanded .ql-picker-label {
1049
- color: #d1d5db;
1050
- z-index: 2;
1051
- }
1052
- .ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
1053
- fill: #d1d5db;
1054
- }
1055
- .ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
1056
- stroke: #d1d5db;
1057
- }
1058
- .ql-snow .ql-picker.ql-expanded .ql-picker-options {
1059
- display: block;
1060
- margin-top: -1px;
1061
- top: 100%;
1062
- z-index: 1;
1063
- }
1064
- .ql-snow .ql-color-picker,
1065
- .ql-snow .ql-icon-picker {
1066
- width: 28px;
1067
- }
1068
- .ql-snow .ql-color-picker .ql-picker-label,
1069
- .ql-snow .ql-icon-picker .ql-picker-label {
1070
- padding: 2px 4px;
1071
- }
1072
- .ql-snow .ql-color-picker .ql-picker-label svg,
1073
- .ql-snow .ql-icon-picker .ql-picker-label svg {
1074
- right: 4px;
1075
- }
1076
- .ql-snow .ql-icon-picker .ql-picker-options {
1077
- padding: 3px;
1078
- }
1079
- .ql-snow .ql-icon-picker .ql-picker-item {
1080
- height: 24px;
1081
- width: 24px;
1082
- padding: 2px 4px;
1083
- margin: 2px;
1084
- }
1085
- .ql-snow .ql-color-picker .ql-picker-options {
1086
- padding: 3px 5px;
1087
- width: 152px;
1088
- }
1089
- .ql-snow .ql-color-picker .ql-picker-item {
1090
- border: 1px solid transparent;
1091
- float: left;
1092
- height: 16px;
1093
- margin: 2px;
1094
- padding: 0px;
1095
- width: 16px;
1096
- }
1097
- .ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
1098
- position: absolute;
1099
- margin-top: -9px;
1100
- right: 0;
1101
- top: 50%;
1102
- width: 18px;
1103
- }
1104
- .ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
1105
- .ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
1106
- .ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
1107
- .ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
1108
- .ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
1109
- .ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
1110
- content: attr(data-label);
1111
- }
1112
- .ql-snow .ql-picker.ql-header {
1113
- width: 98px;
1114
- }
1115
- .ql-snow .ql-picker.ql-header .ql-picker-label::before,
1116
- .ql-snow .ql-picker.ql-header .ql-picker-item::before {
1117
- content: 'Normal';
1118
- }
1119
- .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
1120
- .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
1121
- content: 'Heading 1';
1122
- }
1123
- .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
1124
- .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
1125
- content: 'Heading 2';
1126
- }
1127
- .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
1128
- .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
1129
- content: 'Heading 3';
1130
- }
1131
- .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
1132
- .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
1133
- content: 'Heading 4';
1134
- }
1135
- .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
1136
- .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
1137
- content: 'Heading 5';
1138
- }
1139
- .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
1140
- .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
1141
- content: 'Heading 6';
1142
- }
1143
- .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
1144
- font-size: 2em;
1145
- }
1146
- .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
1147
- font-size: 1.5em;
1148
- }
1149
- .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
1150
- font-size: 1.17em;
1151
- }
1152
- .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
1153
- font-size: 1em;
1154
- }
1155
- .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
1156
- font-size: 0.83em;
1157
- }
1158
- .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
1159
- font-size: 0.67em;
1160
- }
1161
- .ql-snow .ql-picker.ql-font {
1162
- width: 108px;
1163
- }
1164
- .ql-snow .ql-picker.ql-font .ql-picker-label::before,
1165
- .ql-snow .ql-picker.ql-font .ql-picker-item::before {
1166
- content: 'Sans Serif';
1167
- }
1168
- .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
1169
- .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
1170
- content: 'Serif';
1171
- }
1172
- .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
1173
- .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
1174
- content: 'Monospace';
1175
- }
1176
- .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
1177
- font-family: Georgia, Times New Roman, serif;
1178
- }
1179
- .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
1180
- font-family: Monaco, Courier New, monospace;
1181
- }
1182
- .ql-snow .ql-picker.ql-size {
1183
- width: 98px;
1184
- }
1185
- .ql-snow .ql-picker.ql-size .ql-picker-label::before,
1186
- .ql-snow .ql-picker.ql-size .ql-picker-item::before {
1187
- content: 'Normal';
1188
- }
1189
- .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
1190
- .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
1191
- content: 'Small';
1192
- }
1193
- .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
1194
- .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
1195
- content: 'Large';
1196
- }
1197
- .ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
1198
- .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
1199
- content: 'Huge';
1200
- }
1201
- .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
1202
- font-size: 10px;
1203
- }
1204
- .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
1205
- font-size: 18px;
1206
- }
1207
- .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
1208
- font-size: 32px;
1209
- }
1210
- .ql-snow .ql-color-picker.ql-background .ql-picker-item {
1211
- background-color: #fff;
1212
- }
1213
- .ql-snow .ql-color-picker.ql-color .ql-picker-item {
1214
- background-color: #000;
1215
- }
1216
- .ql-toolbar.ql-snow {
1217
- border: 1px solid #d1d5db;
1218
- box-sizing: border-box;
1219
- font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
1220
- padding: 8px;
1221
- }
1222
- .ql-toolbar.ql-snow .ql-formats {
1223
- margin-right: 15px;
1224
- }
1225
- .ql-toolbar.ql-snow .ql-picker-label {
1226
- border: 1px solid transparent;
1227
- }
1228
- .ql-toolbar.ql-snow .ql-picker-options {
1229
- border: 1px solid transparent;
1230
- box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
1231
- }
1232
- .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
1233
- border-color: #d1d5db;
1234
- }
1235
- .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
1236
- border-color: #d1d5db;
1237
- }
1238
- .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
1239
- .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
1240
- border-color: #000;
1241
- }
1242
- .ql-toolbar.ql-snow + .ql-container.ql-snow {
1243
- border-top: 0px;
1244
- }
1245
- .ql-snow .ql-tooltip {
1246
- background-color: #fff;
1247
- border: 1px solid #d1d5db;
1248
- box-shadow: 0px 0px 5px #d1d5db;
1249
- color: #4b5563;
1250
- padding: 5px 12px;
1251
- white-space: nowrap;
1252
- }
1253
- .ql-snow .ql-tooltip::before {
1254
- content: "Visit URL:";
1255
- line-height: 26px;
1256
- margin-right: 8px;
1257
- }
1258
- .ql-snow .ql-tooltip input[type=text] {
1259
- display: none;
1260
- border: 1px solid #d1d5db;
1261
- font-size: 13px;
1262
- height: 26px;
1263
- margin: 0px;
1264
- padding: 3px 5px;
1265
- width: 170px;
1266
- }
1267
- .ql-snow .ql-tooltip a.ql-preview {
1268
- display: inline-block;
1269
- max-width: 200px;
1270
- overflow-x: hidden;
1271
- text-overflow: ellipsis;
1272
- vertical-align: top;
1273
- }
1274
- .ql-snow .ql-tooltip a.ql-action::after {
1275
- border-right: 1px solid #d1d5db;
1276
- content: 'Edit';
1277
- margin-left: 16px;
1278
- padding-right: 8px;
1279
- }
1280
- .ql-snow .ql-tooltip a.ql-remove::before {
1281
- content: 'Remove';
1282
- margin-left: 8px;
1283
- }
1284
- .ql-snow .ql-tooltip a {
1285
- line-height: 26px;
1286
- }
1287
- .ql-snow .ql-tooltip.ql-editing a.ql-preview,
1288
- .ql-snow .ql-tooltip.ql-editing a.ql-remove {
1289
- display: none;
1290
- }
1291
- .ql-snow .ql-tooltip.ql-editing input[type=text] {
1292
- display: inline-block;
1293
- }
1294
- .ql-snow .ql-tooltip.ql-editing a.ql-action::after {
1295
- border-right: 0px;
1296
- content: 'Save';
1297
- padding-right: 0px;
1298
- }
1299
- .ql-snow .ql-tooltip[data-mode=link]::before {
1300
- content: "Enter link:";
1301
- }
1302
- .ql-snow .ql-tooltip[data-mode=formula]::before {
1303
- content: "Enter formula:";
1304
- }
1305
- .ql-snow .ql-tooltip[data-mode=video]::before {
1306
- content: "Enter video:";
1307
- }
1308
- .ql-snow a {
1309
- color: #2563eb;
1310
- }
1311
- .ql-container.ql-snow {
1312
- border: 1px solid #d1d5db;
1313
- }
1314
-
1315
9
  @charset "UTF-8";
1316
10
  /* 样式范围限制在组件内部,但 @vueup/vue-quill 的样式是全局的 */
1317
11
  .rich-text-editor-container[data-v-02babd36] {