email-builder-online 1.0.0

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 ADDED
@@ -0,0 +1,1050 @@
1
+ @import "https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Pacifico&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";
2
+
3
+ /* src/global.css */
4
+ @font-face {
5
+ font-family: "Figtree";
6
+ src: url("./Figtree-Italic-VariableFont_wght-CBHUHBUZ.ttf") format("truetype");
7
+ font-style: italic;
8
+ font-weight: 100 900;
9
+ }
10
+ @font-face {
11
+ font-family: "Figtree";
12
+ src: url("./Figtree-VariableFont_wght-WXG3MWME.ttf") format("truetype");
13
+ font-style: normal;
14
+ font-weight: 100 900;
15
+ }
16
+ .email-builder-html {
17
+ overflow: auto;
18
+ }
19
+ .codex-editor__redactor {
20
+ padding-bottom: 0 !important;
21
+ margin: 0 !important;
22
+ }
23
+ .ct {
24
+ z-index: 20 !important;
25
+ }
26
+ .ce-inline-toolbar,
27
+ .codex-editor--narrow .ce-toolbox,
28
+ .ce-conversion-toolbar,
29
+ .ce-settings,
30
+ .ce-settings__button,
31
+ .ce-toolbar__settings-btn:hover,
32
+ .cdx-button,
33
+ .ce-popover,
34
+ .ce-toolbar__plus:hover {
35
+ background: var(--email-builder-primary-color);
36
+ color: white;
37
+ }
38
+ p {
39
+ margin: 0;
40
+ }
41
+ .cdx-search-field__input {
42
+ box-shadow: none !important;
43
+ color: #212121;
44
+ }
45
+ ::selection,
46
+ .ce-block--selected .ce-block__content {
47
+ background: var(--email-builder-secondary-color) !important;
48
+ }
49
+ .ce-popover-item:hover {
50
+ background-color: var(--email-builder-primary-color) !important;
51
+ color: white;
52
+ }
53
+ .cdx-settings-button:hover,
54
+ .ce-settings__button:hover,
55
+ .ce-toolbox__button--active,
56
+ .ce-toolbox__button:hover,
57
+ .cdx-button:hover,
58
+ .ce-inline-toolbar__dropdown:hover,
59
+ .ce-inline-tool:hover,
60
+ .ce-popover__item:hover,
61
+ .ce-toolbar__settings-btn:hover {
62
+ background-color: var(--email-builder-primary-color);
63
+ color: white !important;
64
+ }
65
+ .cdx-notify--error {
66
+ background: #fb5d5d !important;
67
+ }
68
+ .cdx-notify__cross::after,
69
+ .cdx-notify__cross::before {
70
+ background: white;
71
+ }
72
+ .cdx-block .ce-block--selected {
73
+ color: white !important;
74
+ }
75
+ .tag__title {
76
+ color: var(--email-builder-primary-color) !important;
77
+ font-weight: 500;
78
+ margin: 0.4rem 0;
79
+ }
80
+ .cdx-block font,
81
+ .ce-popover-item-html p:not(.tag__title) {
82
+ color: #212121 !important;
83
+ }
84
+ .editor-js-loader {
85
+ width: 16px;
86
+ height: 16px;
87
+ border: 3px solid #eeeeee;
88
+ border-bottom-color: var(--email-builder-primary-color);
89
+ border-radius: 50%;
90
+ display: inline-block;
91
+ box-sizing: border-box;
92
+ animation: rotation 1s linear infinite;
93
+ }
94
+ @keyframes rotation {
95
+ 0% {
96
+ transform: rotate(0deg);
97
+ }
98
+ 100% {
99
+ transform: rotate(360deg);
100
+ }
101
+ }
102
+ .ce-popover--opened > .ce-popover__container {
103
+ max-height: unset;
104
+ }
105
+ .ce-popover--inline .ce-popover--nested .ce-popover__container {
106
+ width: fit-content;
107
+ }
108
+ .ce-popover--open-left .ce-popover--nested .ce-popover__container #picker {
109
+ position: absolute;
110
+ top: 0;
111
+ right: 0;
112
+ }
113
+ .ce-popover--open-left .ce-popover--nested .ce-popover__container:has(#picker) {
114
+ background-color: transparent;
115
+ box-shadow: none;
116
+ }
117
+ .ce-toolbar__actions .ce-toolbar__plus,
118
+ .ce-toolbar__actions .ce-toolbar__settings-btn,
119
+ button[data-item-name=convert-to],
120
+ .ce-popover-item-separator {
121
+ display: none !important;
122
+ }
123
+ .ce-paragraph {
124
+ width: 100% !important;
125
+ z-index: 0 !important;
126
+ }
127
+ #customEditor .codex-editor .ce-paragraph.cdx-block {
128
+ max-width: 80%;
129
+ }
130
+ #customEditor .codex-editor .ce-paragraph.cdx-block:first-line {
131
+ text-indent: 400px;
132
+ }
133
+ .ce-inline-tool-input {
134
+ color: #212121;
135
+ --tw-ring-color: transparent;
136
+ }
137
+ @keyframes rainbow {
138
+ 0% {
139
+ background-position: 0% 50%;
140
+ }
141
+ 50% {
142
+ background-position: 100% 50%;
143
+ }
144
+ 100% {
145
+ background-position: 0% 50%;
146
+ }
147
+ }
148
+ .react-colorful {
149
+ width: 100% !important;
150
+ }
151
+ [data-list=bullet] {
152
+ list-style-type: disc !important;
153
+ list-style-position: inside;
154
+ }
155
+ .ql-editor [data-list=bullet] {
156
+ list-style-type: none !important;
157
+ }
158
+ [data-list=ordered] {
159
+ list-style-type: decimal !important;
160
+ list-style-position: inside;
161
+ }
162
+ .ql-picker-options {
163
+ max-height: 340px;
164
+ overflow-y: auto;
165
+ }
166
+ .ql-font.ql-picker {
167
+ min-width: 120px;
168
+ }
169
+ .ql-align-right {
170
+ text-align: right;
171
+ }
172
+ .ql-align-center {
173
+ text-align: center;
174
+ }
175
+ .ql-align-justify {
176
+ text-align: justify;
177
+ }
178
+ .ql-size-small {
179
+ font-size: 0.75em !important;
180
+ }
181
+ .ql-size-large {
182
+ font-size: 1.5em !important;
183
+ }
184
+ .ql-size-huge {
185
+ font-size: 2.5em !important;
186
+ }
187
+ .ql-size-10px {
188
+ font-size: 10px;
189
+ }
190
+ .ql-size-12px {
191
+ font-size: 12px;
192
+ }
193
+ .ql-size-14px {
194
+ font-size: 14px;
195
+ }
196
+ .ql-size-16px {
197
+ font-size: 16px;
198
+ }
199
+ .ql-size-18px {
200
+ font-size: 18px;
201
+ }
202
+ .ql-size-20px {
203
+ font-size: 20px;
204
+ }
205
+ .ql-size-22px {
206
+ font-size: 22px;
207
+ }
208
+ .ql-size-24px {
209
+ font-size: 24px;
210
+ }
211
+ .ql-size-26px {
212
+ font-size: 26px;
213
+ }
214
+ .ql-size-28px {
215
+ font-size: 28px;
216
+ }
217
+ .ql-size-30px {
218
+ font-size: 30px;
219
+ }
220
+ .ql-size-32px {
221
+ font-size: 32px;
222
+ }
223
+ .ql-size-34px {
224
+ font-size: 34px;
225
+ }
226
+ .ql-size-36px {
227
+ font-size: 36px;
228
+ }
229
+ .ql-size-38px {
230
+ font-size: 38px;
231
+ }
232
+ .ql-size-40px {
233
+ font-size: 40px;
234
+ }
235
+ .ql-size-42px {
236
+ font-size: 42px;
237
+ }
238
+ .ql-size-44px {
239
+ font-size: 44px;
240
+ }
241
+ .ql-size-46px {
242
+ font-size: 46px;
243
+ }
244
+ .ql-size-48px {
245
+ font-size: 48px;
246
+ }
247
+ .ql-size .ql-picker-item[data-value="10px"]::before {
248
+ font-size: 10px;
249
+ }
250
+ .ql-size .ql-picker-item[data-value="12px"]::before {
251
+ font-size: 12px;
252
+ }
253
+ .ql-size .ql-picker-item[data-value="14px"]::before {
254
+ font-size: 14px;
255
+ }
256
+ .ql-size .ql-picker-item[data-value="16px"]::before {
257
+ font-size: 16px;
258
+ }
259
+ .ql-size .ql-picker-item[data-value="18px"]::before {
260
+ font-size: 18px;
261
+ }
262
+ .ql-size .ql-picker-item[data-value="20px"]::before {
263
+ font-size: 20px;
264
+ }
265
+ .ql-size .ql-picker-item[data-value="22px"]::before {
266
+ font-size: 22px;
267
+ }
268
+ .ql-size .ql-picker-item[data-value="24px"]::before {
269
+ font-size: 24px;
270
+ }
271
+ .ql-size .ql-picker-item[data-value="26px"]::before {
272
+ font-size: 26px;
273
+ }
274
+ .ql-size .ql-picker-item[data-value="28px"]::before {
275
+ font-size: 28px;
276
+ }
277
+ .ql-size .ql-picker-item[data-value="30px"]::before {
278
+ font-size: 30px;
279
+ }
280
+ .ql-size .ql-picker-item[data-value="32px"]::before {
281
+ font-size: 32px;
282
+ }
283
+ .ql-size .ql-picker-item[data-value="34px"]::before {
284
+ font-size: 34px;
285
+ }
286
+ .ql-size .ql-picker-item[data-value="36px"]::before {
287
+ font-size: 36px;
288
+ }
289
+ .ql-size .ql-picker-item[data-value="38px"]::before {
290
+ font-size: 38px;
291
+ }
292
+ .ql-size .ql-picker-item[data-value="40px"]::before {
293
+ font-size: 40px;
294
+ }
295
+ .ql-size .ql-picker-item[data-value="42px"]::before {
296
+ font-size: 42px;
297
+ }
298
+ .ql-size .ql-picker-item[data-value="44px"]::before {
299
+ font-size: 44px;
300
+ }
301
+ .ql-size .ql-picker-item[data-value="46px"]::before {
302
+ font-size: 46px;
303
+ }
304
+ .ql-size .ql-picker-item[data-value="48px"]::before {
305
+ font-size: 48px;
306
+ }
307
+ .ql-font-lato {
308
+ font-family:
309
+ "Lato",
310
+ "Helvetica",
311
+ sans-serif,
312
+ Arial;
313
+ }
314
+ .ql-font-merriweather {
315
+ font-family:
316
+ "Merriweather",
317
+ "Georgia",
318
+ serif;
319
+ }
320
+ .ql-font-montserrat {
321
+ font-family:
322
+ "Montserrat",
323
+ "Helvetica",
324
+ sans-serif,
325
+ Arial;
326
+ }
327
+ .ql-font-open-sans {
328
+ font-family:
329
+ "Open Sans",
330
+ "Helvetica",
331
+ sans-serif,
332
+ Arial;
333
+ }
334
+ .ql-font-oswald {
335
+ font-family:
336
+ "Oswald",
337
+ "Arial",
338
+ sans-serif;
339
+ }
340
+ .ql-font-pacifico {
341
+ font-family:
342
+ "Pacifico",
343
+ "Brush Script MT",
344
+ cursive;
345
+ }
346
+ .ql-font-playfair {
347
+ font-family:
348
+ "Playfair Display",
349
+ "Georgia",
350
+ serif;
351
+ }
352
+ .ql-font-roboto-mono {
353
+ font-family:
354
+ "Roboto Mono",
355
+ "Courier New",
356
+ monospace;
357
+ }
358
+ .ql-font-roboto-slab {
359
+ font-family:
360
+ "Roboto Slab",
361
+ "Georgia",
362
+ serif;
363
+ }
364
+ .ql-font-roboto {
365
+ font-family:
366
+ "Roboto",
367
+ "Helvetica",
368
+ sans-serif,
369
+ Arial;
370
+ }
371
+ .ql-font .ql-picker-item[data-value=lato]::before {
372
+ font-family:
373
+ "Lato",
374
+ "Helvetica",
375
+ sans-serif,
376
+ Arial;
377
+ }
378
+ .ql-font .ql-picker-item[data-value=merriweather]::before {
379
+ font-family:
380
+ "Merriweather",
381
+ "Georgia",
382
+ serif;
383
+ }
384
+ .ql-font .ql-picker-item[data-value=montserrat]::before {
385
+ font-family:
386
+ "Montserrat",
387
+ "Helvetica",
388
+ sans-serif,
389
+ Arial;
390
+ }
391
+ .ql-font .ql-picker-item[data-value=open-sans]::before {
392
+ font-family:
393
+ "Open Sans",
394
+ "Helvetica",
395
+ sans-serif,
396
+ Arial;
397
+ }
398
+ .ql-font .ql-picker-item[data-value=oswald]::before {
399
+ font-family:
400
+ "Oswald",
401
+ "Arial",
402
+ sans-serif;
403
+ }
404
+ .ql-font .ql-picker-item[data-value=pacifico]::before {
405
+ font-family:
406
+ "Pacifico",
407
+ "Brush Script MT",
408
+ cursive;
409
+ }
410
+ .ql-font .ql-picker-item[data-value=playfair]::before {
411
+ font-family:
412
+ "Playfair Display",
413
+ "Georgia",
414
+ serif;
415
+ }
416
+ .ql-font .ql-picker-item[data-value=roboto-mono]::before {
417
+ font-family:
418
+ "Roboto Mono",
419
+ "Courier New",
420
+ monospace;
421
+ }
422
+ .ql-font .ql-picker-item[data-value=roboto-slab]::before {
423
+ font-family:
424
+ "Roboto Slab",
425
+ "Georgia",
426
+ serif;
427
+ }
428
+ .ql-font .ql-picker-item[data-value=roboto]::before {
429
+ font-family:
430
+ "Roboto",
431
+ "Helvetica",
432
+ sans-serif,
433
+ Arial;
434
+ }
435
+ .backgroundTranspatent .MuiPaper-root {
436
+ background: transparent !important;
437
+ form {
438
+ border-radius: 0.5rem;
439
+ }
440
+ }
441
+ .containerErrorDialog .MuiPaper-root {
442
+ background: transparent !important;
443
+ .errorModal {
444
+ background: white;
445
+ border-radius: 0.5rem;
446
+ }
447
+ }
448
+ @keyframes spin {
449
+ from {
450
+ transform: rotate(0deg);
451
+ }
452
+ to {
453
+ transform: rotate(360deg);
454
+ }
455
+ }
456
+ label.MuiFormLabel-root {
457
+ font-size: 16px;
458
+ font-weight: 700;
459
+ }
460
+ div.quill {
461
+ height: 59vh !important;
462
+ max-height: 100% !important;
463
+ }
464
+ .ql-tooltip {
465
+ left: 0 !important;
466
+ font-size: 12px !important;
467
+ z-index: 20;
468
+ border-radius: 6px;
469
+ padding: 6px 6px !important;
470
+ &:before {
471
+ content: "" !important;
472
+ margin-right: 0 !important;
473
+ }
474
+ > input {
475
+ margin-right: 4px !important;
476
+ border-radius: 4px;
477
+ }
478
+ .ql-action {
479
+ background: var(--email-builder-secondary-color);
480
+ color: white !important;
481
+ border-radius: 4px;
482
+ padding: 6px 12px;
483
+ &:after {
484
+ margin-left: 0 !important;
485
+ border-right: 0 !important;
486
+ padding-right: 0 !important;
487
+ }
488
+ }
489
+ .ql-remove {
490
+ margin-left: 4px;
491
+ background: #ef4444;
492
+ color: white !important;
493
+ border-radius: 4px;
494
+ padding: 6px 12px;
495
+ &:before {
496
+ margin-left: 0 !important;
497
+ }
498
+ }
499
+ .ql-preview {
500
+ margin-right: 8px;
501
+ }
502
+ }
503
+ strong,
504
+ .ql-editor strong {
505
+ a {
506
+ color: inherit;
507
+ }
508
+ }
509
+ .email-builder-body {
510
+ a:not([style*=color]) {
511
+ color: var(--global-link-color, inherit);
512
+ }
513
+ a {
514
+ text-decoration: var(--global-link-text-decoration, underline) !important;
515
+ }
516
+ }
517
+ .light-email-builder pre,
518
+ .light-email-builder .preview-container {
519
+ font-family:
520
+ "Figtree",
521
+ ui-monospace,
522
+ Menlo,
523
+ Monaco,
524
+ "Cascadia Mono",
525
+ "Segoe UI Mono",
526
+ "Roboto Mono",
527
+ "Oxygen Mono",
528
+ "Ubuntu Monospace",
529
+ "Source Code Pro",
530
+ "Fira Mono",
531
+ "Droid Sans Mono",
532
+ "Courier New",
533
+ monospace;
534
+ background-color: #F2F5F7;
535
+ color: #1F1F21;
536
+ border: 1px solid #DCE4EA;
537
+ }
538
+ .light-email-builder .hljs-tag,
539
+ .light-email-builder .hljs-name,
540
+ .light-email-builder .hljs-attribute {
541
+ color: #1F1F21;
542
+ }
543
+ .light-email-builder .hljs-selector-tag,
544
+ .light-email-builder .hljs-selector-class,
545
+ .light-email-builder .hljs-selector-attr,
546
+ .light-email-builder .hljs-selector-pseudo {
547
+ color: #116329;
548
+ }
549
+ .light-email-builder .hljs-keyword {
550
+ color: #CF222E;
551
+ }
552
+ .light-email-builder .hljs-number {
553
+ color: #0550AE;
554
+ }
555
+ .light-email-builder .hljs-string {
556
+ color: #0A3069;
557
+ }
558
+ .light-email-builder .hljs-comment {
559
+ color: #6E7781;
560
+ font-style: italic;
561
+ }
562
+ .light-email-builder .hljs-meta {
563
+ color: #1F1F21;
564
+ font-weight: bold;
565
+ }
566
+ .dark-email-builder pre,
567
+ .dark-email-builder .preview-container {
568
+ font-family:
569
+ "Figtree",
570
+ ui-monospace,
571
+ Menlo,
572
+ Monaco,
573
+ "Cascadia Mono",
574
+ "Segoe UI Mono",
575
+ "Roboto Mono",
576
+ "Oxygen Mono",
577
+ "Ubuntu Monospace",
578
+ "Source Code Pro",
579
+ "Fira Mono",
580
+ "Droid Sans Mono",
581
+ "Courier New",
582
+ monospace;
583
+ white-space: pre-wrap;
584
+ font-size: 12px;
585
+ background-color: #1e1e1e;
586
+ color: #CCCCCC;
587
+ padding: 0;
588
+ border-radius: 4px;
589
+ border: 1px solid #3c3c3c;
590
+ margin: 0;
591
+ }
592
+ .dark-email-builder .hljs-tag,
593
+ .dark-email-builder .hljs-name {
594
+ color: #7EE787;
595
+ }
596
+ .dark-email-builder .hljs-attribute {
597
+ color: #79C0FF;
598
+ }
599
+ .dark-email-builder .hljs-selector-tag,
600
+ .dark-email-builder .hljs-selector-class,
601
+ .dark-email-builder .hljs-selector-attr,
602
+ .dark-email-builder .hljs-selector-pseudo {
603
+ color: #7EE787;
604
+ }
605
+ .dark-email-builder .hljs-keyword {
606
+ color: #FF7B72;
607
+ }
608
+ .dark-email-builder .hljs-number {
609
+ color: #A5D6FF;
610
+ }
611
+ .dark-email-builder .hljs-string {
612
+ color: #A5D6FF;
613
+ }
614
+ .dark-email-builder .hljs-comment {
615
+ color: #8B949E;
616
+ font-style: italic;
617
+ }
618
+ .dark-email-builder .hljs-meta {
619
+ color: #FFA657;
620
+ font-weight: bold;
621
+ }
622
+ .hljs-tag .hljs-name {
623
+ font-weight: bold;
624
+ }
625
+ .hljs-meta {
626
+ font-style: italic;
627
+ }
628
+ .light-email-builder .hljs-attr {
629
+ color: #0550AE;
630
+ font-weight: 500;
631
+ }
632
+ .dark-email-builder .hljs-attr {
633
+ color: #FFA657;
634
+ font-weight: 500;
635
+ }
636
+ ::-webkit-scrollbar {
637
+ width: 8px;
638
+ height: 8px;
639
+ }
640
+ ::-webkit-scrollbar-track {
641
+ background: transparent;
642
+ border-radius: 4px;
643
+ }
644
+ ::-webkit-scrollbar-thumb {
645
+ background: #9CA3AF;
646
+ border-radius: 4px;
647
+ opacity: 0.4;
648
+ transition: opacity 0.3s ease, background-color 0.3s ease;
649
+ }
650
+ ::-webkit-scrollbar-thumb:hover {
651
+ opacity: 0.7;
652
+ background: #6B7280;
653
+ }
654
+ ::-webkit-scrollbar-corner {
655
+ background: transparent;
656
+ }
657
+ .light-email-builder ::-webkit-scrollbar-track {
658
+ background: #F9FAFB;
659
+ border: 1px solid #E5E7EB;
660
+ }
661
+ .light-email-builder ::-webkit-scrollbar-thumb {
662
+ background: #D1D5DB;
663
+ border: 1px solid #E5E7EB;
664
+ }
665
+ .light-email-builder ::-webkit-scrollbar-thumb:hover {
666
+ background: #9CA3AF;
667
+ border-color: #D1D5DB;
668
+ }
669
+ .dark-email-builder ::-webkit-scrollbar-track {
670
+ background: #1F2937;
671
+ border: 1px solid #374151;
672
+ }
673
+ .dark-email-builder ::-webkit-scrollbar-thumb {
674
+ background: #4B5563;
675
+ border: 1px solid #374151;
676
+ }
677
+ .dark-email-builder ::-webkit-scrollbar-thumb:hover {
678
+ background: #6B7280;
679
+ border-color: #4B5563;
680
+ }
681
+ * {
682
+ scrollbar-width: thin;
683
+ scrollbar-color: #9CA3AF transparent;
684
+ }
685
+ .light-email-builder * {
686
+ scrollbar-color: #D1D5DB #F9FAFB;
687
+ }
688
+ .dark-email-builder * {
689
+ scrollbar-color: #4B5563 #1F2937;
690
+ }
691
+ .email-builder-body::-webkit-scrollbar {
692
+ width: 10px;
693
+ }
694
+ .email-builder-body::-webkit-scrollbar-track {
695
+ background: transparent;
696
+ margin: 4px 0;
697
+ }
698
+ .email-builder-body::-webkit-scrollbar-thumb {
699
+ background: var(--email-builder-primary-color, #3B82F6);
700
+ border-radius: 5px;
701
+ opacity: 0.6;
702
+ transition: opacity 0.3s ease;
703
+ }
704
+ .email-builder-body::-webkit-scrollbar-thumb:hover {
705
+ opacity: 0.9;
706
+ }
707
+ @keyframes scrollbar-appear {
708
+ from {
709
+ opacity: 0;
710
+ transform: scaleX(0);
711
+ }
712
+ to {
713
+ opacity: 1;
714
+ transform: scaleX(1);
715
+ }
716
+ }
717
+ .email-builder-html:hover ::-webkit-scrollbar-thumb {
718
+ opacity: 0.6;
719
+ }
720
+ @media (max-width: 768px) {
721
+ ::-webkit-scrollbar {
722
+ width: 6px;
723
+ height: 6px;
724
+ }
725
+ .email-builder-body::-webkit-scrollbar {
726
+ width: 8px;
727
+ }
728
+ .quill .ql-editor::-webkit-scrollbar {
729
+ width: 4px;
730
+ }
731
+ }
732
+ .noMarginTop {
733
+ margin-top: 0 !important;
734
+ }
735
+ .react-colorful__saturation {
736
+ border-bottom: 1px solid black !important;
737
+ margin-bottom: 0.5rem !important;
738
+ }
739
+
740
+ /* ../block-custom-editor/CustomEditorInput.css */
741
+ .ql-editor ol,
742
+ .ql-editor li,
743
+ table li,
744
+ table ol {
745
+ padding-left: 0 !important;
746
+ }
747
+ [class^=block-] ol li {
748
+ list-style: none !important;
749
+ }
750
+ .ql-editor ol li[data-list=ordered]::before,
751
+ .ql-editor ol li[data-list=ordered].ql-indent-1::before,
752
+ .ql-editor ol li[data-list=ordered].ql-indent-2::before,
753
+ .ql-editor ol li[data-list=ordered].ql-indent-3::before,
754
+ .ql-editor ol li[data-list=ordered].ql-indent-4::before,
755
+ .ql-editor ol li[data-list=ordered].ql-indent-5::before,
756
+ .ql-editor ol li[data-list=ordered].ql-indent-6::before,
757
+ .ql-editor ol li[data-list=ordered].ql-indent-7::before,
758
+ .ql-editor ol li[data-list=ordered].ql-indent-8::before,
759
+ .ql-editor ol li[data-list=ordered].ql-indent-9::before {
760
+ content: "" !important;
761
+ display: none !important;
762
+ }
763
+ .ql-editor li[data-list=ordered] > .ql-ui::before,
764
+ .ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui::before,
765
+ .ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui::before,
766
+ .ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui::before,
767
+ .ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui::before,
768
+ .ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui::before,
769
+ .ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui::before,
770
+ .ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui::before,
771
+ .ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui::before,
772
+ .ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui::before {
773
+ content: "" !important;
774
+ display: none !important;
775
+ }
776
+ .ql-editor ol li[data-list=bullet]::before,
777
+ .ql-editor ol li[data-list=bullet].ql-indent-1::before,
778
+ .ql-editor ol li[data-list=bullet].ql-indent-2::before,
779
+ .ql-editor ol li[data-list=bullet].ql-indent-3::before,
780
+ .ql-editor ol li[data-list=bullet].ql-indent-4::before,
781
+ .ql-editor ol li[data-list=bullet].ql-indent-5::before,
782
+ .ql-editor ol li[data-list=bullet].ql-indent-6::before,
783
+ .ql-editor ol li[data-list=bullet].ql-indent-7::before,
784
+ .ql-editor ol li[data-list=bullet].ql-indent-8::before,
785
+ .ql-editor ol li[data-list=bullet].ql-indent-9::before {
786
+ content: "" !important;
787
+ display: none !important;
788
+ }
789
+ .ql-editor li[data-list=bullet] > .ql-ui::before,
790
+ .ql-editor li[data-list=bullet].ql-indent-1 > .ql-ui::before,
791
+ .ql-editor li[data-list=bullet].ql-indent-2 > .ql-ui::before,
792
+ .ql-editor li[data-list=bullet].ql-indent-3 > .ql-ui::before,
793
+ .ql-editor li[data-list=bullet].ql-indent-4 > .ql-ui::before,
794
+ .ql-editor li[data-list=bullet].ql-indent-5 > .ql-ui::before,
795
+ .ql-editor li[data-list=bullet].ql-indent-6 > .ql-ui::before,
796
+ .ql-editor li[data-list=bullet].ql-indent-7 > .ql-ui::before,
797
+ .ql-editor li[data-list=bullet].ql-indent-8 > .ql-ui::before,
798
+ .ql-editor li[data-list=bullet].ql-indent-9 > .ql-ui::before {
799
+ content: "" !important;
800
+ display: none !important;
801
+ }
802
+ .ql-editor ol li[data-list=bullet],
803
+ .ql-editor li[data-list=bullet] {
804
+ list-style-type: disc !important;
805
+ display: list-item !important;
806
+ }
807
+ .ql-editor ol li[data-list=bullet].ql-indent-1,
808
+ .ql-editor li[data-list=bullet].ql-indent-1 {
809
+ list-style-type: disc !important;
810
+ }
811
+ .ql-editor ol li[data-list=bullet].ql-indent-2,
812
+ .ql-editor li[data-list=bullet].ql-indent-2 {
813
+ list-style-type: disc !important;
814
+ }
815
+ .ql-editor ol li[data-list=bullet].ql-indent-3,
816
+ .ql-editor li[data-list=bullet].ql-indent-3,
817
+ .ql-editor ol li[data-list=bullet].ql-indent-4,
818
+ .ql-editor li[data-list=bullet].ql-indent-4,
819
+ .ql-editor ol li[data-list=bullet].ql-indent-5,
820
+ .ql-editor li[data-list=bullet].ql-indent-5,
821
+ .ql-editor ol li[data-list=bullet].ql-indent-6,
822
+ .ql-editor li[data-list=bullet].ql-indent-6,
823
+ .ql-editor ol li[data-list=bullet].ql-indent-7,
824
+ .ql-editor li[data-list=bullet].ql-indent-7,
825
+ .ql-editor ol li[data-list=bullet].ql-indent-8,
826
+ .ql-editor li[data-list=bullet].ql-indent-8,
827
+ .ql-editor ol li[data-list=bullet].ql-indent-9,
828
+ .ql-editor li[data-list=bullet].ql-indent-9 {
829
+ list-style-type: disc !important;
830
+ }
831
+ li.ql-indent-1:not(.ql-direction-rtl) {
832
+ padding-left: 1.5em !important;
833
+ }
834
+ li.ql-indent-2:not(.ql-direction-rtl) {
835
+ padding-left: 3.0em !important;
836
+ }
837
+ li.ql-indent-2.ql-direction-rtl.ql-align-right {
838
+ padding-right: 4.5em !important;
839
+ }
840
+ .ql-editor .ql-indent-3:not(.ql-direction-rtl) {
841
+ padding-left: 4.5em !important;
842
+ }
843
+ li.ql-indent-3:not(.ql-direction-rtl) {
844
+ padding-left: 5em !important;
845
+ }
846
+ .ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
847
+ padding-right: 4.5em !important;
848
+ }
849
+ li.ql-indent-3.ql-direction-rtl.ql-align-right {
850
+ padding-right: 6.0em !important;
851
+ }
852
+ .ql-editor .ql-indent-4:not(.ql-direction-rtl) {
853
+ padding-left: 6.0em !important;
854
+ }
855
+ li.ql-indent-4:not(.ql-direction-rtl) {
856
+ padding-left: 7.5em !important;
857
+ }
858
+ .ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
859
+ padding-right: 6.0em !important;
860
+ }
861
+ li.ql-indent-4.ql-direction-rtl.ql-align-right {
862
+ padding-right: 7.5em !important;
863
+ }
864
+ .ql-editor .ql-indent-5:not(.ql-direction-rtl) {
865
+ padding-left: 7.5em !important;
866
+ }
867
+ li.ql-indent-5:not(.ql-direction-rtl) {
868
+ padding-left: 9.0em !important;
869
+ }
870
+ .ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
871
+ padding-right: 7.5em !important;
872
+ }
873
+ li.ql-indent-5.ql-direction-rtl.ql-align-right {
874
+ padding-right: 9.0em !important;
875
+ }
876
+ .ql-editor .ql-indent-6:not(.ql-direction-rtl) {
877
+ padding-left: 9.0em !important;
878
+ }
879
+ li.ql-indent-6:not(.ql-direction-rtl) {
880
+ padding-left: 10.5em !important;
881
+ }
882
+ .ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
883
+ padding-right: 9.0em !important;
884
+ }
885
+ li.ql-indent-6.ql-direction-rtl.ql-align-right {
886
+ padding-right: 10.5em !important;
887
+ }
888
+ .ql-editor .ql-indent-7:not(.ql-direction-rtl) {
889
+ padding-left: 10.5em !important;
890
+ }
891
+ li.ql-indent-7:not(.ql-direction-rtl) {
892
+ padding-left: 12.0em !important;
893
+ }
894
+ .ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
895
+ padding-right: 10.5em !important;
896
+ }
897
+ li.ql-indent-7.ql-direction-rtl.ql-align-right {
898
+ padding-right: 12.0em !important;
899
+ }
900
+ .ql-editor .ql-indent-8:not(.ql-direction-rtl) {
901
+ padding-left: 12.0em !important;
902
+ }
903
+ li.ql-indent-8:not(.ql-direction-rtl) {
904
+ padding-left: 13.5em !important;
905
+ }
906
+ .ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
907
+ padding-right: 12.0em !important;
908
+ }
909
+ li.ql-indent-8.ql-direction-rtl.ql-align-right {
910
+ padding-right: 13.5em !important;
911
+ }
912
+ .ql-editor .ql-indent-9:not(.ql-direction-rtl) {
913
+ padding-left: 13.5em !important;
914
+ }
915
+ li.ql-indent-9:not(.ql-direction-rtl) {
916
+ padding-left: 15.0em !important;
917
+ }
918
+ .ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
919
+ padding-right: 13.5em !important;
920
+ }
921
+ li.ql-indent-9.ql-direction-rtl.ql-align-right {
922
+ padding-right: 15.0em !important;
923
+ }
924
+ .ql-editor :is(strong, b, em, i, u, span, mark, small, del, ins, sub, sup)[style*=color] a:not([style*=color]) {
925
+ color: inherit !important;
926
+ }
927
+ .ql-editor strong[style*=color] a:not([style*=color]),
928
+ .ql-editor b[style*=color] a:not([style*=color]),
929
+ .ql-editor em[style*=color] a:not([style*=color]),
930
+ .ql-editor i[style*=color] a:not([style*=color]),
931
+ .ql-editor u[style*=color] a:not([style*=color]),
932
+ .ql-editor span[style*=color] a:not([style*=color]) {
933
+ color: inherit !important;
934
+ }
935
+ .ql-editor a:not([style*=color]) {
936
+ color: var(--global-link-color, inherit);
937
+ }
938
+ .ql-editor a {
939
+ text-decoration: var(--global-link-text-decoration, underline) !important;
940
+ }
941
+ .ql-editor {
942
+ line-height: inherit !important;
943
+ }
944
+ .ql-snow .ql-stroke {
945
+ stroke: var(--email-builder-primary-color) !important;
946
+ }
947
+ .ql-align {
948
+ transition: all 0.3s ease;
949
+ }
950
+ .ql-align .ql-stroke {
951
+ stroke: var(--email-builder-primary-color) !important;
952
+ transition: stroke 0.3s ease;
953
+ }
954
+ .ql-align:hover .ql-stroke {
955
+ stroke: var(--email-builder-secondary-color) !important;
956
+ }
957
+ .ql-align:focus .ql-stroke {
958
+ stroke: var(--email-builder-secondary-color) !important;
959
+ }
960
+ .ql-clean {
961
+ .ql-stroke,
962
+ .ql-fill {
963
+ stroke: var(--email-builder-primary-color) !important;
964
+ }
965
+ }
966
+ .ql-clean:hover {
967
+ .ql-stroke,
968
+ .ql-fill {
969
+ stroke: var(--email-builder-secondary-color) !important;
970
+ }
971
+ }
972
+ .ql-bold,
973
+ .ql-italic,
974
+ .ql-underline,
975
+ .ql-link {
976
+ .ql-stroke,
977
+ .ql-fill {
978
+ fill: none !important;
979
+ stroke: var(--email-builder-primary-color) !important;
980
+ }
981
+ &:hover {
982
+ .ql-stroke,
983
+ .ql-fill {
984
+ fill: none !important;
985
+ stroke: var(--email-builder-secondary-color) !important;
986
+ }
987
+ }
988
+ }
989
+ .ql-strike {
990
+ .ql-stroke,
991
+ .ql-fill {
992
+ fill: var(--email-builder-primary-color) !important;
993
+ stroke: none !important;
994
+ &.ql-thin {
995
+ stroke: var(--email-builder-primary-color) !important;
996
+ }
997
+ }
998
+ &:hover {
999
+ .ql-stroke,
1000
+ .ql-fill {
1001
+ fill: var(--email-builder-secondary-color) !important;
1002
+ stroke: none !important;
1003
+ &.ql-thin {
1004
+ stroke: var(--email-builder-secondary-color) !important;
1005
+ }
1006
+ }
1007
+ }
1008
+ }
1009
+ .ql-list {
1010
+ .ql-stroke,
1011
+ .ql-fill {
1012
+ fill: none !important;
1013
+ stroke: var(--email-builder-primary-color) !important;
1014
+ }
1015
+ &:hover {
1016
+ .ql-stroke,
1017
+ .ql-fill {
1018
+ fill: none !important;
1019
+ stroke: var(--email-builder-secondary-color) !important;
1020
+ }
1021
+ }
1022
+ }
1023
+ .lucide-wand-sparkles {
1024
+ path {
1025
+ fill: "none!important";
1026
+ }
1027
+ }
1028
+ .lucide-wand-sparkles:hover {
1029
+ path {
1030
+ fill: "none!important";
1031
+ }
1032
+ }
1033
+
1034
+ /* src/App/TemplatePanel/index.css */
1035
+ .buttonsUndoRedo {
1036
+ display: grid;
1037
+ place-content: center;
1038
+ cursor: pointer;
1039
+ color: var(--email-builder-primary-color);
1040
+ &:hover {
1041
+ color: var(--email-builder-secondary-color);
1042
+ }
1043
+ &.disabledButton {
1044
+ color: #787d86;
1045
+ pointer-events: none;
1046
+ }
1047
+ }
1048
+ .stickyClassMainHeader {
1049
+ z-index: 1;
1050
+ }