@syncfusion/ej2-angular-documenteditor 20.2.50 → 20.3.47-ngcc
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/@syncfusion/ej2-angular-documenteditor.es5.js +574 -0
- package/@syncfusion/ej2-angular-documenteditor.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-documenteditor.js +544 -0
- package/@syncfusion/ej2-angular-documenteditor.js.map +1 -0
- package/CHANGELOG.md +2986 -0
- package/dist/ej2-angular-documenteditor.umd.js +843 -0
- package/dist/ej2-angular-documenteditor.umd.js.map +1 -0
- package/dist/ej2-angular-documenteditor.umd.min.js +11 -0
- package/dist/ej2-angular-documenteditor.umd.min.js.map +1 -0
- package/ej2-angular-documenteditor.d.ts +6 -0
- package/ej2-angular-documenteditor.metadata.json +1 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- package/schematics/collection.json +15 -0
- package/schematics/generators/documenteditorcontainer-default/index.d.ts +3 -0
- package/schematics/generators/documenteditorcontainer-default/index.js +8 -0
- package/schematics/generators/documenteditorcontainer-default/sample-details.d.ts +5 -0
- package/schematics/generators/documenteditorcontainer-default/sample-details.js +7 -0
- package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
- package/schematics/generators/documenteditorcontainer-default/schema.d.ts +3 -0
- package/schematics/generators/documenteditorcontainer-default/schema.js +2 -0
- package/schematics/generators/documenteditorcontainer-default/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/document-editor/documenteditor-all.module.d.ts +0 -6
- package/src/document-editor/documenteditor.component.d.ts +0 -3
- package/src/document-editor/documenteditor.module.d.ts +0 -6
- package/src/document-editor-container/documenteditorcontainer-all.module.d.ts +0 -6
- package/src/document-editor-container/documenteditorcontainer.component.d.ts +0 -3
- package/src/document-editor-container/documenteditorcontainer.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +18 -1
- package/styles/bootstrap.css +18 -1
- package/styles/bootstrap4.css +19 -2
- package/styles/bootstrap5-dark.css +19 -3
- package/styles/bootstrap5.css +19 -3
- package/styles/document-editor/bootstrap-dark.css +5 -0
- package/styles/document-editor/bootstrap-dark.scss +1 -4
- package/styles/document-editor/bootstrap.css +5 -0
- package/styles/document-editor/bootstrap.scss +1 -4
- package/styles/document-editor/bootstrap4.css +5 -0
- package/styles/document-editor/bootstrap4.scss +1 -4
- package/styles/document-editor/bootstrap5-dark.css +5 -0
- package/styles/document-editor/bootstrap5-dark.scss +1 -4
- package/styles/document-editor/bootstrap5.css +5 -0
- package/styles/document-editor/bootstrap5.scss +1 -4
- package/styles/document-editor/fabric-dark.css +5 -0
- package/styles/document-editor/fabric-dark.scss +1 -4
- package/styles/document-editor/fabric.css +5 -0
- package/styles/document-editor/fabric.scss +1 -4
- package/styles/document-editor/fluent-dark.css +5 -0
- package/styles/document-editor/fluent-dark.scss +1 -4
- package/styles/document-editor/fluent.css +5 -0
- package/styles/document-editor/fluent.scss +1 -4
- package/styles/document-editor/highcontrast-light.css +18 -14
- package/styles/document-editor/highcontrast-light.scss +1 -4
- package/styles/document-editor/highcontrast.css +5 -0
- package/styles/document-editor/highcontrast.scss +1 -4
- package/styles/document-editor/material-dark.css +5 -0
- package/styles/document-editor/material-dark.scss +1 -4
- package/styles/document-editor/material.css +5 -0
- package/styles/document-editor/material.scss +1 -4
- package/styles/document-editor/tailwind-dark.css +5 -0
- package/styles/document-editor/tailwind-dark.scss +1 -4
- package/styles/document-editor/tailwind.css +5 -0
- package/styles/document-editor/tailwind.scss +1 -4
- package/styles/document-editor-container/bootstrap-dark.css +13 -1
- package/styles/document-editor-container/bootstrap-dark.scss +1 -5
- package/styles/document-editor-container/bootstrap.css +13 -1
- package/styles/document-editor-container/bootstrap.scss +1 -5
- package/styles/document-editor-container/bootstrap4.css +14 -2
- package/styles/document-editor-container/bootstrap4.scss +1 -5
- package/styles/document-editor-container/bootstrap5-dark.css +14 -3
- package/styles/document-editor-container/bootstrap5-dark.scss +1 -5
- package/styles/document-editor-container/bootstrap5.css +14 -3
- package/styles/document-editor-container/bootstrap5.scss +1 -5
- package/styles/document-editor-container/fabric-dark.css +13 -1
- package/styles/document-editor-container/fabric-dark.scss +1 -5
- package/styles/document-editor-container/fabric.css +13 -1
- package/styles/document-editor-container/fabric.scss +1 -5
- package/styles/document-editor-container/fluent-dark.css +14 -3
- package/styles/document-editor-container/fluent-dark.scss +1 -5
- package/styles/document-editor-container/fluent.css +14 -3
- package/styles/document-editor-container/fluent.scss +1 -5
- package/styles/document-editor-container/highcontrast-light.css +27 -15
- package/styles/document-editor-container/highcontrast-light.scss +1 -5
- package/styles/document-editor-container/highcontrast.css +13 -1
- package/styles/document-editor-container/highcontrast.scss +1 -5
- package/styles/document-editor-container/material-dark.css +13 -1
- package/styles/document-editor-container/material-dark.scss +1 -5
- package/styles/document-editor-container/material.css +13 -1
- package/styles/document-editor-container/material.scss +1 -5
- package/styles/document-editor-container/tailwind-dark.css +14 -3
- package/styles/document-editor-container/tailwind-dark.scss +1 -5
- package/styles/document-editor-container/tailwind.css +14 -3
- package/styles/document-editor-container/tailwind.scss +1 -5
- package/styles/fabric-dark.css +18 -1
- package/styles/fabric.css +18 -1
- package/styles/fluent-dark.css +19 -3
- package/styles/fluent.css +19 -3
- package/styles/highcontrast-light.css +31 -15
- package/styles/highcontrast.css +18 -1
- package/styles/material-dark.css +18 -1
- package/styles/material.css +18 -1
- package/styles/tailwind-dark.css +19 -3
- package/styles/tailwind.css +19 -3
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/document-editor/documenteditor-all.module.mjs +0 -113
- package/esm2020/src/document-editor/documenteditor.component.mjs +0 -262
- package/esm2020/src/document-editor/documenteditor.module.mjs +0 -25
- package/esm2020/src/document-editor-container/documenteditorcontainer-all.module.mjs +0 -29
- package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +0 -66
- package/esm2020/src/document-editor-container/documenteditorcontainer.module.mjs +0 -25
- package/esm2020/src/index.mjs +0 -8
- package/esm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +0 -506
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -506
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
- package/styles/document-editor/_all.scss +0 -3
- package/styles/document-editor/_bootstrap-dark-definition.scss +0 -544
- package/styles/document-editor/_bootstrap-definition.scss +0 -543
- package/styles/document-editor/_bootstrap4-definition.scss +0 -556
- package/styles/document-editor/_bootstrap5-dark-definition.scss +0 -1
- package/styles/document-editor/_bootstrap5-definition.scss +0 -556
- package/styles/document-editor/_fabric-dark-definition.scss +0 -546
- package/styles/document-editor/_fabric-definition.scss +0 -545
- package/styles/document-editor/_fluent-dark-definition.scss +0 -1
- package/styles/document-editor/_fluent-definition.scss +0 -564
- package/styles/document-editor/_fusionnew-definition.scss +0 -556
- package/styles/document-editor/_highcontrast-definition.scss +0 -545
- package/styles/document-editor/_highcontrast-light-definition.scss +0 -2988
- package/styles/document-editor/_layout.scss +0 -217
- package/styles/document-editor/_material-dark-definition.scss +0 -561
- package/styles/document-editor/_material-definition.scss +0 -563
- package/styles/document-editor/_material3-definition.scss +0 -556
- package/styles/document-editor/_tailwind-dark-definition.scss +0 -1
- package/styles/document-editor/_tailwind-definition.scss +0 -555
- package/styles/document-editor/_theme.scss +0 -3395
- package/styles/document-editor/icons/_bootstrap-dark.scss +0 -609
- package/styles/document-editor/icons/_bootstrap.scss +0 -609
- package/styles/document-editor/icons/_bootstrap4.scss +0 -592
- package/styles/document-editor/icons/_bootstrap5-dark.scss +0 -1
- package/styles/document-editor/icons/_bootstrap5.scss +0 -642
- package/styles/document-editor/icons/_fabric-dark.scss +0 -608
- package/styles/document-editor/icons/_fabric.scss +0 -608
- package/styles/document-editor/icons/_fluent-dark.scss +0 -1
- package/styles/document-editor/icons/_fluent.scss +0 -640
- package/styles/document-editor/icons/_fusionnew.scss +0 -642
- package/styles/document-editor/icons/_highcontrast-light.scss +0 -612
- package/styles/document-editor/icons/_highcontrast.scss +0 -607
- package/styles/document-editor/icons/_material-dark.scss +0 -600
- package/styles/document-editor/icons/_material.scss +0 -600
- package/styles/document-editor/icons/_material3.scss +0 -642
- package/styles/document-editor/icons/_tailwind-dark.scss +0 -642
- package/styles/document-editor/icons/_tailwind.scss +0 -642
- package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +0 -171
- package/styles/document-editor-container/_all.scss +0 -2
- package/styles/document-editor-container/_bootstrap-dark-definition.scss +0 -125
- package/styles/document-editor-container/_bootstrap-definition.scss +0 -125
- package/styles/document-editor-container/_bootstrap4-definition.scss +0 -141
- package/styles/document-editor-container/_bootstrap5-dark-definition.scss +0 -1
- package/styles/document-editor-container/_bootstrap5-definition.scss +0 -152
- package/styles/document-editor-container/_definition.scss +0 -10
- package/styles/document-editor-container/_fabric-dark-definition.scss +0 -130
- package/styles/document-editor-container/_fabric-definition.scss +0 -127
- package/styles/document-editor-container/_fluent-dark-definition.scss +0 -1
- package/styles/document-editor-container/_fluent-definition.scss +0 -153
- package/styles/document-editor-container/_fusionnew-definition.scss +0 -152
- package/styles/document-editor-container/_highcontrast-definition.scss +0 -128
- package/styles/document-editor-container/_highcontrast-light-definition.scss +0 -131
- package/styles/document-editor-container/_layout.scss +0 -88
- package/styles/document-editor-container/_material-dark-definition.scss +0 -129
- package/styles/document-editor-container/_material-definition.scss +0 -128
- package/styles/document-editor-container/_material3-definition.scss +0 -152
- package/styles/document-editor-container/_tailwind-dark-definition.scss +0 -1
- package/styles/document-editor-container/_tailwind-definition.scss +0 -146
- package/styles/document-editor-container/_theme.scss +0 -2004
- package/styles/document-editor-container/icons/_bootstrap-dark.scss +0 -397
- package/styles/document-editor-container/icons/_bootstrap.scss +0 -397
- package/styles/document-editor-container/icons/_bootstrap4.scss +0 -397
- package/styles/document-editor-container/icons/_bootstrap5-dark.scss +0 -1
- package/styles/document-editor-container/icons/_bootstrap5.scss +0 -423
- package/styles/document-editor-container/icons/_fabric-dark.scss +0 -397
- package/styles/document-editor-container/icons/_fabric.scss +0 -397
- package/styles/document-editor-container/icons/_fluent-dark.scss +0 -1
- package/styles/document-editor-container/icons/_fluent.scss +0 -423
- package/styles/document-editor-container/icons/_fusionnew.scss +0 -423
- package/styles/document-editor-container/icons/_highcontrast-light.scss +0 -397
- package/styles/document-editor-container/icons/_highcontrast.scss +0 -397
- package/styles/document-editor-container/icons/_material-dark.scss +0 -400
- package/styles/document-editor-container/icons/_material.scss +0 -400
- package/styles/document-editor-container/icons/_material3.scss +0 -423
- package/styles/document-editor-container/icons/_tailwind-dark.scss +0 -423
- package/styles/document-editor-container/icons/_tailwind.scss +0 -423
- package/syncfusion-ej2-angular-documenteditor.d.ts +0 -5
|
@@ -783,6 +783,7 @@
|
|
|
783
783
|
left: 14px;
|
|
784
784
|
}
|
|
785
785
|
|
|
786
|
+
/* stylelint-disable */
|
|
786
787
|
.e-de-background {
|
|
787
788
|
background-color: #e5e7eb;
|
|
788
789
|
}
|
|
@@ -3926,6 +3927,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3926
3927
|
right: 19px;
|
|
3927
3928
|
}
|
|
3928
3929
|
|
|
3930
|
+
.e-bigger {
|
|
3931
|
+
/* stylelint-disable */
|
|
3932
|
+
/* stylelint-enable */
|
|
3933
|
+
}
|
|
3929
3934
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3930
3935
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3931
3936
|
font-size: 14px;
|
|
@@ -394,6 +394,11 @@
|
|
|
394
394
|
font-family: "e-icons";
|
|
395
395
|
}
|
|
396
396
|
|
|
397
|
+
.e-de-e-paragraph-mark::before {
|
|
398
|
+
content: "\e353";
|
|
399
|
+
font-family: "e-icons";
|
|
400
|
+
}
|
|
401
|
+
|
|
397
402
|
.e-de-toolbar {
|
|
398
403
|
height: 100%;
|
|
399
404
|
}
|
|
@@ -438,13 +443,14 @@
|
|
|
438
443
|
|
|
439
444
|
.e-de-ctnr-hglt-no-color {
|
|
440
445
|
font-size: 12px;
|
|
441
|
-
font-weight:
|
|
446
|
+
font-weight: normal;
|
|
442
447
|
left: 40px;
|
|
443
448
|
padding-top: 11px;
|
|
444
449
|
position: absolute;
|
|
445
450
|
top: 100px;
|
|
446
451
|
}
|
|
447
452
|
|
|
453
|
+
/* stylelint-disable */
|
|
448
454
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
449
455
|
width: 0;
|
|
450
456
|
}
|
|
@@ -454,6 +460,8 @@
|
|
|
454
460
|
scrollbar-width: none;
|
|
455
461
|
}
|
|
456
462
|
|
|
463
|
+
/* stylelint-enable */
|
|
464
|
+
/* stylelint-disable */
|
|
457
465
|
.e-de-toolbar {
|
|
458
466
|
height: 100%;
|
|
459
467
|
}
|
|
@@ -622,11 +630,13 @@
|
|
|
622
630
|
}
|
|
623
631
|
|
|
624
632
|
.e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
633
|
+
.e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
625
634
|
.e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
626
635
|
margin-right: 12px;
|
|
627
636
|
}
|
|
628
637
|
|
|
629
638
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
639
|
+
.e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
630
640
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
631
641
|
margin-left: 12px;
|
|
632
642
|
margin-right: 0;
|
|
@@ -1447,10 +1457,12 @@
|
|
|
1447
1457
|
margin-right: 0;
|
|
1448
1458
|
}
|
|
1449
1459
|
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
1460
|
+
.e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
1450
1461
|
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
1451
1462
|
margin-right: 16px;
|
|
1452
1463
|
}
|
|
1453
1464
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
1465
|
+
.e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
1454
1466
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
1455
1467
|
margin-left: 16px;
|
|
1456
1468
|
margin-right: 0;
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../document-editor/bootstrap-dark-definition.scss';
|
|
3
|
-
@import 'bootstrap-dark-definition.scss';
|
|
4
|
-
@import 'icons/bootstrap-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-documenteditor/styles/document-editor-container/bootstrap-dark.scss';
|
|
@@ -394,6 +394,11 @@
|
|
|
394
394
|
font-family: "e-icons";
|
|
395
395
|
}
|
|
396
396
|
|
|
397
|
+
.e-de-e-paragraph-mark::before {
|
|
398
|
+
content: "\e353";
|
|
399
|
+
font-family: "e-icons";
|
|
400
|
+
}
|
|
401
|
+
|
|
397
402
|
.e-de-toolbar {
|
|
398
403
|
height: 100%;
|
|
399
404
|
}
|
|
@@ -438,13 +443,14 @@
|
|
|
438
443
|
|
|
439
444
|
.e-de-ctnr-hglt-no-color {
|
|
440
445
|
font-size: 12px;
|
|
441
|
-
font-weight:
|
|
446
|
+
font-weight: normal;
|
|
442
447
|
left: 40px;
|
|
443
448
|
padding-top: 11px;
|
|
444
449
|
position: absolute;
|
|
445
450
|
top: 100px;
|
|
446
451
|
}
|
|
447
452
|
|
|
453
|
+
/* stylelint-disable */
|
|
448
454
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
449
455
|
width: 0;
|
|
450
456
|
}
|
|
@@ -454,6 +460,8 @@
|
|
|
454
460
|
scrollbar-width: none;
|
|
455
461
|
}
|
|
456
462
|
|
|
463
|
+
/* stylelint-enable */
|
|
464
|
+
/* stylelint-disable */
|
|
457
465
|
.e-de-toolbar {
|
|
458
466
|
height: 100%;
|
|
459
467
|
}
|
|
@@ -623,11 +631,13 @@
|
|
|
623
631
|
}
|
|
624
632
|
|
|
625
633
|
.e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
634
|
+
.e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
626
635
|
.e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
627
636
|
margin-right: 12px;
|
|
628
637
|
}
|
|
629
638
|
|
|
630
639
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
640
|
+
.e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
631
641
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
632
642
|
margin-left: 12px;
|
|
633
643
|
margin-right: 0;
|
|
@@ -1449,10 +1459,12 @@
|
|
|
1449
1459
|
margin-right: 0;
|
|
1450
1460
|
}
|
|
1451
1461
|
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
1462
|
+
.e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
1452
1463
|
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
1453
1464
|
margin-right: 16px;
|
|
1454
1465
|
}
|
|
1455
1466
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
1467
|
+
.e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
1456
1468
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
1457
1469
|
margin-left: 16px;
|
|
1458
1470
|
margin-right: 0;
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../document-editor/bootstrap-definition.scss';
|
|
3
|
-
@import 'bootstrap-definition.scss';
|
|
4
|
-
@import 'icons/bootstrap.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-documenteditor/styles/document-editor-container/bootstrap.scss';
|
|
@@ -394,6 +394,11 @@
|
|
|
394
394
|
font-family: "e-icons";
|
|
395
395
|
}
|
|
396
396
|
|
|
397
|
+
.e-de-e-paragraph-mark::before {
|
|
398
|
+
content: "\e720";
|
|
399
|
+
font-family: "e-icons";
|
|
400
|
+
}
|
|
401
|
+
|
|
397
402
|
.e-de-toolbar {
|
|
398
403
|
height: 100%;
|
|
399
404
|
}
|
|
@@ -438,13 +443,14 @@
|
|
|
438
443
|
|
|
439
444
|
.e-de-ctnr-hglt-no-color {
|
|
440
445
|
font-size: 12px;
|
|
441
|
-
font-weight:
|
|
446
|
+
font-weight: normal;
|
|
442
447
|
left: 40px;
|
|
443
448
|
padding-top: 11px;
|
|
444
449
|
position: absolute;
|
|
445
450
|
top: 100px;
|
|
446
451
|
}
|
|
447
452
|
|
|
453
|
+
/* stylelint-disable */
|
|
448
454
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
449
455
|
width: 0;
|
|
450
456
|
}
|
|
@@ -454,6 +460,8 @@
|
|
|
454
460
|
scrollbar-width: none;
|
|
455
461
|
}
|
|
456
462
|
|
|
463
|
+
/* stylelint-enable */
|
|
464
|
+
/* stylelint-disable */
|
|
457
465
|
.e-de-toolbar {
|
|
458
466
|
height: 100%;
|
|
459
467
|
}
|
|
@@ -624,11 +632,13 @@
|
|
|
624
632
|
}
|
|
625
633
|
|
|
626
634
|
.e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
635
|
+
.e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
627
636
|
.e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
628
637
|
margin-right: 14px;
|
|
629
638
|
}
|
|
630
639
|
|
|
631
640
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
641
|
+
.e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
632
642
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
633
643
|
margin-left: 14px;
|
|
634
644
|
margin-right: 0;
|
|
@@ -1531,7 +1541,7 @@
|
|
|
1531
1541
|
}
|
|
1532
1542
|
|
|
1533
1543
|
.e-bigger .de-split-button > div:first-child {
|
|
1534
|
-
margin-right:
|
|
1544
|
+
margin-right: 0;
|
|
1535
1545
|
}
|
|
1536
1546
|
.e-bigger .e-de-border-clr-picker .e-split-btn-wrapper > button:first-child {
|
|
1537
1547
|
width: 66px;
|
|
@@ -1612,10 +1622,12 @@
|
|
|
1612
1622
|
margin-right: 0;
|
|
1613
1623
|
}
|
|
1614
1624
|
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
1625
|
+
.e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
1615
1626
|
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
1616
1627
|
margin-right: 16px;
|
|
1617
1628
|
}
|
|
1618
1629
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
1630
|
+
.e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
1619
1631
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
1620
1632
|
margin-left: 16px;
|
|
1621
1633
|
margin-right: 0;
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../document-editor/bootstrap4-definition.scss';
|
|
3
|
-
@import 'bootstrap4-definition.scss';
|
|
4
|
-
@import 'icons/bootstrap4.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-documenteditor/styles/document-editor-container/bootstrap4.scss';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@charset "UTF-8";
|
|
2
1
|
.e-de-ctnr-close::before {
|
|
3
2
|
color: #adb5bd;
|
|
4
3
|
content: "\e7e7";
|
|
@@ -421,6 +420,11 @@
|
|
|
421
420
|
font-family: "e-icons";
|
|
422
421
|
}
|
|
423
422
|
|
|
423
|
+
.e-de-e-paragraph-mark::before {
|
|
424
|
+
content: "\e844";
|
|
425
|
+
font-family: "e-icons";
|
|
426
|
+
}
|
|
427
|
+
|
|
424
428
|
.e-de-toolbar {
|
|
425
429
|
height: 100%;
|
|
426
430
|
}
|
|
@@ -465,13 +469,14 @@
|
|
|
465
469
|
|
|
466
470
|
.e-de-ctnr-hglt-no-color {
|
|
467
471
|
font-size: 12px;
|
|
468
|
-
font-weight:
|
|
472
|
+
font-weight: normal;
|
|
469
473
|
left: 40px;
|
|
470
474
|
padding-top: 11px;
|
|
471
475
|
position: absolute;
|
|
472
476
|
top: 100px;
|
|
473
477
|
}
|
|
474
478
|
|
|
479
|
+
/* stylelint-disable */
|
|
475
480
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
476
481
|
width: 0;
|
|
477
482
|
}
|
|
@@ -481,6 +486,8 @@
|
|
|
481
486
|
scrollbar-width: none;
|
|
482
487
|
}
|
|
483
488
|
|
|
489
|
+
/* stylelint-enable */
|
|
490
|
+
/* stylelint-disable */
|
|
484
491
|
.e-de-toolbar {
|
|
485
492
|
height: 100%;
|
|
486
493
|
}
|
|
@@ -586,7 +593,7 @@
|
|
|
586
593
|
}
|
|
587
594
|
.e-bigger .e-de-ctn-title button {
|
|
588
595
|
font-size: 16px !important;
|
|
589
|
-
height: auto
|
|
596
|
+
height: auto !important;
|
|
590
597
|
margin: 0 !important;
|
|
591
598
|
}
|
|
592
599
|
.e-bigger .e-de-ctn-title button .e-btn-icon {
|
|
@@ -713,11 +720,13 @@
|
|
|
713
720
|
}
|
|
714
721
|
|
|
715
722
|
.e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
723
|
+
.e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
716
724
|
.e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
717
725
|
margin-right: 12px;
|
|
718
726
|
}
|
|
719
727
|
|
|
720
728
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
729
|
+
.e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
721
730
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
722
731
|
margin-left: 12px;
|
|
723
732
|
margin-right: 0;
|
|
@@ -1660,10 +1669,12 @@
|
|
|
1660
1669
|
margin-right: 0;
|
|
1661
1670
|
}
|
|
1662
1671
|
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
1672
|
+
.e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
1663
1673
|
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
1664
1674
|
margin-right: 16px;
|
|
1665
1675
|
}
|
|
1666
1676
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
1677
|
+
.e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
1667
1678
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
1668
1679
|
margin-left: 16px;
|
|
1669
1680
|
margin-right: 0;
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../document-editor/bootstrap5-dark-definition.scss';
|
|
3
|
-
@import 'bootstrap5-dark-definition.scss';
|
|
4
|
-
@import 'icons/bootstrap5-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-documenteditor/styles/document-editor-container/bootstrap5-dark.scss';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@charset "UTF-8";
|
|
2
1
|
.e-de-ctnr-close::before {
|
|
3
2
|
color: #6c757d;
|
|
4
3
|
content: "\e7e7";
|
|
@@ -421,6 +420,11 @@
|
|
|
421
420
|
font-family: "e-icons";
|
|
422
421
|
}
|
|
423
422
|
|
|
423
|
+
.e-de-e-paragraph-mark::before {
|
|
424
|
+
content: "\e844";
|
|
425
|
+
font-family: "e-icons";
|
|
426
|
+
}
|
|
427
|
+
|
|
424
428
|
.e-de-toolbar {
|
|
425
429
|
height: 100%;
|
|
426
430
|
}
|
|
@@ -465,13 +469,14 @@
|
|
|
465
469
|
|
|
466
470
|
.e-de-ctnr-hglt-no-color {
|
|
467
471
|
font-size: 12px;
|
|
468
|
-
font-weight:
|
|
472
|
+
font-weight: normal;
|
|
469
473
|
left: 40px;
|
|
470
474
|
padding-top: 11px;
|
|
471
475
|
position: absolute;
|
|
472
476
|
top: 100px;
|
|
473
477
|
}
|
|
474
478
|
|
|
479
|
+
/* stylelint-disable */
|
|
475
480
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
476
481
|
width: 0;
|
|
477
482
|
}
|
|
@@ -481,6 +486,8 @@
|
|
|
481
486
|
scrollbar-width: none;
|
|
482
487
|
}
|
|
483
488
|
|
|
489
|
+
/* stylelint-enable */
|
|
490
|
+
/* stylelint-disable */
|
|
484
491
|
.e-de-toolbar {
|
|
485
492
|
height: 100%;
|
|
486
493
|
}
|
|
@@ -586,7 +593,7 @@
|
|
|
586
593
|
}
|
|
587
594
|
.e-bigger .e-de-ctn-title button {
|
|
588
595
|
font-size: 16px !important;
|
|
589
|
-
height: auto
|
|
596
|
+
height: auto !important;
|
|
590
597
|
margin: 0 !important;
|
|
591
598
|
}
|
|
592
599
|
.e-bigger .e-de-ctn-title button .e-btn-icon {
|
|
@@ -713,11 +720,13 @@
|
|
|
713
720
|
}
|
|
714
721
|
|
|
715
722
|
.e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
723
|
+
.e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
716
724
|
.e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
717
725
|
margin-right: 12px;
|
|
718
726
|
}
|
|
719
727
|
|
|
720
728
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
729
|
+
.e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
721
730
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
722
731
|
margin-left: 12px;
|
|
723
732
|
margin-right: 0;
|
|
@@ -1660,10 +1669,12 @@
|
|
|
1660
1669
|
margin-right: 0;
|
|
1661
1670
|
}
|
|
1662
1671
|
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
1672
|
+
.e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
1663
1673
|
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
1664
1674
|
margin-right: 16px;
|
|
1665
1675
|
}
|
|
1666
1676
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
1677
|
+
.e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
1667
1678
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
1668
1679
|
margin-left: 16px;
|
|
1669
1680
|
margin-right: 0;
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../document-editor/bootstrap5-definition.scss';
|
|
3
|
-
@import 'bootstrap5-definition.scss';
|
|
4
|
-
@import 'icons/bootstrap5.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-documenteditor/styles/document-editor-container/bootstrap5.scss';
|
|
@@ -394,6 +394,11 @@
|
|
|
394
394
|
font-family: "e-icons";
|
|
395
395
|
}
|
|
396
396
|
|
|
397
|
+
.e-de-e-paragraph-mark::before {
|
|
398
|
+
content: "\e353";
|
|
399
|
+
font-family: "e-icons";
|
|
400
|
+
}
|
|
401
|
+
|
|
397
402
|
.e-de-toolbar {
|
|
398
403
|
height: 100%;
|
|
399
404
|
}
|
|
@@ -438,13 +443,14 @@
|
|
|
438
443
|
|
|
439
444
|
.e-de-ctnr-hglt-no-color {
|
|
440
445
|
font-size: 12px;
|
|
441
|
-
font-weight:
|
|
446
|
+
font-weight: normal;
|
|
442
447
|
left: 40px;
|
|
443
448
|
padding-top: 11px;
|
|
444
449
|
position: absolute;
|
|
445
450
|
top: 100px;
|
|
446
451
|
}
|
|
447
452
|
|
|
453
|
+
/* stylelint-disable */
|
|
448
454
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
449
455
|
width: 0;
|
|
450
456
|
}
|
|
@@ -454,6 +460,8 @@
|
|
|
454
460
|
scrollbar-width: none;
|
|
455
461
|
}
|
|
456
462
|
|
|
463
|
+
/* stylelint-enable */
|
|
464
|
+
/* stylelint-disable */
|
|
457
465
|
.e-de-toolbar {
|
|
458
466
|
height: 100%;
|
|
459
467
|
}
|
|
@@ -611,11 +619,13 @@
|
|
|
611
619
|
}
|
|
612
620
|
|
|
613
621
|
.e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
622
|
+
.e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
614
623
|
.e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
615
624
|
margin-right: 12px;
|
|
616
625
|
}
|
|
617
626
|
|
|
618
627
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
628
|
+
.e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
619
629
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
620
630
|
margin-left: 12px;
|
|
621
631
|
margin-right: 0;
|
|
@@ -1427,10 +1437,12 @@
|
|
|
1427
1437
|
margin-bottom: 16px;
|
|
1428
1438
|
}
|
|
1429
1439
|
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
1440
|
+
.e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
1430
1441
|
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
1431
1442
|
margin-right: 16px;
|
|
1432
1443
|
}
|
|
1433
1444
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
1445
|
+
.e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
1434
1446
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
1435
1447
|
margin-left: 16px;
|
|
1436
1448
|
margin-right: 0;
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../document-editor/fabric-dark-definition.scss';
|
|
3
|
-
@import 'fabric-dark-definition.scss';
|
|
4
|
-
@import 'icons/fabric-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-documenteditor/styles/document-editor-container/fabric-dark.scss';
|
|
@@ -394,6 +394,11 @@
|
|
|
394
394
|
font-family: "e-icons";
|
|
395
395
|
}
|
|
396
396
|
|
|
397
|
+
.e-de-e-paragraph-mark::before {
|
|
398
|
+
content: "\e353";
|
|
399
|
+
font-family: "e-icons";
|
|
400
|
+
}
|
|
401
|
+
|
|
397
402
|
.e-de-toolbar {
|
|
398
403
|
height: 100%;
|
|
399
404
|
}
|
|
@@ -438,13 +443,14 @@
|
|
|
438
443
|
|
|
439
444
|
.e-de-ctnr-hglt-no-color {
|
|
440
445
|
font-size: 12px;
|
|
441
|
-
font-weight:
|
|
446
|
+
font-weight: normal;
|
|
442
447
|
left: 40px;
|
|
443
448
|
padding-top: 11px;
|
|
444
449
|
position: absolute;
|
|
445
450
|
top: 100px;
|
|
446
451
|
}
|
|
447
452
|
|
|
453
|
+
/* stylelint-disable */
|
|
448
454
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
449
455
|
width: 0;
|
|
450
456
|
}
|
|
@@ -454,6 +460,8 @@
|
|
|
454
460
|
scrollbar-width: none;
|
|
455
461
|
}
|
|
456
462
|
|
|
463
|
+
/* stylelint-enable */
|
|
464
|
+
/* stylelint-disable */
|
|
457
465
|
.e-de-toolbar {
|
|
458
466
|
height: 100%;
|
|
459
467
|
}
|
|
@@ -611,11 +619,13 @@
|
|
|
611
619
|
}
|
|
612
620
|
|
|
613
621
|
.e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
622
|
+
.e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
614
623
|
.e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
615
624
|
margin-right: 12px;
|
|
616
625
|
}
|
|
617
626
|
|
|
618
627
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
628
|
+
.e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
619
629
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
620
630
|
margin-left: 12px;
|
|
621
631
|
margin-right: 0;
|
|
@@ -1431,10 +1441,12 @@
|
|
|
1431
1441
|
margin-bottom: 16px;
|
|
1432
1442
|
}
|
|
1433
1443
|
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
1444
|
+
.e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
1434
1445
|
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
1435
1446
|
margin-right: 16px;
|
|
1436
1447
|
}
|
|
1437
1448
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
1449
|
+
.e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
1438
1450
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
1439
1451
|
margin-left: 16px;
|
|
1440
1452
|
margin-right: 0;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@charset "UTF-8";
|
|
2
1
|
.e-de-ctnr-close::before {
|
|
3
2
|
color: #a19f9d;
|
|
4
3
|
content: "\e7e7";
|
|
@@ -421,6 +420,11 @@
|
|
|
421
420
|
font-family: "e-icons";
|
|
422
421
|
}
|
|
423
422
|
|
|
423
|
+
.e-de-e-paragraph-mark::before {
|
|
424
|
+
content: "\e844";
|
|
425
|
+
font-family: "e-icons";
|
|
426
|
+
}
|
|
427
|
+
|
|
424
428
|
.e-de-toolbar {
|
|
425
429
|
height: 100%;
|
|
426
430
|
}
|
|
@@ -465,13 +469,14 @@
|
|
|
465
469
|
|
|
466
470
|
.e-de-ctnr-hglt-no-color {
|
|
467
471
|
font-size: 12px;
|
|
468
|
-
font-weight:
|
|
472
|
+
font-weight: normal;
|
|
469
473
|
left: 40px;
|
|
470
474
|
padding-top: 11px;
|
|
471
475
|
position: absolute;
|
|
472
476
|
top: 100px;
|
|
473
477
|
}
|
|
474
478
|
|
|
479
|
+
/* stylelint-disable */
|
|
475
480
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
476
481
|
width: 0;
|
|
477
482
|
}
|
|
@@ -481,6 +486,7 @@
|
|
|
481
486
|
scrollbar-width: none;
|
|
482
487
|
}
|
|
483
488
|
|
|
489
|
+
/* stylelint-enable */
|
|
484
490
|
.e-de-ctnr-group-btn .e-btn .e-btn-icon.e-icons.e-de-ctnr-fontcolor,
|
|
485
491
|
.e-de-ctnr-group-btn .e-btn .e-btn-icon.e-icons.e-de-ctnr-change-case {
|
|
486
492
|
font-size: 18px;
|
|
@@ -491,6 +497,7 @@
|
|
|
491
497
|
font-size: 21px;
|
|
492
498
|
}
|
|
493
499
|
|
|
500
|
+
/* stylelint-disable */
|
|
494
501
|
.e-de-toolbar {
|
|
495
502
|
height: 100%;
|
|
496
503
|
}
|
|
@@ -592,7 +599,7 @@
|
|
|
592
599
|
}
|
|
593
600
|
.e-bigger .e-de-ctn-title button {
|
|
594
601
|
font-size: 16px !important;
|
|
595
|
-
height: auto
|
|
602
|
+
height: auto !important;
|
|
596
603
|
margin: 0 !important;
|
|
597
604
|
}
|
|
598
605
|
.e-bigger .e-de-ctn-title button .e-btn-icon {
|
|
@@ -719,11 +726,13 @@
|
|
|
719
726
|
}
|
|
720
727
|
|
|
721
728
|
.e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
729
|
+
.e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
722
730
|
.e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
723
731
|
margin-right: 16px;
|
|
724
732
|
}
|
|
725
733
|
|
|
726
734
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
735
|
+
.e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
727
736
|
.e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
728
737
|
margin-left: 16px;
|
|
729
738
|
margin-right: 0;
|
|
@@ -1547,10 +1556,12 @@
|
|
|
1547
1556
|
margin-bottom: 20px;
|
|
1548
1557
|
}
|
|
1549
1558
|
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
1559
|
+
.e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
|
|
1550
1560
|
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
1551
1561
|
margin-right: 20px;
|
|
1552
1562
|
}
|
|
1553
1563
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
|
|
1564
|
+
.e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
|
|
1554
1565
|
.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
|
|
1555
1566
|
margin-left: 20px;
|
|
1556
1567
|
margin-right: 0;
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../document-editor/fluent-dark-definition.scss';
|
|
3
|
-
@import 'fluent-dark-definition.scss';
|
|
4
|
-
@import 'icons/fluent-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-documenteditor/styles/document-editor-container/fluent-dark.scss';
|