@syncfusion/ej2-angular-documenteditor 20.4.38 → 20.4.40
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/esm2020/src/document-editor/documenteditor-all.module.mjs +7 -4
- package/esm2020/src/document-editor/documenteditor.component.mjs +10 -3
- package/esm2020/src/index.mjs +2 -2
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +16 -6
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +16 -6
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +1 -1
- package/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/document-editor/documenteditor-all.module.d.ts +1 -0
- package/src/document-editor/documenteditor.component.d.ts +1 -1
- package/src/index.d.ts +1 -1
- package/styles/bootstrap-dark.css +126 -0
- package/styles/bootstrap.css +126 -0
- package/styles/bootstrap4.css +126 -0
- package/styles/bootstrap5-dark.css +126 -0
- package/styles/bootstrap5.css +126 -0
- package/styles/document-editor/_bootstrap-dark-definition.scss +3 -0
- package/styles/document-editor/_bootstrap-definition.scss +3 -0
- package/styles/document-editor/_bootstrap4-definition.scss +3 -0
- package/styles/document-editor/_bootstrap5-definition.scss +3 -0
- package/styles/document-editor/_fabric-dark-definition.scss +3 -0
- package/styles/document-editor/_fabric-definition.scss +3 -0
- package/styles/document-editor/_fluent-definition.scss +3 -0
- package/styles/document-editor/_fusionnew-definition.scss +3 -0
- package/styles/document-editor/_highcontrast-definition.scss +3 -0
- package/styles/document-editor/_highcontrast-light-definition.scss +3 -0
- package/styles/document-editor/_material-dark-definition.scss +3 -0
- package/styles/document-editor/_material-definition.scss +3 -0
- package/styles/document-editor/_material3-definition.scss +3 -0
- package/styles/document-editor/_tailwind-definition.scss +3 -0
- package/styles/document-editor/_theme.scss +13 -0
- package/styles/document-editor/bootstrap-dark.css +61 -0
- package/styles/document-editor/bootstrap.css +61 -0
- package/styles/document-editor/bootstrap4.css +61 -0
- package/styles/document-editor/bootstrap5-dark.css +61 -0
- package/styles/document-editor/bootstrap5.css +61 -0
- package/styles/document-editor/fabric-dark.css +61 -0
- package/styles/document-editor/fabric.css +61 -0
- package/styles/document-editor/fluent-dark.css +61 -0
- package/styles/document-editor/fluent.css +61 -0
- package/styles/document-editor/highcontrast-light.css +47 -0
- package/styles/document-editor/highcontrast.css +61 -0
- package/styles/document-editor/icons/_bootstrap-dark.scss +47 -0
- package/styles/document-editor/icons/_bootstrap.scss +47 -0
- package/styles/document-editor/icons/_bootstrap4.scss +47 -0
- package/styles/document-editor/icons/_bootstrap5.scss +47 -0
- package/styles/document-editor/icons/_fabric-dark.scss +47 -0
- package/styles/document-editor/icons/_fabric.scss +47 -0
- package/styles/document-editor/icons/_fluent.scss +47 -0
- package/styles/document-editor/icons/_fusionnew.scss +47 -0
- package/styles/document-editor/icons/_highcontrast-light.scss +47 -0
- package/styles/document-editor/icons/_highcontrast.scss +47 -0
- package/styles/document-editor/icons/_material-dark.scss +47 -0
- package/styles/document-editor/icons/_material.scss +47 -0
- package/styles/document-editor/icons/_material3.scss +47 -0
- package/styles/document-editor/icons/_tailwind-dark.scss +47 -0
- package/styles/document-editor/icons/_tailwind.scss +47 -0
- package/styles/document-editor/material-dark.css +61 -0
- package/styles/document-editor/material.css +61 -0
- package/styles/document-editor/tailwind-dark.css +61 -0
- package/styles/document-editor/tailwind.css +61 -0
- package/styles/document-editor-container/bootstrap-dark.css +65 -0
- package/styles/document-editor-container/bootstrap.css +65 -0
- package/styles/document-editor-container/bootstrap4.css +65 -0
- package/styles/document-editor-container/bootstrap5-dark.css +65 -0
- package/styles/document-editor-container/bootstrap5.css +65 -0
- package/styles/document-editor-container/fabric-dark.css +66 -0
- package/styles/document-editor-container/fabric.css +66 -0
- package/styles/document-editor-container/fluent-dark.css +65 -0
- package/styles/document-editor-container/fluent.css +65 -0
- package/styles/document-editor-container/highcontrast-light.css +65 -0
- package/styles/document-editor-container/highcontrast.css +65 -0
- package/styles/document-editor-container/icons/_bootstrap-dark.scss +65 -0
- package/styles/document-editor-container/icons/_bootstrap.scss +65 -0
- package/styles/document-editor-container/icons/_bootstrap4.scss +65 -0
- package/styles/document-editor-container/icons/_bootstrap5.scss +66 -0
- package/styles/document-editor-container/icons/_fabric-dark.scss +66 -0
- package/styles/document-editor-container/icons/_fabric.scss +65 -0
- package/styles/document-editor-container/icons/_fluent.scss +65 -0
- package/styles/document-editor-container/icons/_fusionnew.scss +65 -0
- package/styles/document-editor-container/icons/_highcontrast-light.scss +65 -0
- package/styles/document-editor-container/icons/_highcontrast.scss +65 -0
- package/styles/document-editor-container/icons/_material-dark.scss +65 -0
- package/styles/document-editor-container/icons/_material.scss +65 -0
- package/styles/document-editor-container/icons/_material3.scss +65 -0
- package/styles/document-editor-container/icons/_tailwind-dark.scss +65 -0
- package/styles/document-editor-container/icons/_tailwind.scss +65 -0
- package/styles/document-editor-container/material-dark.css +65 -0
- package/styles/document-editor-container/material.css +65 -0
- package/styles/document-editor-container/tailwind-dark.css +65 -0
- package/styles/document-editor-container/tailwind.css +65 -0
- package/styles/fabric-dark.css +127 -0
- package/styles/fabric.css +127 -0
- package/styles/fluent-dark.css +126 -0
- package/styles/fluent.css +126 -0
- package/styles/highcontrast-light.css +112 -0
- package/styles/highcontrast.css +126 -0
- package/styles/material-dark.css +126 -0
- package/styles/material.css +126 -0
- package/styles/tailwind-dark.css +126 -0
- package/styles/tailwind.css +126 -0
|
@@ -399,4 +399,69 @@
|
|
|
399
399
|
content: '\e353';
|
|
400
400
|
font-family: 'e-icons';
|
|
401
401
|
}
|
|
402
|
+
|
|
403
|
+
.e-de-ctnr-columns::before {
|
|
404
|
+
content: '\e972';
|
|
405
|
+
font-family: 'e-icons';
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
.e-de-ctnr-page-size::before {
|
|
409
|
+
content: '\e947';
|
|
410
|
+
font-family: 'e-icons';
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
.e-de-ctnr-page-break-column::before {
|
|
414
|
+
content: '\e973';
|
|
415
|
+
font-family: 'e-icons';
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
.e-de-ctnr-page-break-text-wrapping::before {
|
|
419
|
+
content: '\e94a';
|
|
420
|
+
font-family: 'e-icons';
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
.e-de-ctnr-section-break-continuous::before {
|
|
424
|
+
content: '\e9754';
|
|
425
|
+
font-family: 'e-icons';
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
.e-de-ctnr-section-break-even-page::before {
|
|
429
|
+
content: '\e970';
|
|
430
|
+
font-family: 'e-icons';
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
.e-de-ctnr-section-break-odd-page::before {
|
|
434
|
+
content: '\e971';
|
|
435
|
+
font-family: 'e-icons';
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
.e-de-ctnr-columns-one::before {
|
|
439
|
+
content: '\e979';
|
|
440
|
+
font-family: 'e-icons';
|
|
441
|
+
font-size: $de-column-presets-font-size;
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
.e-de-ctnr-columns-two::before {
|
|
445
|
+
content: '\e97a';
|
|
446
|
+
font-family: 'e-icons';
|
|
447
|
+
font-size: $de-column-presets-font-size;
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
.e-de-ctnr-columns-three::before {
|
|
451
|
+
content: '\e97b';
|
|
452
|
+
font-family: 'e-icons';
|
|
453
|
+
font-size: $de-column-presets-font-size;
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
.e-de-ctnr-columns-right::before {
|
|
457
|
+
content: '\e977';
|
|
458
|
+
font-family: 'e-icons';
|
|
459
|
+
font-size: $de-column-presets-font-size;
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
.e-de-ctnr-columns-left::before {
|
|
463
|
+
content: '\e978';
|
|
464
|
+
font-family: 'e-icons';
|
|
465
|
+
font-size: $de-column-presets-font-size;
|
|
466
|
+
}
|
|
402
467
|
}
|
|
@@ -425,4 +425,69 @@
|
|
|
425
425
|
content: '\e844';
|
|
426
426
|
font-family: 'e-icons';
|
|
427
427
|
}
|
|
428
|
+
|
|
429
|
+
.e-de-ctnr-columns::before {
|
|
430
|
+
content: '\e8b4';
|
|
431
|
+
font-family: 'e-icons';
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
.e-de-ctnr-page-size::before {
|
|
435
|
+
content: '\e89a';
|
|
436
|
+
font-family: 'e-icons';
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
.e-de-ctnr-page-break-column::before {
|
|
440
|
+
content: '\e8b6';
|
|
441
|
+
font-family: 'e-icons';
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
.e-de-ctnr-page-break-text-wrapping::before {
|
|
445
|
+
content: '\e89d';
|
|
446
|
+
font-family: 'e-icons';
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
.e-de-ctnr-section-break-continuous::before {
|
|
450
|
+
content: '\e8b5';
|
|
451
|
+
font-family: 'e-icons';
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
.e-de-ctnr-section-break-even-page::before {
|
|
455
|
+
content: '\e8b2';
|
|
456
|
+
font-family: 'e-icons';
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
.e-de-ctnr-section-break-odd-page::before {
|
|
460
|
+
content: '\e8b3';
|
|
461
|
+
font-family: 'e-icons';
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
.e-de-ctnr-columns-one::before {
|
|
465
|
+
content: '\e8b9';
|
|
466
|
+
font-family: 'e-icons';
|
|
467
|
+
font-size: $de-column-presets-font-size;
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
.e-de-ctnr-columns-two::before {
|
|
471
|
+
content: '\e8ba';
|
|
472
|
+
font-family: 'e-icons';
|
|
473
|
+
font-size: $de-column-presets-font-size;
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
.e-de-ctnr-columns-three::before {
|
|
477
|
+
content: '\e8bb';
|
|
478
|
+
font-family: 'e-icons';
|
|
479
|
+
font-size: $de-column-presets-font-size;
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
.e-de-ctnr-columns-right::before {
|
|
483
|
+
content: '\e8b7';
|
|
484
|
+
font-family: 'e-icons';
|
|
485
|
+
font-size: $de-column-presets-font-size;
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
.e-de-ctnr-columns-left::before {
|
|
489
|
+
content: '\e8b8';
|
|
490
|
+
font-family: 'e-icons';
|
|
491
|
+
font-size: $de-column-presets-font-size;
|
|
492
|
+
}
|
|
428
493
|
}
|
|
@@ -425,4 +425,69 @@
|
|
|
425
425
|
content: '\e844';
|
|
426
426
|
font-family: 'e-icons';
|
|
427
427
|
}
|
|
428
|
+
|
|
429
|
+
.e-de-ctnr-columns::before {
|
|
430
|
+
content: '\e89d';
|
|
431
|
+
font-family: 'e-icons';
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
.e-de-ctnr-page-size::before {
|
|
435
|
+
content: '\e89a';
|
|
436
|
+
font-family: 'e-icons';
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
.e-de-ctnr-page-break-column::before {
|
|
440
|
+
content: '\e8b4';
|
|
441
|
+
font-family: 'e-icons';
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
.e-de-ctnr-page-break-text-wrapping::before {
|
|
445
|
+
content: '\e8b6';
|
|
446
|
+
font-family: 'e-icons';
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
.e-de-ctnr-section-break-continuous::before {
|
|
450
|
+
content: '\e8b5';
|
|
451
|
+
font-family: 'e-icons';
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
.e-de-ctnr-section-break-even-page::before {
|
|
455
|
+
content: '\e8b2';
|
|
456
|
+
font-family: 'e-icons';
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
.e-de-ctnr-section-break-odd-page::before {
|
|
460
|
+
content: '\e8b3';
|
|
461
|
+
font-family: 'e-icons';
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
.e-de-ctnr-columns-one::before {
|
|
465
|
+
content: '\e8b9';
|
|
466
|
+
font-family: 'e-icons';
|
|
467
|
+
font-size: $de-column-presets-font-size;
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
.e-de-ctnr-columns-two::before {
|
|
471
|
+
content: '\e8ba';
|
|
472
|
+
font-family: 'e-icons';
|
|
473
|
+
font-size: $de-column-presets-font-size;
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
.e-de-ctnr-columns-three::before {
|
|
477
|
+
content: '\e8bb';
|
|
478
|
+
font-family: 'e-icons';
|
|
479
|
+
font-size: $de-column-presets-font-size;
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
.e-de-ctnr-columns-right::before {
|
|
483
|
+
content: '\e8b7';
|
|
484
|
+
font-family: 'e-icons';
|
|
485
|
+
font-size: $de-column-presets-font-size;
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
.e-de-ctnr-columns-left::before {
|
|
489
|
+
content: '\e8b8';
|
|
490
|
+
font-family: 'e-icons';
|
|
491
|
+
font-size: $de-column-presets-font-size;
|
|
492
|
+
}
|
|
428
493
|
}
|
|
@@ -399,4 +399,69 @@
|
|
|
399
399
|
content: '\e353';
|
|
400
400
|
font-family: 'e-icons';
|
|
401
401
|
}
|
|
402
|
+
|
|
403
|
+
.e-de-ctnr-columns::before {
|
|
404
|
+
content: '\e968';
|
|
405
|
+
font-family: 'e-icons';
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
.e-de-ctnr-page-size::before {
|
|
409
|
+
content: '\e947';
|
|
410
|
+
font-family: 'e-icons';
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
.e-de-ctnr-page-break-column::before {
|
|
414
|
+
content: '\e970';
|
|
415
|
+
font-family: 'e-icons';
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
.e-de-ctnr-page-break-text-wrapping::before {
|
|
419
|
+
content: '\e94a';
|
|
420
|
+
font-family: 'e-icons';
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
.e-de-ctnr-section-break-continuous::before {
|
|
424
|
+
content: '\e971';
|
|
425
|
+
font-family: 'e-icons';
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
.e-de-ctnr-section-break-even-page::before {
|
|
429
|
+
content: '\e964';
|
|
430
|
+
font-family: 'e-icons';
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
.e-de-ctnr-section-break-odd-page::before {
|
|
434
|
+
content: '\e967';
|
|
435
|
+
font-family: 'e-icons';
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
.e-de-ctnr-columns-one::before {
|
|
439
|
+
content: '\e977';
|
|
440
|
+
font-family: 'e-icons';
|
|
441
|
+
font-size: $de-column-presets-font-size;
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
.e-de-ctnr-columns-two::before {
|
|
445
|
+
content: '\e978';
|
|
446
|
+
font-family: 'e-icons';
|
|
447
|
+
font-size: $de-column-presets-font-size;
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
.e-de-ctnr-columns-three::before {
|
|
451
|
+
content: '\e979';
|
|
452
|
+
font-family: 'e-icons';
|
|
453
|
+
font-size: $de-column-presets-font-size;
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
.e-de-ctnr-columns-right::before {
|
|
457
|
+
content: '\e974';
|
|
458
|
+
font-family: 'e-icons';
|
|
459
|
+
font-size: $de-column-presets-font-size;
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
.e-de-ctnr-columns-left::before {
|
|
463
|
+
content: '\e975';
|
|
464
|
+
font-family: 'e-icons';
|
|
465
|
+
font-size: $de-column-presets-font-size;
|
|
466
|
+
}
|
|
402
467
|
}
|
|
@@ -399,4 +399,69 @@
|
|
|
399
399
|
content: '\e353';
|
|
400
400
|
font-family: 'e-icons';
|
|
401
401
|
}
|
|
402
|
+
|
|
403
|
+
.e-de-ctnr-columns::before {
|
|
404
|
+
content: '\e968';
|
|
405
|
+
font-family: 'e-icons';
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
.e-de-ctnr-page-size::before {
|
|
409
|
+
content: '\e947';
|
|
410
|
+
font-family: 'e-icons';
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
.e-de-ctnr-page-break-column::before {
|
|
414
|
+
content: '\e970';
|
|
415
|
+
font-family: 'e-icons';
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
.e-de-ctnr-page-break-text-wrapping::before {
|
|
419
|
+
content: '\e94a';
|
|
420
|
+
font-family: 'e-icons';
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
.e-de-ctnr-section-break-continuous::before {
|
|
424
|
+
content: '\e971';
|
|
425
|
+
font-family: 'e-icons';
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
.e-de-ctnr-section-break-even-page::before {
|
|
429
|
+
content: '\e964';
|
|
430
|
+
font-family: 'e-icons';
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
.e-de-ctnr-section-break-odd-page::before {
|
|
434
|
+
content: '\e967';
|
|
435
|
+
font-family: 'e-icons';
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
.e-de-ctnr-columns-one::before {
|
|
439
|
+
content: '\e977';
|
|
440
|
+
font-family: 'e-icons';
|
|
441
|
+
font-size: $de-column-presets-font-size;
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
.e-de-ctnr-columns-two::before {
|
|
445
|
+
content: '\e978';
|
|
446
|
+
font-family: 'e-icons';
|
|
447
|
+
font-size: $de-column-presets-font-size;
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
.e-de-ctnr-columns-three::before {
|
|
451
|
+
content: '\e979';
|
|
452
|
+
font-family: 'e-icons';
|
|
453
|
+
font-size: $de-column-presets-font-size;
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
.e-de-ctnr-columns-right::before {
|
|
457
|
+
content: '\e974';
|
|
458
|
+
font-family: 'e-icons';
|
|
459
|
+
font-size: $de-column-presets-font-size;
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
.e-de-ctnr-columns-left::before {
|
|
463
|
+
content: '\e975';
|
|
464
|
+
font-family: 'e-icons';
|
|
465
|
+
font-size: $de-column-presets-font-size;
|
|
466
|
+
}
|
|
402
467
|
}
|
|
@@ -401,4 +401,69 @@
|
|
|
401
401
|
content: '\e353';
|
|
402
402
|
font-family: 'e-icons';
|
|
403
403
|
}
|
|
404
|
+
|
|
405
|
+
.e-de-ctnr-columns::before {
|
|
406
|
+
content: '\e955';
|
|
407
|
+
font-family: 'e-icons';
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
.e-de-ctnr-page-size::before {
|
|
411
|
+
content: '\e952';
|
|
412
|
+
font-family: 'e-icons';
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
.e-de-ctnr-page-break-column::before {
|
|
416
|
+
content: '\e970';
|
|
417
|
+
font-family: 'e-icons';
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
.e-de-ctnr-page-break-text-wrapping::before {
|
|
421
|
+
content: '\e972';
|
|
422
|
+
font-family: 'e-icons';
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
.e-de-ctnr-section-break-continuous::before {
|
|
426
|
+
content: '\e971';
|
|
427
|
+
font-family: 'e-icons';
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
.e-de-ctnr-section-break-even-page::before {
|
|
431
|
+
content: '\e96e';
|
|
432
|
+
font-family: 'e-icons';
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
.e-de-ctnr-section-break-odd-page::before {
|
|
436
|
+
content: '\e96f';
|
|
437
|
+
font-family: 'e-icons';
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
.e-de-ctnr-columns-one::before {
|
|
441
|
+
content: '\e976';
|
|
442
|
+
font-family: 'e-icons';
|
|
443
|
+
font-size: $de-column-presets-font-size;
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
.e-de-ctnr-columns-two::before {
|
|
447
|
+
content: '\e978';
|
|
448
|
+
font-family: 'e-icons';
|
|
449
|
+
font-size: $de-column-presets-font-size;
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
.e-de-ctnr-columns-three::before {
|
|
453
|
+
content: '\e979';
|
|
454
|
+
font-family: 'e-icons';
|
|
455
|
+
font-size: $de-column-presets-font-size;
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
.e-de-ctnr-columns-right::before {
|
|
459
|
+
content: '\e973';
|
|
460
|
+
font-family: 'e-icons';
|
|
461
|
+
font-size: $de-column-presets-font-size;
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
.e-de-ctnr-columns-left::before {
|
|
465
|
+
content: '\e975';
|
|
466
|
+
font-family: 'e-icons';
|
|
467
|
+
font-size: $de-column-presets-font-size;
|
|
468
|
+
}
|
|
404
469
|
}
|
|
@@ -401,4 +401,69 @@
|
|
|
401
401
|
content: '\e353';
|
|
402
402
|
font-family: 'e-icons';
|
|
403
403
|
}
|
|
404
|
+
|
|
405
|
+
.e-de-ctnr-columns::before {
|
|
406
|
+
content: '\e955';
|
|
407
|
+
font-family: 'e-icons';
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
.e-de-ctnr-page-size::before {
|
|
411
|
+
content: '\e952';
|
|
412
|
+
font-family: 'e-icons';
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
.e-de-ctnr-page-break-column::before {
|
|
416
|
+
content: '\e970';
|
|
417
|
+
font-family: 'e-icons';
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
.e-de-ctnr-page-break-text-wrapping::before {
|
|
421
|
+
content: '\e972';
|
|
422
|
+
font-family: 'e-icons';
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
.e-de-ctnr-section-break-continuous::before {
|
|
426
|
+
content: '\e971';
|
|
427
|
+
font-family: 'e-icons';
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
.e-de-ctnr-section-break-even-page::before {
|
|
431
|
+
content: '\e96e';
|
|
432
|
+
font-family: 'e-icons';
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
.e-de-ctnr-section-break-odd-page::before {
|
|
436
|
+
content: '\e96f';
|
|
437
|
+
font-family: 'e-icons';
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
.e-de-ctnr-columns-one::before {
|
|
441
|
+
content: '\e976';
|
|
442
|
+
font-family: 'e-icons';
|
|
443
|
+
font-size: $de-column-presets-font-size;
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
.e-de-ctnr-columns-two::before {
|
|
447
|
+
content: '\e978';
|
|
448
|
+
font-family: 'e-icons';
|
|
449
|
+
font-size: $de-column-presets-font-size;
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
.e-de-ctnr-columns-three::before {
|
|
453
|
+
content: '\e979';
|
|
454
|
+
font-family: 'e-icons';
|
|
455
|
+
font-size: $de-column-presets-font-size;
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
.e-de-ctnr-columns-right::before {
|
|
459
|
+
content: '\e973';
|
|
460
|
+
font-family: 'e-icons';
|
|
461
|
+
font-size: $de-column-presets-font-size;
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
.e-de-ctnr-columns-left::before {
|
|
465
|
+
content: '\e975';
|
|
466
|
+
font-family: 'e-icons';
|
|
467
|
+
font-size: $de-column-presets-font-size;
|
|
468
|
+
}
|
|
404
469
|
}
|
|
@@ -425,4 +425,69 @@
|
|
|
425
425
|
content: '\e353';
|
|
426
426
|
font-family: 'e-icons';
|
|
427
427
|
}
|
|
428
|
+
|
|
429
|
+
.e-de-ctnr-columns::before {
|
|
430
|
+
content: '\e955';
|
|
431
|
+
font-family: 'e-icons';
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
.e-de-ctnr-page-size::before {
|
|
435
|
+
content: '\e952';
|
|
436
|
+
font-family: 'e-icons';
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
.e-de-ctnr-page-break-column::before {
|
|
440
|
+
content: '\e970';
|
|
441
|
+
font-family: 'e-icons';
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
.e-de-ctnr-page-break-text-wrapping::before {
|
|
445
|
+
content: '\e972';
|
|
446
|
+
font-family: 'e-icons';
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
.e-de-ctnr-section-break-continuous::before {
|
|
450
|
+
content: '\e971';
|
|
451
|
+
font-family: 'e-icons';
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
.e-de-ctnr-section-break-even-page::before {
|
|
455
|
+
content: '\e96e';
|
|
456
|
+
font-family: 'e-icons';
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
.e-de-ctnr-section-break-odd-page::before {
|
|
460
|
+
content: '\e96f';
|
|
461
|
+
font-family: 'e-icons';
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
.e-de-ctnr-columns-one::before {
|
|
465
|
+
content: '\e976';
|
|
466
|
+
font-family: 'e-icons';
|
|
467
|
+
font-size: $de-column-presets-font-size;
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
.e-de-ctnr-columns-two::before {
|
|
471
|
+
content: '\e978';
|
|
472
|
+
font-family: 'e-icons';
|
|
473
|
+
font-size: $de-column-presets-font-size;
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
.e-de-ctnr-columns-three::before {
|
|
477
|
+
content: '\e979';
|
|
478
|
+
font-family: 'e-icons';
|
|
479
|
+
font-size: $de-column-presets-font-size;
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
.e-de-ctnr-columns-right::before {
|
|
483
|
+
content: '\e973';
|
|
484
|
+
font-family: 'e-icons';
|
|
485
|
+
font-size: $de-column-presets-font-size;
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
.e-de-ctnr-columns-left::before {
|
|
489
|
+
content: '\e975';
|
|
490
|
+
font-family: 'e-icons';
|
|
491
|
+
font-size: $de-column-presets-font-size;
|
|
492
|
+
}
|
|
428
493
|
}
|
|
@@ -425,4 +425,69 @@
|
|
|
425
425
|
content: '\e844';
|
|
426
426
|
font-family: 'e-icons';
|
|
427
427
|
}
|
|
428
|
+
|
|
429
|
+
.e-de-ctnr-columns::before {
|
|
430
|
+
content: '\e89d';
|
|
431
|
+
font-family: 'e-icons';
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
.e-de-ctnr-page-size::before {
|
|
435
|
+
content: '\e89a';
|
|
436
|
+
font-family: 'e-icons';
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
.e-de-ctnr-page-break-column::before {
|
|
440
|
+
content: '\e8b4';
|
|
441
|
+
font-family: 'e-icons';
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
.e-de-ctnr-page-break-text-wrapping::before {
|
|
445
|
+
content: '\e8b6';
|
|
446
|
+
font-family: 'e-icons';
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
.e-de-ctnr-section-break-continuous::before {
|
|
450
|
+
content: '\e8b5';
|
|
451
|
+
font-family: 'e-icons';
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
.e-de-ctnr-section-break-even-page::before {
|
|
455
|
+
content: '\e8b3';
|
|
456
|
+
font-family: 'e-icons';
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
.e-de-ctnr-section-break-odd-page::before {
|
|
460
|
+
content: '\e8b2';
|
|
461
|
+
font-family: 'e-icons';
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
.e-de-ctnr-columns-one::before {
|
|
465
|
+
content: '\e8b9';
|
|
466
|
+
font-family: 'e-icons';
|
|
467
|
+
font-size: $de-column-presets-font-size;
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
.e-de-ctnr-columns-two::before {
|
|
471
|
+
content: '\e8ba';
|
|
472
|
+
font-family: 'e-icons';
|
|
473
|
+
font-size: $de-column-presets-font-size;
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
.e-de-ctnr-columns-three::before {
|
|
477
|
+
content: '\e8bb';
|
|
478
|
+
font-family: 'e-icons';
|
|
479
|
+
font-size: $de-column-presets-font-size;
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
.e-de-ctnr-columns-right::before {
|
|
483
|
+
content: '\e8b7';
|
|
484
|
+
font-family: 'e-icons';
|
|
485
|
+
font-size: $de-column-presets-font-size;
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
.e-de-ctnr-columns-left::before {
|
|
489
|
+
content: '\e8b8';
|
|
490
|
+
font-family: 'e-icons';
|
|
491
|
+
font-size: $de-column-presets-font-size;
|
|
492
|
+
}
|
|
428
493
|
}
|
|
@@ -425,4 +425,69 @@
|
|
|
425
425
|
content: '\e844';
|
|
426
426
|
font-family: 'e-icons';
|
|
427
427
|
}
|
|
428
|
+
|
|
429
|
+
.e-de-ctnr-columns::before {
|
|
430
|
+
content: '\e89d';
|
|
431
|
+
font-family: 'e-icons';
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
.e-de-ctnr-page-size::before {
|
|
435
|
+
content: '\e89a';
|
|
436
|
+
font-family: 'e-icons';
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
.e-de-ctnr-page-break-column::before {
|
|
440
|
+
content: '\e8b4';
|
|
441
|
+
font-family: 'e-icons';
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
.e-de-ctnr-page-break-text-wrapping::before {
|
|
445
|
+
content: '\e8b6';
|
|
446
|
+
font-family: 'e-icons';
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
.e-de-ctnr-section-break-continuous::before {
|
|
450
|
+
content: '\e8b5';
|
|
451
|
+
font-family: 'e-icons';
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
.e-de-ctnr-section-break-even-page::before {
|
|
455
|
+
content: '\e8b3';
|
|
456
|
+
font-family: 'e-icons';
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
.e-de-ctnr-section-break-odd-page::before {
|
|
460
|
+
content: '\e8b2';
|
|
461
|
+
font-family: 'e-icons';
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
.e-de-ctnr-columns-one::before {
|
|
465
|
+
content: '\e8b9';
|
|
466
|
+
font-family: 'e-icons';
|
|
467
|
+
font-size: $de-column-presets-font-size;
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
.e-de-ctnr-columns-two::before {
|
|
471
|
+
content: '\e8ba';
|
|
472
|
+
font-family: 'e-icons';
|
|
473
|
+
font-size: $de-column-presets-font-size;
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
.e-de-ctnr-columns-three::before {
|
|
477
|
+
content: '\e8bb';
|
|
478
|
+
font-family: 'e-icons';
|
|
479
|
+
font-size: $de-column-presets-font-size;
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
.e-de-ctnr-columns-right::before {
|
|
483
|
+
content: '\e8b7';
|
|
484
|
+
font-family: 'e-icons';
|
|
485
|
+
font-size: $de-column-presets-font-size;
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
.e-de-ctnr-columns-left::before {
|
|
489
|
+
content: '\e8b8';
|
|
490
|
+
font-family: 'e-icons';
|
|
491
|
+
font-size: $de-column-presets-font-size;
|
|
492
|
+
}
|
|
428
493
|
}
|