@syncfusion/ej2-angular-documenteditor 20.4.54 → 21.1.35

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.
Files changed (94) hide show
  1. package/esm2020/src/document-editor/documenteditor.component.mjs +3 -3
  2. package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +3 -3
  3. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +4 -4
  4. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +1 -1
  5. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +4 -4
  6. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +1 -1
  7. package/package.json +9 -9
  8. package/schematics/utils/lib-details.d.ts +2 -2
  9. package/schematics/utils/lib-details.js +2 -2
  10. package/schematics/utils/lib-details.ts +2 -2
  11. package/src/document-editor/documenteditor.component.d.ts +1 -1
  12. package/src/document-editor-container/documenteditorcontainer.component.d.ts +1 -1
  13. package/styles/bootstrap-dark.css +64 -21
  14. package/styles/bootstrap.css +60 -17
  15. package/styles/bootstrap4.css +74 -28
  16. package/styles/bootstrap5-dark.css +84 -37
  17. package/styles/bootstrap5.css +84 -37
  18. package/styles/document-editor/_bootstrap5-definition.scss +6 -6
  19. package/styles/document-editor/_fluent-definition.scss +6 -6
  20. package/styles/document-editor/_tailwind-definition.scss +6 -6
  21. package/styles/document-editor/_theme.scss +103 -33
  22. package/styles/document-editor/bootstrap-dark.css +6 -2
  23. package/styles/document-editor/bootstrap.css +6 -2
  24. package/styles/document-editor/bootstrap4.css +8 -4
  25. package/styles/document-editor/bootstrap5-dark.css +25 -17
  26. package/styles/document-editor/bootstrap5.css +25 -17
  27. package/styles/document-editor/fabric-dark.css +6 -2
  28. package/styles/document-editor/fabric.css +6 -2
  29. package/styles/document-editor/fluent-dark.css +40 -27
  30. package/styles/document-editor/fluent.css +40 -27
  31. package/styles/document-editor/highcontrast-light.css +4 -0
  32. package/styles/document-editor/highcontrast.css +6 -2
  33. package/styles/document-editor/icons/_bootstrap-dark.scss +5 -0
  34. package/styles/document-editor/icons/_bootstrap.scss +5 -0
  35. package/styles/document-editor/icons/_bootstrap4.scss +5 -0
  36. package/styles/document-editor/icons/_bootstrap5.scss +9 -0
  37. package/styles/document-editor/icons/_fabric-dark.scss +5 -0
  38. package/styles/document-editor/icons/_fabric.scss +5 -0
  39. package/styles/document-editor/icons/_fluent.scss +28 -14
  40. package/styles/document-editor/icons/_fusionnew.scss +6 -0
  41. package/styles/document-editor/icons/_highcontrast-light.scss +5 -0
  42. package/styles/document-editor/icons/_highcontrast.scss +5 -0
  43. package/styles/document-editor/icons/_material-dark.scss +5 -0
  44. package/styles/document-editor/icons/_material.scss +5 -0
  45. package/styles/document-editor/icons/_material3.scss +12 -6
  46. package/styles/document-editor/icons/_tailwind-dark.scss +6 -0
  47. package/styles/document-editor/icons/_tailwind.scss +9 -0
  48. package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +3 -0
  49. package/styles/document-editor/material-dark.css +6 -2
  50. package/styles/document-editor/material.css +6 -2
  51. package/styles/document-editor/tailwind-dark.css +22 -17
  52. package/styles/document-editor/tailwind.css +25 -17
  53. package/styles/document-editor-container/_bootstrap-dark-definition.scss +7 -2
  54. package/styles/document-editor-container/_bootstrap-definition.scss +7 -2
  55. package/styles/document-editor-container/_bootstrap4-definition.scss +7 -2
  56. package/styles/document-editor-container/_bootstrap5-definition.scss +11 -6
  57. package/styles/document-editor-container/_definition.scss +1 -0
  58. package/styles/document-editor-container/_fabric-dark-definition.scss +7 -2
  59. package/styles/document-editor-container/_fabric-definition.scss +7 -2
  60. package/styles/document-editor-container/_fluent-definition.scss +11 -6
  61. package/styles/document-editor-container/_fusionnew-definition.scss +7 -2
  62. package/styles/document-editor-container/_highcontrast-definition.scss +7 -2
  63. package/styles/document-editor-container/_highcontrast-light-definition.scss +7 -2
  64. package/styles/document-editor-container/_material-dark-definition.scss +7 -2
  65. package/styles/document-editor-container/_material-definition.scss +7 -2
  66. package/styles/document-editor-container/_tailwind-definition.scss +12 -7
  67. package/styles/document-editor-container/_theme.scss +249 -67
  68. package/styles/document-editor-container/bootstrap-dark.css +58 -19
  69. package/styles/document-editor-container/bootstrap.css +54 -15
  70. package/styles/document-editor-container/bootstrap4.css +66 -24
  71. package/styles/document-editor-container/bootstrap5-dark.css +59 -20
  72. package/styles/document-editor-container/bootstrap5.css +59 -20
  73. package/styles/document-editor-container/fabric-dark.css +58 -19
  74. package/styles/document-editor-container/fabric.css +58 -19
  75. package/styles/document-editor-container/fluent-dark.css +63 -27
  76. package/styles/document-editor-container/fluent.css +63 -27
  77. package/styles/document-editor-container/highcontrast-light.css +58 -19
  78. package/styles/document-editor-container/highcontrast.css +58 -19
  79. package/styles/document-editor-container/material-dark.css +58 -19
  80. package/styles/document-editor-container/material.css +57 -18
  81. package/styles/document-editor-container/tailwind-dark.css +58 -19
  82. package/styles/document-editor-container/tailwind.css +58 -19
  83. package/styles/fabric-dark.css +64 -21
  84. package/styles/fabric.css +64 -21
  85. package/styles/fluent-dark.css +103 -54
  86. package/styles/fluent.css +103 -54
  87. package/styles/highcontrast-light.css +62 -19
  88. package/styles/highcontrast.css +64 -21
  89. package/styles/material-dark.css +64 -21
  90. package/styles/material.css +63 -20
  91. package/styles/tailwind-dark.css +80 -36
  92. package/styles/tailwind.css +83 -36
  93. package/styles/document-editor/_material3-definition.scss +0 -560
  94. package/styles/document-editor-container/_material3-definition.scss +0 -153
@@ -42,6 +42,11 @@
42
42
  font-family: "e-icons";
43
43
  font-size: 13px;
44
44
  }
45
+ .e-documenteditor .e-de-multi-cmt-mark::before {
46
+ color: #6c757d;
47
+ content: "\e8bc";
48
+ font-family: "e-icons";
49
+ }
45
50
  .e-documenteditor .e-de-cmt-post::before {
46
51
  content: "\e71d";
47
52
  font-family: "e-icons";
@@ -123,40 +128,43 @@
123
128
  .e-de-table-left-alignment::before {
124
129
  color: #6c757d;
125
130
  content: "\e7f6";
126
- font-size: 46px;
131
+ font-size: 48px;
127
132
  }
128
133
 
129
134
  .e-de-table-center-alignment::before {
130
135
  color: #6c757d;
131
136
  content: "\e7f1";
132
- font-size: 46px;
137
+ font-size: 48px;
133
138
  }
134
139
 
135
140
  .e-de-table-right-alignment::before {
136
141
  color: #6c757d;
137
142
  content: "\e703";
138
- font-size: 46px;
143
+ font-size: 48px;
139
144
  }
140
145
 
141
146
  .e-de-tablecell-top-alignment::before {
142
147
  color: #6c757d;
143
148
  content: "\e775";
144
149
  font-family: "e-icons";
145
- font-size: 51px;
150
+ font-size: 48px;
151
+ margin: 2px;
146
152
  }
147
153
 
148
154
  .e-de-tablecell-center-alignment::before {
149
155
  color: #6c757d;
150
156
  content: "\e7e5";
151
157
  font-family: "e-icons";
152
- font-size: 51px;
158
+ font-size: 48px;
159
+ margin: 2px;
153
160
  }
154
161
 
155
162
  .e-de-tablecell-bottom-alignment::before {
156
163
  color: #6c757d;
157
164
  content: "\e7d9";
158
165
  font-family: "e-icons";
159
- font-size: 51px;
166
+ font-size: 48px;
167
+ margin: 2px;
160
168
  }
161
169
 
162
170
  .e-de-table-border-setting {
@@ -204,14 +212,14 @@
204
212
  .e-de-table-border-none-setting::before {
205
213
  color: #6c757d;
206
214
  content: "\e7eb";
207
- font-size: 38px;
215
+ font-size: 36px;
208
216
  position: absolute;
209
217
  }
210
218
 
211
219
  .e-de-table-border-box-setting::before {
212
220
  color: #6c757d;
213
221
  content: "\e834";
214
- font-size: 34px;
222
+ font-size: 36px;
215
223
  left: 2px;
216
224
  position: absolute;
217
225
  top: 2px;
@@ -221,7 +229,7 @@
221
229
  color: #6c757d;
222
230
  content: "\e7e8";
223
231
  font-family: "e-icons";
224
- font-size: 34px;
232
+ font-size: 36px;
225
233
  left: 2px;
226
234
  position: absolute;
227
235
  top: 2px;
@@ -230,7 +238,7 @@
230
238
  .e-de-table-border-custom-setting::before {
231
239
  color: #6c757d;
232
240
  content: "\e7d5";
233
- font-size: 34px;
241
+ font-size: 36px;
234
242
  left: 2px;
235
243
  position: absolute;
236
244
  top: 2px;
@@ -239,14 +247,14 @@
239
247
  .e-de-para-border-none-setting::before {
240
248
  color: #6c757d;
241
249
  content: "\e890";
242
- font-size: 38px;
250
+ font-size: 36px;
243
251
  position: absolute;
244
252
  }
245
253
 
246
254
  .e-de-para-border-box-setting::before {
247
255
  color: #6c757d;
248
256
  content: "\e891";
249
- font-size: 34px;
257
+ font-size: 36px;
250
258
  left: 2px;
251
259
  position: absolute;
252
260
  top: 2px;
@@ -255,7 +263,7 @@
255
263
  .e-de-para-border-shadow-setting::before {
256
264
  color: #6c757d;
257
265
  content: "\e892";
258
- font-size: 34px;
266
+ font-size: 36px;
259
267
  left: 2px;
260
268
  position: absolute;
261
269
  top: 2px;
@@ -264,7 +272,7 @@
264
272
  .e-de-para-border-custom-setting::before {
265
273
  color: #6c757d;
266
274
  content: "\e88f";
267
- font-size: 34px;
275
+ font-size: 36px;
268
276
  left: 2px;
269
277
  position: absolute;
270
278
  top: 2px;
@@ -1676,7 +1684,7 @@ label[for*=_wholeWord_e-de-rtl] {
1676
1684
  .e-de-style-font-group-button .e-btn,
1677
1685
  .e-de-style-paragraph-group-button .e-btn,
1678
1686
  .e-de-style-paragraph-indent-group-button .e-btn {
1679
- background-color: #fff;
1687
+ background: #fff;
1680
1688
  border-color: #dee2e6;
1681
1689
  }
1682
1690
  .e-de-style-font-group-button .e-btn:focus,
@@ -1848,7 +1856,7 @@ label[for*=_wholeWord_e-de-rtl] {
1848
1856
 
1849
1857
  .e-de-restrict-pane,
1850
1858
  .e-de-op {
1851
- background-color: #f8f9fa;
1859
+ background: #f8f9fa;
1852
1860
  }
1853
1861
 
1854
1862
  .e-de-restrict-pane .e-tab-header .e-toolbar-items,
@@ -2518,7 +2526,7 @@ label[for*=_wholeWord_e-de-rtl] {
2518
2526
  margin-right: 20px;
2519
2527
  }
2520
2528
 
2521
- .e-de-style-left-div .e-de-style-dlg-name-input {
2529
+ .e-de-style-dlg-name-input {
2522
2530
  height: 31px;
2523
2531
  }
2524
2532
 
@@ -4465,7 +4473,7 @@ label[for*=_wholeWord_e-de-rtl] {
4465
4473
  }
4466
4474
 
4467
4475
  .e-de-statusbar-pageweb {
4468
- background-color: #f8f9fa;
4476
+ background: #f8f9fa;
4469
4477
  border: 0;
4470
4478
  box-shadow: none;
4471
4479
  float: right;
@@ -4492,12 +4500,22 @@ label[for*=_wholeWord_e-de-rtl] {
4492
4500
  font-size: 18px;
4493
4501
  }
4494
4502
 
4503
+ .e-listview .e-list-icon {
4504
+ height: 24px;
4505
+ width: 16px;
4506
+ margin-right: 12px;
4507
+ }
4508
+
4509
+ .e-de-listview-icon {
4510
+ line-height: 22px;
4511
+ }
4512
+
4495
4513
  .e-de-linespacing {
4496
4514
  margin-top: 8px;
4497
4515
  }
4498
4516
 
4499
4517
  .e-de-statusbar-zoom {
4500
- background-color: #f8f9fa;
4518
+ background: #f8f9fa;
4501
4519
  border: 0;
4502
4520
  color: #495057;
4503
4521
  float: right;
@@ -4634,7 +4652,7 @@ label[for*=_wholeWord_e-de-rtl] {
4634
4652
 
4635
4653
  .e-de-tool-ctnr-properties-pane,
4636
4654
  .e-de-ctnr-properties-pane {
4637
- background-color: #f8f9fa;
4655
+ background: #f8f9fa;
4638
4656
  border-bottom: 1px solid #dee2e6;
4639
4657
  border-top: 1px solid #dee2e6;
4640
4658
  }
@@ -4781,7 +4799,7 @@ label[for*=_wholeWord_e-de-rtl] {
4781
4799
  margin: 0 14px;
4782
4800
  }
4783
4801
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
4784
- margin-left: 8px;
4802
+ margin-left: 8px !important;
4785
4803
  margin-right: 4px;
4786
4804
  }
4787
4805
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -4797,20 +4815,23 @@ label[for*=_wholeWord_e-de-rtl] {
4797
4815
  }
4798
4816
 
4799
4817
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
4818
+ -ms-flex-direction: column;
4819
+ flex-direction: column;
4820
+ height: calc(100% - 10px);
4800
4821
  padding: 0;
4801
- padding-bottom: 14px;
4822
+ padding-bottom: 10px;
4802
4823
  }
4803
4824
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
4804
4825
  padding: 0;
4805
- padding-bottom: 14px;
4826
+ padding-bottom: 10px;
4806
4827
  }
4807
4828
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
4808
4829
  padding: 0;
4809
- padding-bottom: 14px;
4830
+ padding-bottom: 10px;
4810
4831
  }
4811
4832
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
4812
4833
  padding: 0;
4813
- padding-bottom: 14px;
4834
+ padding-bottom: 10px;
4814
4835
  }
4815
4836
 
4816
4837
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
@@ -4856,7 +4877,7 @@ label[for*=_wholeWord_e-de-rtl] {
4856
4877
  }
4857
4878
 
4858
4879
  .e-de-ctnr-group-btn .e-btn {
4859
- background-color: #fff;
4880
+ background: #fff;
4860
4881
  border-color: #dee2e6;
4861
4882
  }
4862
4883
  .e-de-ctnr-group-btn .e-btn:focus {
@@ -4949,7 +4970,7 @@ label[for*=_wholeWord_e-de-rtl] {
4949
4970
  }
4950
4971
 
4951
4972
  .e-de-ctnr-properties-pane-btn .e-btn {
4952
- background-color: #f8f9fa;
4973
+ background: #f8f9fa;
4953
4974
  border-radius: 0;
4954
4975
  box-shadow: none;
4955
4976
  color: #0d6efd;
@@ -4991,6 +5012,7 @@ label[for*=_wholeWord_e-de-rtl] {
4991
5012
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
4992
5013
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
4993
5014
  padding: 0 !important;
5015
+ min-height: 16px;
4994
5016
  }
4995
5017
 
4996
5018
  .e-de-hdr-ftr-frst-div {
@@ -5099,7 +5121,7 @@ label[for*=_wholeWord_e-de-rtl] {
5099
5121
  }
5100
5122
 
5101
5123
  .e-bigger .e-de-panel-right-width {
5102
- width: 86px;
5124
+ width: 96px;
5103
5125
  }
5104
5126
  .e-bigger .e-de-char-fmt-btn-left > button,
5105
5127
  .e-bigger .e-de-char-fmt-btn-right > button {
@@ -5354,8 +5376,8 @@ label[for*=_wholeWord_e-de-rtl] {
5354
5376
  border: 1px solid #dee2e6;
5355
5377
  color: #495057;
5356
5378
  height: 129px;
5357
- margin-left: 78px;
5358
5379
  width: 94px;
5380
+ margin-left: 78px;
5359
5381
  }
5360
5382
 
5361
5383
  .e-de-toc-template1.e-de-rtl {
@@ -5410,7 +5432,7 @@ label[for*=_wholeWord_e-de-rtl] {
5410
5432
  }
5411
5433
 
5412
5434
  .e-de-status-bar {
5413
- background-color: #f8f9fa;
5435
+ background: #f8f9fa;
5414
5436
  display: -ms-flexbox;
5415
5437
  display: flex;
5416
5438
  padding-top: 4px;
@@ -5543,8 +5565,8 @@ label[for*=_wholeWord_e-de-rtl] {
5543
5565
  }
5544
5566
 
5545
5567
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
5546
- height: 38px;
5547
5568
  width: 39px;
5569
+ height: 38px;
5548
5570
  }
5549
5571
 
5550
5572
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
@@ -5556,6 +5578,15 @@ label[for*=_wholeWord_e-de-rtl] {
5556
5578
  width: 70px;
5557
5579
  }
5558
5580
 
5581
+ .e-rtl .e-listview .e-list-icon {
5582
+ height: 24px;
5583
+ width: 16px;
5584
+ margin-left: 12px;
5585
+ }
5586
+ .e-rtl .e-de-listview-icon {
5587
+ line-height: 22px;
5588
+ }
5589
+
5559
5590
  .e-bigger .de-split-button > div:first-child {
5560
5591
  margin-right: 0;
5561
5592
  }
@@ -5680,7 +5711,7 @@ label[for*=_wholeWord_e-de-rtl] {
5680
5711
  margin: 0 16px;
5681
5712
  }
5682
5713
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
5683
- margin-left: 12px;
5714
+ margin-left: 12px !important;
5684
5715
  margin-right: 6px;
5685
5716
  }
5686
5717
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -5697,22 +5728,22 @@ label[for*=_wholeWord_e-de-rtl] {
5697
5728
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
5698
5729
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
5699
5730
  padding: 0;
5700
- padding-bottom: 14px;
5731
+ padding-bottom: 10px;
5701
5732
  }
5702
5733
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
5703
5734
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
5704
5735
  padding: 0;
5705
- padding-bottom: 14px;
5736
+ padding-bottom: 10px;
5706
5737
  }
5707
5738
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
5708
5739
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
5709
5740
  padding: 0;
5710
- padding-bottom: 14px;
5741
+ padding-bottom: 10px;
5711
5742
  }
5712
5743
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
5713
5744
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
5714
5745
  padding: 0;
5715
- padding-bottom: 14px;
5746
+ padding-bottom: 10px;
5716
5747
  }
5717
5748
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
5718
5749
  padding: 0 !important;
@@ -5728,7 +5759,7 @@ label[for*=_wholeWord_e-de-rtl] {
5728
5759
  width: 75px;
5729
5760
  }
5730
5761
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
5731
- background-color: #f8f9fa;
5762
+ background: #f8f9fa;
5732
5763
  border-radius: 0;
5733
5764
  box-shadow: none;
5734
5765
  min-height: 100%;
@@ -5914,6 +5945,22 @@ label[for*=_wholeWord_e-de-rtl] {
5914
5945
  height: 0;
5915
5946
  line-height: 0.5;
5916
5947
  }
5948
+ .e-bigger .e-listview .e-list-icon {
5949
+ height: 24px;
5950
+ width: 16px;
5951
+ margin-right: 16px;
5952
+ }
5953
+ .e-bigger .e-de-listview-icon {
5954
+ line-height: 22px;
5955
+ }
5956
+ .e-bigger .e-rtl .e-listview .e-list-icon {
5957
+ height: 24px;
5958
+ width: 16px;
5959
+ margin-left: 16px;
5960
+ }
5961
+ .e-bigger .e-rtl .e-de-listview-icon {
5962
+ line-height: 22px;
5963
+ }
5917
5964
 
5918
5965
  .e-de-ctn .e-de-bzr-button {
5919
5966
  background: #f8f9fa;
@@ -279,11 +279,11 @@ $de-font-checkbox-label-font-size: $text-sm !default;
279
279
  $de-op-icon-font-size: $text-sm !default;
280
280
  $de-op-close-icon-size: $text-sm !default;
281
281
  $de-op-close-icon-margin-left: -4px !default;
282
- $de-table-alignment-font-size: 46px !default;
282
+ $de-table-alignment-font-size: $text-5xl !default;
283
283
  $de-table-alignment-top: 126px !default;
284
- $de-tablecell-alignment-font-size: 51px !default;
285
- $de-border-none-setting-font-size: 38px !default;
286
- $de-border-setting-font-size: 34px !default;
284
+ $de-tablecell-alignment-font-size: $text-5xl !default;
285
+ $de-border-none-setting-font-size: $text-4xl !default;
286
+ $de-border-setting-font-size: $text-4xl !default;
287
287
  $de-td-table-border-top: 2px !default;
288
288
  $de-hyperlink-bookmark-check-margin-top: 12px !default;
289
289
  $de-table-ppty-dlg-measure-div-margin-left: 12px !default;
@@ -459,7 +459,7 @@ $de-para-dlg-right-contaner-top: 0 !default;
459
459
  $de-para-dlg-sub-title-bottom-margin: 4px !default;
460
460
  $de-para-dlg-sub-title-top-margin: 8px !default;
461
461
  $de-para-dlg-rtl-btn-margin-right: 24px !default;
462
- $de-para-dlg-rtl-btn-font-size: 12px !default;
462
+ $de-para-dlg-rtl-btn-font-size: $text-xs !default;
463
463
  $de-para-dlg-rtl-btn-width: 200px !default;
464
464
  $de-de-rtl-btn-div-e-de-rtl-margin-right: 24px !default;
465
465
  $de-de-rtl-btn-div-e-de-rtl-margin-left: 12px !default;
@@ -557,4 +557,4 @@ $de-style-dlg-btn-bg-color: $content-bg-color;
557
557
  $de-row-height-bottom-margin: 4px;
558
558
 
559
559
  //Columns Dialog
560
- $de-column-presets-font-size: 60px !default;
560
+ $de-column-presets-font-size: $text-6xl !default;
@@ -296,11 +296,11 @@ $de-font-checkbox-label-font-size: $text-sm !default;
296
296
  $de-op-icon-font-size: $text-sm !default;
297
297
  $de-op-close-icon-size: $text-sm !default;
298
298
  $de-op-close-icon-margin-left: -4px !default;
299
- $de-table-alignment-font-size: 42px !default;
299
+ $de-table-alignment-font-size: $text-5xl !default;
300
300
  $de-table-alignment-top: 126px !default;
301
- $de-tablecell-alignment-font-size: 51px !default;
302
- $de-border-none-setting-font-size: 38px !default;
303
- $de-border-setting-font-size: 34px !default;
301
+ $de-tablecell-alignment-font-size: $text-5xl !default;
302
+ $de-border-none-setting-font-size: $text-4xl !default;
303
+ $de-border-setting-font-size: $text-4xl !default;
304
304
  $de-td-table-border-top: 2px !default;
305
305
  $de-table-ppty-dlg-measure-div-margin-left: 12px !default;
306
306
  $de-table-ppty-dlg-measure-div-margin-top: 6px !default;
@@ -468,7 +468,7 @@ $de-para-dlg-right-contaner-top: 0 !default;
468
468
  $de-para-dlg-sub-title-bottom-margin: 8px !default;
469
469
  $de-para-dlg-sub-title-top-margin: 8px !default;
470
470
  $de-para-dlg-rtl-btn-margin-right: 24px !default;
471
- $de-para-dlg-rtl-btn-font-size: 12px !default;
471
+ $de-para-dlg-rtl-btn-font-size: $text-xs !default;
472
472
  $de-para-dlg-rtl-btn-width: 200px !default;
473
473
  $de-de-rtl-btn-div-e-de-rtl-margin-right: 24px !default;
474
474
  $de-de-rtl-btn-div-e-de-rtl-margin-left: 12px !default;
@@ -566,4 +566,4 @@ $de-style-dlg-btn-bg-color: $content-bg-color;
566
566
  $de-row-height-bottom-margin: 4px;
567
567
 
568
568
  //Columns Dialog
569
- $de-column-presets-font-size: 60px !default;
569
+ $de-column-presets-font-size: $text-6xl !default;
@@ -280,11 +280,11 @@ $de-font-checkbox-label-font-size: $text-sm !default;
280
280
  $de-op-icon-font-size: $text-sm !default;
281
281
  $de-op-close-icon-size: $text-sm !default;
282
282
  $de-op-close-icon-margin-left: -4px !default;
283
- $de-table-alignment-font-size: 46px !default;
283
+ $de-table-alignment-font-size: $text-5xl !default;
284
284
  $de-table-alignment-top: 126px !default;
285
- $de-tablecell-alignment-font-size: 51px !default;
286
- $de-border-none-setting-font-size: 38px !default;
287
- $de-border-setting-font-size: 34px !default;
285
+ $de-tablecell-alignment-font-size: $text-5xl !default;
286
+ $de-border-none-setting-font-size: $text-4xl !default;
287
+ $de-border-setting-font-size: $text-4xl !default;
288
288
  $de-td-table-border-top: 2px !default;
289
289
  $de-hyperlink-bookmark-check-margin-top: 12px !default;
290
290
  $de-table-ppty-dlg-measure-div-margin-left: 12px !default;
@@ -460,7 +460,7 @@ $de-para-dlg-right-contaner-top: 0 !default;
460
460
  $de-para-dlg-sub-title-bottom-margin: 4px !default;
461
461
  $de-para-dlg-sub-title-top-margin: 0 !default;
462
462
  $de-para-dlg-rtl-btn-margin-right: 24px !default;
463
- $de-para-dlg-rtl-btn-font-size: 12px !default;
463
+ $de-para-dlg-rtl-btn-font-size: $text-xs !default;
464
464
  $de-para-dlg-rtl-btn-width: 200px !default;
465
465
  $de-de-rtl-btn-div-e-de-rtl-margin-right: 24px !default;
466
466
  $de-de-rtl-btn-div-e-de-rtl-margin-left: 12px !default;
@@ -554,4 +554,4 @@ $de-op-btn-icon-hover-clr: rgba(0, 0, 0, .75) !default;
554
554
  $de-cmt-separator: $border-light !default;
555
555
 
556
556
  //Columns Dialog
557
- $de-column-presets-font-size: 60px !default;
557
+ $de-column-presets-font-size: $text-6xl !default;