@syncfusion/ej2-angular-documenteditor 21.2.4-ngcc → 21.2.4

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 (138) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/document-editor/documenteditor-all.module.mjs +116 -0
  3. package/esm2020/src/document-editor/documenteditor.component.mjs +269 -0
  4. package/esm2020/src/document-editor/documenteditor.module.mjs +25 -0
  5. package/esm2020/src/document-editor-container/documenteditorcontainer-all.module.mjs +29 -0
  6. package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +66 -0
  7. package/esm2020/src/document-editor-container/documenteditorcontainer.module.mjs +25 -0
  8. package/esm2020/src/index.mjs +8 -0
  9. package/esm2020/syncfusion-ej2-angular-documenteditor.mjs +5 -0
  10. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +516 -0
  11. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +1 -0
  12. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +516 -0
  13. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +1 -0
  14. package/package.json +27 -13
  15. package/schematics/utils/lib-details.d.ts +2 -2
  16. package/src/document-editor/documenteditor-all.module.d.ts +6 -0
  17. package/src/document-editor/documenteditor.component.d.ts +3 -0
  18. package/src/document-editor/documenteditor.module.d.ts +6 -0
  19. package/src/document-editor-container/documenteditorcontainer-all.module.d.ts +6 -0
  20. package/src/document-editor-container/documenteditorcontainer.component.d.ts +3 -0
  21. package/src/document-editor-container/documenteditorcontainer.module.d.ts +6 -0
  22. package/styles/document-editor/_all.scss +3 -0
  23. package/styles/document-editor/_bootstrap-dark-definition.scss +547 -0
  24. package/styles/document-editor/_bootstrap-definition.scss +546 -0
  25. package/styles/document-editor/_bootstrap4-definition.scss +559 -0
  26. package/styles/document-editor/_bootstrap5-dark-definition.scss +1 -0
  27. package/styles/document-editor/_bootstrap5-definition.scss +560 -0
  28. package/styles/document-editor/_fabric-dark-definition.scss +549 -0
  29. package/styles/document-editor/_fabric-definition.scss +548 -0
  30. package/styles/document-editor/_fluent-dark-definition.scss +1 -0
  31. package/styles/document-editor/_fluent-definition.scss +569 -0
  32. package/styles/document-editor/_fusionnew-definition.scss +560 -0
  33. package/styles/document-editor/_highcontrast-definition.scss +548 -0
  34. package/styles/document-editor/_highcontrast-light-definition.scss +2988 -0
  35. package/styles/document-editor/_layout.scss +216 -0
  36. package/styles/document-editor/_material-dark-definition.scss +565 -0
  37. package/styles/document-editor/_material-definition.scss +565 -0
  38. package/styles/document-editor/_tailwind-dark-definition.scss +1 -0
  39. package/styles/document-editor/_tailwind-definition.scss +557 -0
  40. package/styles/document-editor/_theme.scss +3474 -0
  41. package/styles/document-editor/bootstrap-dark.scss +4 -1
  42. package/styles/document-editor/bootstrap.scss +4 -1
  43. package/styles/document-editor/bootstrap4.scss +4 -1
  44. package/styles/document-editor/bootstrap5-dark.scss +4 -1
  45. package/styles/document-editor/bootstrap5.scss +4 -1
  46. package/styles/document-editor/fabric-dark.scss +4 -1
  47. package/styles/document-editor/fabric.scss +4 -1
  48. package/styles/document-editor/fluent-dark.scss +4 -1
  49. package/styles/document-editor/fluent.scss +4 -1
  50. package/styles/document-editor/highcontrast-light.scss +4 -1
  51. package/styles/document-editor/highcontrast.scss +4 -1
  52. package/styles/document-editor/icons/_bootstrap-dark.scss +659 -0
  53. package/styles/document-editor/icons/_bootstrap.scss +659 -0
  54. package/styles/document-editor/icons/_bootstrap4.scss +644 -0
  55. package/styles/document-editor/icons/_bootstrap5-dark.scss +1 -0
  56. package/styles/document-editor/icons/_bootstrap5.scss +698 -0
  57. package/styles/document-editor/icons/_fabric-dark.scss +659 -0
  58. package/styles/document-editor/icons/_fabric.scss +659 -0
  59. package/styles/document-editor/icons/_fluent-dark.scss +1 -0
  60. package/styles/document-editor/icons/_fluent.scss +701 -0
  61. package/styles/document-editor/icons/_fusionnew.scss +695 -0
  62. package/styles/document-editor/icons/_highcontrast-light.scss +664 -0
  63. package/styles/document-editor/icons/_highcontrast.scss +659 -0
  64. package/styles/document-editor/icons/_material-dark.scss +652 -0
  65. package/styles/document-editor/icons/_material.scss +652 -0
  66. package/styles/document-editor/icons/_material3.scss +695 -0
  67. package/styles/document-editor/icons/_tailwind-dark.scss +695 -0
  68. package/styles/document-editor/icons/_tailwind.scss +698 -0
  69. package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +174 -0
  70. package/styles/document-editor/material-dark.scss +4 -1
  71. package/styles/document-editor/material.scss +4 -1
  72. package/styles/document-editor/tailwind-dark.scss +4 -1
  73. package/styles/document-editor/tailwind.scss +4 -1
  74. package/styles/document-editor-container/_all.scss +2 -0
  75. package/styles/document-editor-container/_bootstrap-dark-definition.scss +132 -0
  76. package/styles/document-editor-container/_bootstrap-definition.scss +132 -0
  77. package/styles/document-editor-container/_bootstrap4-definition.scss +148 -0
  78. package/styles/document-editor-container/_bootstrap5-dark-definition.scss +1 -0
  79. package/styles/document-editor-container/_bootstrap5-definition.scss +158 -0
  80. package/styles/document-editor-container/_definition.scss +12 -0
  81. package/styles/document-editor-container/_fabric-dark-definition.scss +137 -0
  82. package/styles/document-editor-container/_fabric-definition.scss +134 -0
  83. package/styles/document-editor-container/_fluent-dark-definition.scss +1 -0
  84. package/styles/document-editor-container/_fluent-definition.scss +159 -0
  85. package/styles/document-editor-container/_fusionnew-definition.scss +158 -0
  86. package/styles/document-editor-container/_highcontrast-definition.scss +135 -0
  87. package/styles/document-editor-container/_highcontrast-light-definition.scss +138 -0
  88. package/styles/document-editor-container/_layout.scss +87 -0
  89. package/styles/document-editor-container/_material-dark-definition.scss +136 -0
  90. package/styles/document-editor-container/_material-definition.scss +135 -0
  91. package/styles/document-editor-container/_tailwind-dark-definition.scss +1 -0
  92. package/styles/document-editor-container/_tailwind-definition.scss +152 -0
  93. package/styles/document-editor-container/_theme.scss +2187 -0
  94. package/styles/document-editor-container/bootstrap-dark.scss +5 -1
  95. package/styles/document-editor-container/bootstrap.scss +5 -1
  96. package/styles/document-editor-container/bootstrap4.scss +5 -1
  97. package/styles/document-editor-container/bootstrap5-dark.scss +5 -1
  98. package/styles/document-editor-container/bootstrap5.scss +5 -1
  99. package/styles/document-editor-container/fabric-dark.scss +5 -1
  100. package/styles/document-editor-container/fabric.scss +5 -1
  101. package/styles/document-editor-container/fluent-dark.scss +5 -1
  102. package/styles/document-editor-container/fluent.scss +5 -1
  103. package/styles/document-editor-container/highcontrast-light.scss +5 -1
  104. package/styles/document-editor-container/highcontrast.scss +5 -1
  105. package/styles/document-editor-container/icons/_bootstrap-dark.scss +467 -0
  106. package/styles/document-editor-container/icons/_bootstrap.scss +467 -0
  107. package/styles/document-editor-container/icons/_bootstrap4.scss +467 -0
  108. package/styles/document-editor-container/icons/_bootstrap5-dark.scss +1 -0
  109. package/styles/document-editor-container/icons/_bootstrap5.scss +494 -0
  110. package/styles/document-editor-container/icons/_fabric-dark.scss +468 -0
  111. package/styles/document-editor-container/icons/_fabric.scss +467 -0
  112. package/styles/document-editor-container/icons/_fluent-dark.scss +1 -0
  113. package/styles/document-editor-container/icons/_fluent.scss +493 -0
  114. package/styles/document-editor-container/icons/_fusionnew.scss +493 -0
  115. package/styles/document-editor-container/icons/_highcontrast-light.scss +467 -0
  116. package/styles/document-editor-container/icons/_highcontrast.scss +467 -0
  117. package/styles/document-editor-container/icons/_material-dark.scss +469 -0
  118. package/styles/document-editor-container/icons/_material.scss +469 -0
  119. package/styles/document-editor-container/icons/_material3.scss +493 -0
  120. package/styles/document-editor-container/icons/_tailwind-dark.scss +493 -0
  121. package/styles/document-editor-container/icons/_tailwind.scss +493 -0
  122. package/styles/document-editor-container/material-dark.scss +5 -1
  123. package/styles/document-editor-container/material.scss +5 -1
  124. package/styles/document-editor-container/tailwind-dark.scss +5 -1
  125. package/styles/document-editor-container/tailwind.scss +5 -1
  126. package/syncfusion-ej2-angular-documenteditor.d.ts +5 -0
  127. package/@syncfusion/ej2-angular-documenteditor.es5.js +0 -583
  128. package/@syncfusion/ej2-angular-documenteditor.es5.js.map +0 -1
  129. package/@syncfusion/ej2-angular-documenteditor.js +0 -553
  130. package/@syncfusion/ej2-angular-documenteditor.js.map +0 -1
  131. package/CHANGELOG.md +0 -3358
  132. package/dist/ej2-angular-documenteditor.umd.js +0 -1243
  133. package/dist/ej2-angular-documenteditor.umd.js.map +0 -1
  134. package/dist/ej2-angular-documenteditor.umd.min.js +0 -11
  135. package/dist/ej2-angular-documenteditor.umd.min.js.map +0 -1
  136. package/ej2-angular-documenteditor.d.ts +0 -6
  137. package/ej2-angular-documenteditor.metadata.json +0 -1
  138. package/postinstall/tagchange.js +0 -18
@@ -0,0 +1,3474 @@
1
+ @include export-module('documenteditor-theme') {
2
+ /* stylelint-disable */
3
+ .e-de-background {
4
+ background-color: $de-background;
5
+ }
6
+ .e-de-column-label {
7
+ font-size: $de-border-dlg-settinglabels-fontsize;
8
+ font-weight: $de-border-dlg-border-label-fontweight;
9
+ padding-left: 20px;
10
+ padding-right: 20px;
11
+ }
12
+
13
+ .e-de-column-label.e-de-rtl {
14
+ font-size: $de-border-dlg-settinglabels-fontsize;
15
+ font-weight: $de-border-dlg-border-label-fontweight;
16
+ padding-left: 50px;
17
+ padding-right: 50px;
18
+ }
19
+ .e-de-ff-sub-header {
20
+ display: block;
21
+ font-size: 12px;
22
+ font-weight: $de-header-font-weight;
23
+ margin-top: 6px;
24
+ }
25
+
26
+ .e-de-check-exactnumbr-width {
27
+ width: $de-check-exactnumbr-width !important;
28
+ }
29
+
30
+ .e-de-ff-dlg-heading {
31
+ display: block;
32
+ // font-size: $de-para-dlg-heading-font-size;
33
+ font-weight: $de-para-dlg-heading-font-weight;
34
+ margin-bottom: $de-ff-dlg-heading-mrgn-btm;
35
+ @if $skin-name=='Material3' {
36
+ font-size: 14px;
37
+ }
38
+ @if $skin-name=='tailwind' {
39
+ color: $de-dlg-heading-main-header;
40
+ }
41
+ }
42
+ .e-de-ff-dlg-heading-small {
43
+ display: block;
44
+ // font-size: $de-para-dlg-small-heading-font-size;
45
+ font-weight: $de-para-dlg-heading-font-weight;
46
+ margin-bottom: $de-ff-dlg-hdg-small-mrgn-btm;
47
+ }
48
+ .e-de-ff-dlg-drpdwn-heading {
49
+ display: block;
50
+ font-size: $de-para-dlg-heading-font-size;
51
+ font-weight: $de-para-dlg-heading-font-weight;
52
+ margin-bottom: 8px;
53
+ @if $skin-name=='tailwind' {
54
+ color: $de-dlg-heading-main-header;
55
+ }
56
+ }
57
+ .e-de-ff-dlg-check {
58
+ display: block;
59
+ font-size: $de-para-dlg-heading-font-size;
60
+ font-weight: $de-para-dlg-heading-font-weight;
61
+ margin-bottom: -2px;
62
+ }
63
+ .e-de-div-seperate-dlg {
64
+ display: inline-flex;
65
+ margin-bottom: $de-ff-seperate-div-mrgn-btm;
66
+ width: 100%;
67
+ }
68
+ .e-de-ff-radio-div {
69
+ display: inline-flex;
70
+ margin-right: 16px;
71
+ }
72
+ .e-de-ff-radio-div.e-de-rtl {
73
+ margin-left: 16px;
74
+ margin-right: 0;
75
+ }
76
+ .e-de-ff-radio-scnd-div {
77
+ display: inline-flex;
78
+ margin-bottom: $de-ff-radio-scnd-div-mrgn-btm;
79
+ margin-right: 16px;
80
+ }
81
+ .e-de-ff-radio-scnd-div.e-de-rtl {
82
+ margin-left: 16px;
83
+ margin-right: 0;
84
+ }
85
+ .e-de-ff-dlg-lft-hlf {
86
+ margin-right: $de-ff-dlg-lft-hlf-mrgn-rgt;
87
+ width: $de-ff-dlg-lft-hlf-wdth;
88
+ }
89
+ .e-de-ff-dlg-lft-hlf.e-de-rtl {
90
+ margin-left: $de-ff-dlg-lft-hlf-mrgn-rgt;
91
+ margin-right: 0;
92
+ }
93
+ .e-de-ff-chck-exact {
94
+ margin-left: 15px;
95
+ margin-top: -6px;
96
+ }
97
+ .e-de-ff-chck-exact.e-de-rtl {
98
+ margin-left: 0;
99
+ margin-right: 15px;
100
+ }
101
+ .e-de-ff-dlg-rght-hlf {
102
+ width: 47.5%;
103
+ }
104
+ .e-de-ff-drpdwn-dlg-scndiv {
105
+ display: inline-flex;
106
+ height: 168px;
107
+ margin-bottom: $de-ff-drpdwn-dlg-scndiv-mrgn-botton;
108
+ width: 100%;
109
+ }
110
+ .e-de-cmt-avatar {
111
+ align-items: center;
112
+ display: flex;
113
+ width: $de-avatar-width;
114
+ }
115
+ .e-de-ff-cmt-avatar {
116
+ align-items: center;
117
+ border-radius: 50%;
118
+ color: $de-avatar-clr;
119
+ display: flex;
120
+ font-size: 12px;
121
+ height: $de-cmt-avatar-height;
122
+ justify-content: center;
123
+ letter-spacing: 0;
124
+ line-height: 12px;
125
+ opacity: 100%;
126
+ user-select: none;
127
+ width: $de-cmt-avatar-width;
128
+ z-index: 1;
129
+ }
130
+ .e-de-ff-drpdwn-listview {
131
+ margin-right: 12px;
132
+ width: 100%;
133
+ }
134
+ .e-de-ff-drpdwn-listview.e-de-rtl {
135
+ margin-left: 12px;
136
+ margin-right: 0;
137
+ }
138
+ .e-de-ff-drpdwn-mvup {
139
+ margin-right: 8px;
140
+ }
141
+ .e-de-ff-drpdwn-mvup.e-de-rtl {
142
+ margin-left: 8px;
143
+ margin-right: 0;
144
+ }
145
+ .e-de-drp-dwn-frst-div {
146
+ margin-bottom: $de-drp-dwn-frst-div-mrgn-btm;
147
+ width: 47.5%;
148
+ }
149
+ .e-de-result-list-block .e-de-search-result-hglt {
150
+ background: $search-result-highlight-bg-color;
151
+ border-bottom: 2px solid $search-result-hightlight-bdr-clr-hvr;
152
+ cursor: default;
153
+ padding: $search-result-item-padding-top 1px $search-result-item-padding-bottom 5px;
154
+ }
155
+ .e-de-result-list-block .e-de-op-search-txt .e-de-op-search-word-text {
156
+ color: $search-result-hightlight-bdr-clr;
157
+ }
158
+ .e-de-search-result-item {
159
+ cursor: default;
160
+ padding: $search-result-item-padding-top 1px $search-result-item-padding-bottom 5px;
161
+ word-break: break-word;
162
+ }
163
+ .e-de-search-result-item:hover {
164
+ border-bottom: 1px solid $search-result-hightlight-bdr-clr-hvr;
165
+ cursor: default;
166
+ }
167
+ .e-de-search-result-item:focus {
168
+ border-bottom: 2px solid $search-result-hightlight-bdr-clr-hvr;
169
+ cursor: default;
170
+ padding: $search-result-item-padding-top 1px $search-result-item-padding-bottom 5px;
171
+ }
172
+ @if $skin-name !='tailwind' {
173
+ .e-de-search-tab-content .e-input-group .e-de-op-search-icon:focus {
174
+ border: 1px solid $search-icon-bdr-clr;
175
+ }
176
+ .e-de-op-search-icon:hover {
177
+ background: $search-icon-hvr;
178
+ }
179
+ .e-de-search-tab-content .e-input-group .e-de-op-search-close-icon:focus {
180
+ border: 1px solid $search-icon-bdr-clr;
181
+ border-right-width: 0;
182
+ }
183
+ .e-de-op-search-close-icon:hover {
184
+ background: $search-icon-hvr;
185
+ }
186
+ .e-spin-down:focus {
187
+ border: 1px solid $spin-down-bdr-clr;
188
+ border-right-width: 0;
189
+ }
190
+ .e-spin-down:hover {
191
+ background: $spin-down-hvr;
192
+ }
193
+ .e-spin-up:focus {
194
+ border: 1px solid $spin-up-bdr-clr;
195
+ border-right-width: 0;
196
+ }
197
+ .e-spin-up:hover {
198
+ background: $spin-up-hvr;
199
+ }
200
+ }
201
+ .e-de-toc-dlg-heading {
202
+ color: $de-dlg-heading-main-header;
203
+ display: block;
204
+ font-size: $de-toc-dlg-heading-font-size;
205
+ font-weight: $de-toc-dlg-heading-font-weight;
206
+ margin-bottom: $de-toc-title-bottom-margin;
207
+ }
208
+ .e-de-toc-dlg-main-heading {
209
+ color: $de-dlg-heading-main-header;
210
+ display: block;
211
+ font-size: $de-toc-dlg-heading-font-size;
212
+ font-weight: $de-toc-dlg-main-heading-font-weight;
213
+ margin-bottom: $de-title-bottom-margin;
214
+ }
215
+ .e-content-placeholder.e-documenteditor.e-placeholder-documenteditor {
216
+ background-size: 100%;
217
+ }
218
+ .e-de-toc-reset-button {
219
+ margin-top: $de-toc-reset-button-margin-top;
220
+ }
221
+ .e-de-toc-reset-button.e-de-rtl {
222
+ margin-right: 0;
223
+ }
224
+ .e-de-toc-modify-button {
225
+ margin-left: $de-toc-modify-button-margin-left;
226
+ margin-top: $de-toc-modify-button-margin-top;
227
+ }
228
+ .e-de-toc-modify-button.e-de-rtl {
229
+ margin-left: 0;
230
+ margin-right: $de-toc-modify-button-margin-rtl;
231
+ }
232
+ .e-de-toc-dlg-container {
233
+ height: $de-toc-dlg-height;
234
+ width: $de-toc-dlg-width;
235
+ }
236
+ .e-de-toc-dlg-sub-container {
237
+ margin-bottom: $de-toc-sub-container-bottom;
238
+ }
239
+ .e-de-toc-list-view {
240
+ border: 1px solid $de-toc-list-view-border-color;
241
+ border-radius: $de-toc-styles-table-div-border-radius;
242
+ font-size: $de-toc-list-view-font-size;
243
+ height: $de-toc-list-view-height;
244
+ overflow-y: scroll;
245
+ }
246
+ .e-de-toc-list-view.e-de-rtl {
247
+ margin-left: 0;
248
+ }
249
+ .e-de-toc-dlg-sub-heading {
250
+ color: $de-dlg-heading-main-header;
251
+ display: block;
252
+ font-size: $de-toc-dlg-heading-font-size;
253
+ font-weight: $de-toc-dlg-heading-font-weight;
254
+ margin: $de-toc-dlg-sub-margin;
255
+ }
256
+ .e-de-toc-dlg-style-label {
257
+ margin-left: $de-toc-dlg-style-label-left;
258
+ margin-top: $de-toc-dlg-style-label-top;
259
+ }
260
+ .e-de-toc-dlg-style-label .e-de-rtl {
261
+ margin-left: 0;
262
+ margin-right: $de-toc-dlg-style-label-left;
263
+ }
264
+ .e-de-pagesetup-dlg-container {
265
+ height: $de-page-setup-dlg-height;
266
+ width: $de-page-setup-dlg-width;
267
+ }
268
+ .e-de-page-setup-ppty-tab {
269
+ border: $de-page-setup-ppty-tab-border;
270
+ }
271
+ .e-de-page-setup-dlg-sub-container {
272
+ margin-bottom: $de-page-setup-sub-container-bottom;
273
+ }
274
+ .e-de-page-setup-dlg-left-sub-container {
275
+ float: left;
276
+ position: relative;
277
+ top: $de-page-setup-dlg-left-container-top;
278
+ }
279
+ .e-de-page-setup-dlg-left-sub-container.e-de-rtl {
280
+ float: right;
281
+ }
282
+ .e-de-page-setup-dlg-right-sub-container {
283
+ float: right;
284
+ position: relative;
285
+ top: $de-page-setup-dlg-right-container-top;
286
+ }
287
+ .e-de-page-setup-dlg-right-sub-container.e-de-rtl {
288
+ float: left;
289
+ }
290
+ .e-de-page-setup-dlg-sub-header {
291
+ display: block;
292
+ font-size: $de-page-setup-margin-dia-common-font;
293
+ font-weight: $de-header-font-weight;
294
+ margin-bottom: $de-page-setup-margin-dia-common-margin-bottom;
295
+ margin-top: $de-page-setup-margin-dia-common-margin-top;
296
+ }
297
+ .e-de-page-setup-dlg-sub-title-header {
298
+ display: block;
299
+ font-size: $de-page-setup-margin-dia-common-font;
300
+ font-weight: $de-header-font-weight;
301
+ margin-bottom: $de-page-setup-margin-dia-common-margin-bottom;
302
+ margin-top: $de-page-setup-common-margin-top;
303
+ }
304
+ .e-de-page-setup-dlg-sub-container-port {
305
+ height: $de-page-setup-sub-container-height-style;
306
+ margin-bottom: $de-page-setup-sub-container-port-bottom;
307
+ }
308
+ .e-de-page-setup-dlg-sub-label {
309
+ font-size: $de-page-setup-dlg-sub-label-font-size;
310
+ font-weight: $de-page-setup-dlg-sub-label-font-weight;
311
+ @if $skin-name=='tailwind' {
312
+ color: $de-dlg-heading-main-header;
313
+ }
314
+ }
315
+ .e-de-page-setup-dlg-orientation-prop {
316
+ margin-top: $de-page-setup-dlg-orientation-prop-margin-top;
317
+ }
318
+ .e-de-page-setup-dlg-sub-size-container {
319
+ height: $de-page-setup-sub-size-container-height;
320
+ margin-bottom: $de-page-setup-sub-size-container-bottom;
321
+ }
322
+ .e-de-page-setup-dlg-layout-sub-container {
323
+ height: $de-page-setup-layout-sub-container-height;
324
+ margin-bottom: $de-page-setup-layout-sub-container-bottom;
325
+ position: relative;
326
+ top: $de-page-setup-layout-sub-container-top;
327
+ }
328
+ .e-de-page-setup-dlg-first-page-prop {
329
+ margin-bottom: 8px;
330
+ }
331
+ @if $skin-name !='tailwind' and $skin-name !='FluentUI' {
332
+ .e-de-page-setup-dlg-first-page-prop .e-label,
333
+ .e-de-page-setup-dlg-odd-or-even-prop .e-label {
334
+ font-size: $de-page-setup-checkbox-label-font-size;
335
+ }
336
+ .e-de-page-setup-dlg-first-page-prop .e-frame,
337
+ .e-de-page-setup-dlg-odd-or-even-prop .e-frame {
338
+ height: $de-checkbox-height;
339
+ line-height: $de-checkbox-line-height;
340
+ width: $de-checkbox-width;
341
+ }
342
+ }
343
+
344
+ .e-de-page-setup-dlg-left-layout-container {
345
+ float: left;
346
+ position: relative;
347
+ top: $de-page-setup-dlg-layout-container-top;
348
+ }
349
+ .e-de-page-setup-dlg-left-layout-container.e-de-rtl {
350
+ float: right;
351
+ }
352
+ .e-de-page-setup-dlg-right-layout-container {
353
+ float: right;
354
+ position: relative;
355
+ top: $de-page-setup-dlg-layout-container-top;
356
+ }
357
+ .e-de-page-setup-dlg-right-layout-container.e-de-rtl {
358
+ float: left;
359
+ }
360
+ .e-de-dlg-footer .e-btn {
361
+ margin-left: 10px;
362
+ }
363
+ .e-de-hyperlink-dlg-title {
364
+ font-size: 12px;
365
+ font-weight: $de-header-font-weight;
366
+ margin-bottom: $de-hyperlink-dlg-margin-bottom;
367
+ margin-top: $de-hyperlink-dlg-margin-top;
368
+ }
369
+ .e-de-hyperlink .e-de-hyperlink-dlg-input {
370
+ height: $de-hyperlink-dlg-input-height;
371
+ margin-bottom: $de-hyperlink-dlg-input-bottom;
372
+ width: $de-hyperlink-dlg-input-width;
373
+ }
374
+ .e-de-font-dlg-header {
375
+ display: flex;
376
+ font-size: 12px;
377
+ font-weight: $de-header-font-weight;
378
+ margin-bottom: $de-font-dlg-header-margin-bottom;
379
+ @if $skin-name=='tailwind' {
380
+ line-height: 18px;
381
+ }
382
+ }
383
+ .e-de-font-dlg-header-effects,
384
+ .e-de-font-dlg-header-font-color {
385
+ display: flex;
386
+ font-size: $de-font-dlg-font-size;
387
+ font-weight: $de-header-font-weight;
388
+ margin-bottom: $de-fnt-dlg-header-effects-mrgn-btm;
389
+ }
390
+ .e-de-font-dlg-main-header {
391
+ color: $de-dlg-heading-main-header;
392
+ font-size: 14px;
393
+ font-weight: $de-header-font-weight;
394
+ margin-right: $de-font-dlg-main-header-margin-right;
395
+ }
396
+ .e-de-font-dlg-cb-right {
397
+ margin-left: $e-de-font-dlg-cb-margin-right;
398
+ }
399
+ .e-de-font-dlg-cb-right.e-de-rtl {
400
+ margin-left: 0;
401
+ margin-right: $e-de-font-dlg-cb-margin-right;
402
+ }
403
+ .e-de-font-dlg-cb-right-div {
404
+ margin-left: 20px;
405
+ }
406
+ .e-de-dropdown {
407
+ margin-right: $de-dropdown-margin-right;
408
+ }
409
+ .e-de-restrict-pane{
410
+ border-right: 1px solid $de-op-border-clr;
411
+ padding-left: $de-op-padding-left;
412
+ padding-top: $de-op-padding-top;
413
+ padding-right: $de-op-padding-left;
414
+ position: relative;
415
+ width: 300px;
416
+ }
417
+ @if $skin-name =='FluentUI' {
418
+ .e-bigger {
419
+ .e-de-restrict-pane,
420
+ .e-de-op {
421
+ width: 300px;
422
+ }
423
+ }
424
+ }
425
+ .e-de-op {
426
+ border-right: 1px solid $de-op-border-clr;
427
+ padding-left: $de-op-padding-left;
428
+ padding-right: $de-op-padding-left;
429
+ position: relative;
430
+ width: 300px;
431
+ }
432
+ .e-de-op.e-de-rtl {
433
+ padding-left: 0;
434
+ padding-right: $de-op-padding-left;
435
+ }
436
+ .e-de-op-header {
437
+ color: $de-op-title-clr;
438
+ font-family: $de-op-header-font-family;
439
+ font-size: 15px;
440
+ font-weight: $de-op-header-font-weight;
441
+ margin-bottom: $de-op-header-bottm-margin;
442
+ padding-top: $de-op-header-padding-top;
443
+ @if $skin-name=='tailwind' {
444
+ line-height: 24px;
445
+ }
446
+ }
447
+ .e-de-op-header.e-de-rtl {
448
+ direction: rtl;
449
+ text-align: right;
450
+ }
451
+ .e-de-op-tab {
452
+ border: 0;
453
+ height: auto;
454
+ @if $skin-name=='tailwind' {
455
+ background: transparent;
456
+ }
457
+ }
458
+ .e-de-op-icon {
459
+ color: $de-op-icon-color;
460
+ @if $skin-name !='tailwind' {
461
+ height: 20px;
462
+ width: 20px;
463
+ }
464
+ }
465
+ .e-de-op-close-icon {
466
+ @if $skin-name !='bootstrap' {
467
+ color: $dialog-btn-clr;
468
+ }
469
+ }
470
+ .e-de-op-nav-btn {
471
+ @if $skin-name !='tailwind' {
472
+ height: $de-op-close-icon-width;
473
+ width: $de-op-close-icon-width;
474
+ }
475
+ }
476
+ .e-de-op-search-txt {
477
+ border-bottom: 1px solid $search-result-hightlight-bdr-item;
478
+ color: $de-dlg-heading-main-header;
479
+ font-size: 14px;
480
+ }
481
+ .e-de-op-search-txt .e-de-op-search-word {
482
+ color: $de-op-search-txt;
483
+ }
484
+ .e-de-op-more-less {
485
+ display: inline-flex;
486
+ margin-top: $de-op-more-less-mrgn-top;
487
+ }
488
+
489
+ @if $skin-name == "FluentUI" {
490
+ .e-de-rp-more-less{
491
+ .e-label{
492
+ font-size: 14px !important;
493
+ }
494
+ }
495
+ .e-bigger {
496
+ .e-de-op-more-less,
497
+ .e-de-rp-more-less {
498
+ .e-label {
499
+ font-size: 16px !important;
500
+ }
501
+ }
502
+ }
503
+ }
504
+
505
+ .e-de-op-replacetabcontentdiv {
506
+ margin-top: $de-op-more-less-mrgn-top;
507
+ }
508
+ label[for*="_wholeWord_e-de-ltr"] {
509
+ @if $skin-name == "FluentUI" {
510
+ left: 15px;
511
+ }
512
+ @else {
513
+ left: 35px;
514
+ }
515
+ }
516
+ label[for*="_wholeWord_e-de-rtl"] {
517
+ @if $skin-name == "FluentUI" {
518
+ right: 15px;
519
+ }
520
+ @else {
521
+ right: 35px;
522
+ }
523
+ }
524
+ .e-de-cell-dia-label-common {
525
+ display: inline-block;
526
+ font-size: $de-cell-margin-dia-common-font;
527
+ font-weight: $de-header-font-weight;
528
+ margin-bottom: $de-cell-margin-dia-common-margin-bottom;
529
+ margin-top: $de-cell-margin-dia-common-margin-top;
530
+ width: $de-cell-margin-dia-common-width;
531
+ }
532
+ .e-de-cell-dia-options-label {
533
+ //font-size: $de-cell-margin-dia-options-font;
534
+ font-weight: $de-para-dlg-heading-font-weight;
535
+ @if $skin-name=='tailwind' {
536
+ color: $de-dlg-heading-main-header;
537
+ }
538
+ }
539
+ .e-de-table-border-heading {
540
+ font-size: $de-border-dlg-border-label-fontsize;
541
+ font-weight: $de-border-dlg-border-label-font-weight;
542
+ padding-bottom: $de-border-dlg-border-label-paddingbottom;
543
+ @if $skin-name=='tailwind' {
544
+ color: $de-dlg-heading-main-header;
545
+ }
546
+ }
547
+ .e-de-table-setting-heading {
548
+ font-size: $de-border-dlg-setting-label-fontsize;
549
+ font-weight: $de-border-dlg-border-label-fontweight;
550
+ padding-bottom: $de-border-dlg-setting-label-paddingbottom;
551
+ }
552
+ .e-de-layout-setting-heading {
553
+ font-size: $de-border-dlg-setting-label-fontsize;
554
+ font-weight: $de-border-dlg-border-label-fontweight;
555
+ padding-bottom: $de-border-dlg-setting-label-paddingbottom;
556
+ }
557
+ .e-de-table-setting-labels-heading {
558
+ font-size: $de-border-dlg-settinglabels-fontsize;
559
+ font-weight: $de-border-dlg-border-label-fontweight;
560
+ margin-left: $de-table-alignment-label-margin-left;
561
+ }
562
+ .e-de-table-element-subheading {
563
+ font-size: $de-border-dlg-settinglabels-fontsize;
564
+ font-weight: $de-border-dlg-border-label-fontweight;
565
+ @if $skin-name=='tailwind' {
566
+ padding-bottom: 8px !important;
567
+ }
568
+ }
569
+ .e-de-border-dlg-preview-div {
570
+ border: $de-border-dlg-border-preview-div-width solid $de-border-dlg-border-preview-div-opacity;
571
+ width: 80px;
572
+ height: 80px;
573
+ }
574
+ .e-de-border-dlg-preview-inside-divs {
575
+ opacity: $de-border-dlg-preview-inside-divs-opacity;
576
+ }
577
+ .e-de-tablecell-dia-align-div {
578
+ border: $de-table-align-border-width solid $de-table-align-border-color;
579
+ display: inline-block;
580
+ height: $de-table-align-height;
581
+ margin-right: $de-table-align-margin-right;
582
+ width: $de-table-align-width;
583
+ }
584
+ .e-de-tablecell-dia-align-div.e-de-rtl {
585
+ margin-left: $de-table-align-margin-right;
586
+ margin-right: 0;
587
+ }
588
+ .e-de-table-dia-align-label {
589
+ display: inline-block;
590
+ font-size: $de-table-alignment-label-font-size;
591
+ @if $skin-name !='Material3' {
592
+ font-weight: $de-header-font-weight;
593
+ }
594
+ margin-left: $de-table-alignment-label-margin-left;
595
+ margin-top: $de-table-alignment-label-margin-top;
596
+ }
597
+ .e-de-table-dialog-separator-line {
598
+ background-color: $de-table-separator-line-color;
599
+ bottom: $de-table-separtor-line-top;
600
+ display: none;
601
+ height: $de-table-separator-line-height;
602
+ left: $de-table-separator-line-left;
603
+ margin-top: $de-table-dlg-separator-line-top;
604
+ position: absolute;
605
+ width: $de-table-separator-line-width;
606
+ }
607
+ .e-de-table-alignment-active {
608
+ border: 1px solid $de-table-align-active-color;
609
+ }
610
+ .e-de-table-dialog-options-label {
611
+ @if $skin-name =='Material3' {
612
+ font-size: $de-table-options-font-size;
613
+ font-weight: $de-table-options-font-weight;
614
+ padding-bottom: $de-table-options-padding-bottom;
615
+ }
616
+ // @if $skin-name=='tailwind' {
617
+ // color: $de-dlg-heading-main-header;
618
+ // }
619
+ }
620
+ .e-de-table-dialog-size-label {
621
+ padding-top: $de-table-options-padding-top !important;
622
+ @if $skin-name =='Material3' {
623
+ font-weight: 600;
624
+ font-size: 12px;
625
+ }
626
+ }
627
+
628
+ .e-de-list-ddl-header {
629
+ font-size: 14px;
630
+ font-weight: $de-list-dlg-header-font-weight;
631
+ margin-bottom: $de-list-dlg-header-margin-bottom;
632
+ margin-top: $de-list-dlg-header-margin-top;
633
+ @if $skin-name=='tailwind' {
634
+ color: $de-dlg-heading-main-header;
635
+ }
636
+ }
637
+ .e-de-list-ddl-header-list-level {
638
+ font-size: 14px;
639
+ font-weight: $de-list-dlg-header-font-weight;
640
+ margin-bottom: $de-list-dlg-header-margin-bottom;
641
+ @if $skin-name=='tailwind' {
642
+ color: $de-dlg-heading-main-header;
643
+ }
644
+ }
645
+ .e-de-tbl-dlg-footer {
646
+ padding-top: $de-tbl-dlg-footer;
647
+ }
648
+ .e-de-row-ht-top,
649
+ .e-de-cell-ht-top {
650
+ padding: 0 $de-table-row-cell-pdng;
651
+ @if $skin-name=='bootstrap5' or $skin-name=='tailwind' {
652
+ width: 144px;
653
+ }
654
+ @else {
655
+ width: 160px;
656
+ }
657
+ }
658
+ .e-de-ht-wdth-type {
659
+ margin-top: $de-hght-type-top;
660
+ width: 120px;
661
+ }
662
+ .e-de-row-ht-top.e-de-rtl,
663
+ .e-de-cell-ht-top.e-de-rtl {
664
+ margin-left: 0;
665
+ margin-right: $de-table-row-cell-pdng;
666
+ }
667
+ .e-de-cell-width-top {
668
+ margin-left: $de-cell-width-top-margin-left;
669
+ margin-top: $de-cell-width-top-margin-top;
670
+ }
671
+ .e-de-cell-width-top.e-de-rtl {
672
+ margin-left: 0;
673
+ margin-right: $de-cell-width-top-margin-left;
674
+ }
675
+ .e-de-tbl-dlg-border-btn {
676
+ float: right;
677
+ //margin-bottom: $de-tbl-dlg-border-btn-margin-bottom;
678
+ margin-top: $de-tbl-dlg-border-btn-margin-top;
679
+ }
680
+ .e-de-tbl-dlg-border-btn.e-de-rtl {
681
+ float: left;
682
+ margin-right: 0;
683
+ }
684
+ .e-de-table-border-setting.e-de-rtl {
685
+ right: 5px;
686
+ }
687
+ .e-de-tbl-dlg-op-btn {
688
+ left: $de-tbl-opt-btn-left;
689
+ position: absolute;
690
+ top: $de-tbl-opt-btn-top;
691
+ }
692
+ .e-de-insert-table-dlg-sub-header {
693
+ display: block;
694
+ font-size: 12px;
695
+ font-weight: $de-header-font-weight;
696
+ margin-bottom: $de-insert-table-title-bottom-margin;
697
+ margin-top: $de-insert-table-title-top-margin;
698
+ }
699
+ .e-de-insert-footnote-dlg-sub-header,
700
+ .e-de-insert-footnote-dlg-header {
701
+ display: block;
702
+ font-size: 12px;
703
+ font-weight: $de-header-font-weight;
704
+ margin-bottom: $de-insert-table-title-bottom-margin;
705
+ margin-top: $de-insert-table-title-top-margin;
706
+ }
707
+ .e-de-insert-footnote-dlg-header {
708
+ margin-bottom: $de-insert-footnote-dlg-header-mrg-btm;
709
+ }
710
+ .e-de-insert-table-dlg-input {
711
+ @if $skin-name == 'FluentUI' {
712
+ display: inline-block;
713
+ }
714
+ margin-bottom: $de-insert-table-dlg-input-bottom;
715
+ }
716
+ .e-de-list-ddl-subheader,
717
+ .e-de-list-ddl-subheaderbottom {
718
+ font-size: 12px;
719
+ font-weight: $de-list-dlg-subheader-font-weight;
720
+ margin-bottom: $de-list-dlg-subheader-margin-bottom;
721
+ margin-top: $de-list-dlg-subheader-margin-top;
722
+ }
723
+ .e-de-list-dlg-subdiv {
724
+ float: right;
725
+ margin-top: $e-de-list-subdiv-margin-top;
726
+ position: relative;
727
+ }
728
+ .e-de-list-dlg-subdiv.e-de-rtl {
729
+ float: left;
730
+ margin-top: $e-de-list-subdiv-margin-top-rtl;
731
+ }
732
+ .e-de-list-dlg-div {
733
+ float: right;
734
+ margin-top: $e-de-list-div-margin-top;
735
+ position: relative;
736
+ }
737
+ .e-de-list-dlg-div.e-de-rtl {
738
+ float: left;
739
+ margin-top: $e-de-list-div-margin-top-rtl;
740
+ }
741
+ .e-de-ok-button {
742
+ margin-right: $de-ok-insert-button-margin-right;
743
+ }
744
+ .e-de-ok-button.e-de-rtl {
745
+ margin-left: $de-ok-insert-button-margin-right;
746
+ }
747
+ .e-de-options-setter {
748
+ left: $de-options-buttons-left;
749
+ }
750
+ .e-de-op-close-icon:hover {
751
+ color: $de-op-btn-icon-hover-clr;
752
+ }
753
+ .e-de-tooltip {
754
+ background-color: $de-tooltip-bg-clr;
755
+ box-shadow: $de-tooltip-shadow;
756
+ color: $de-tooltip-color;
757
+ cursor: text;
758
+ display: table;
759
+ max-width: 200px;
760
+ padding: 5px;
761
+ word-wrap: break-word;
762
+ }
763
+ .e-de-form-popup {
764
+ background-color: $de-tooltip-bg-clr;
765
+ box-shadow: $de-tooltip-shadow;
766
+ color: $de-tooltip-color;
767
+ cursor: text;
768
+ max-width: 350px;
769
+ min-width: 300px;
770
+ padding: 16px;
771
+ position: absolute;
772
+ width: fit-content;
773
+ word-wrap: break-word;
774
+ }
775
+ .e-de-save,
776
+ .e-de-cancel {
777
+ margin-left: 8px;
778
+ }
779
+ .e-btn.e-de-op-icon-btn {
780
+ background-color: $de-op-btn-icon-bg;
781
+ border-color: $de-op-btn-icon-border;
782
+ }
783
+ .e-documenteditor .e-de-op-close-button {
784
+ left: 250px;
785
+ position: absolute;
786
+ top: $de-op-close-button-top;
787
+ @if $skin-name=='bootstrap4' {
788
+ padding-top: 0px;
789
+ }
790
+ }
791
+ @if $skin-name=='FluentUI' or $skin-name=='bootstrap5' {
792
+ .e-bigger {
793
+ .e-documenteditor .e-de-op-close-button {
794
+ left: 240px;
795
+ position: absolute;
796
+ top: 5px;
797
+ }
798
+ }
799
+ }
800
+ @if $skin-name=='bootstrap4' or $skin-name=='bootstrap5' {
801
+
802
+ .e-de-style-paragraph-indent-group-button .e-btn.e-active,
803
+ .e-de-style-paragraph-group-button .e-btn.e-active,
804
+ .e-de-style-font-group-button .e-btn.e-active {
805
+ @if $skin-name !='tailwind' {
806
+ background-color: $de-style-btn-bg-color;
807
+ box-shadow: $de-toggle-btn-border;
808
+ box-shadow: none;
809
+ .e-btn-icon {
810
+ @if $skin-name !='bootstrap5' {
811
+ color: $de-style-btn-color;
812
+ }
813
+ }
814
+ }
815
+ }
816
+
817
+ .e-de-style-font-group-button,
818
+ .e-de-style-paragraph-group-button,
819
+ .e-de-style-paragraph-indent-group-button {
820
+ .e-btn {
821
+ background: $de-style-dlg-btn-bg-color;
822
+ @if $skin-name !='Material3' {
823
+ border-color: $de-style-dlg-btn-border-color;
824
+ }
825
+ #{if(&, '&', '*')}:focus {
826
+ background-color: $de-style-btn-bg-color;
827
+ box-shadow: $de-toggle-btn-border;
828
+ }
829
+ #{if(&, '&', '*')}:active {
830
+ background-color: $de-style-btn-bg-color;
831
+ box-shadow: $de-toggle-btn-border;
832
+ }
833
+ #{if(&, '&', '*')}:hover {
834
+ background-color: $de-style-btn-bg-color;
835
+ box-shadow: $de-toggle-btn-border;
836
+ }
837
+ }
838
+ }
839
+ .e-de-style-font-group-button .e-btn:hover,
840
+ .e-de-style-font-group-button .e-btn:focus,
841
+ .e-de-style-font-group-button .e-btn:active,
842
+ .e-de-style-font-group-button .e-btn:disabled,
843
+ .e-de-style-paragraph-group-button .e-btn:hover,
844
+ .e-de-style-paragraph-group-button .e-btn:focus,
845
+ .e-de-style-paragraph-group-button .e-btn:active,
846
+ .e-de-style-paragraph-group-button .e-btn:disabled {
847
+ .e-btn-icon {
848
+ @if $skin-name=='bootstrap5' {
849
+ color: $de-style-btn-hover-color
850
+ }
851
+ @else {
852
+ color: $de-style-btn-color;
853
+ }
854
+ }
855
+ }
856
+ .e-de-style-font-group-button .e-btn-icon,
857
+ .e-de-style-paragraph-group-button .e-btn-icon,
858
+ .e-de-style-paragraph-indent-group-button .e-btn-icon {
859
+ color: $de-prop-btn-icon-clr;
860
+ font-size: $de-btn-font-size;
861
+ }
862
+ .e-de-style-paragraph-indent-group-button .e-btn:hover,
863
+ .e-de-style-paragraph-indent-group-button .e-btn:focus,
864
+ .e-de-style-paragraph-indent-group-button .e-btn:active,
865
+ .e-de-style-paragraph-indent-group-button .e-btn:disabled {
866
+ .e-btn-icon {
867
+ color: $de-style-btn-color;
868
+ }
869
+ }
870
+ .e-de-style-paragraph-indent-group-button .e-btn-icon {
871
+ color: $de-prop-btn-icon-clr;
872
+ font-size: $de-btn-font-size;
873
+ }
874
+
875
+ @if $skin-name != 'bootstrap5' {
876
+ .e-de-style-font-color-picker .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,
877
+ .e-de-style-font-color-picker .e-btn.e-icon-btn,
878
+ .e-de-dlg-clr-picker .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,
879
+ .e-de-dlg-clr-picker .e-btn.e-icon-btn,
880
+ .e-de-font-dlg-display .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,
881
+ .e-de-font-dlg-display .e-colorpicker-wrapper .e-btn.e-icon-btn {
882
+ padding: 4px 8px !important;
883
+ }
884
+
885
+ .e-de-rp-close-icon.e-btn {
886
+ background: $de-rp-btn-bg-color;
887
+ border: 0;
888
+ color: $de-cmt-pant-content-font;
889
+ opacity: 1;
890
+ }
891
+
892
+ .e-de-toc-dlg-style-input {
893
+ margin-top: 18px;
894
+ }
895
+ .e-de-list-container {
896
+ background: $de-style-btn-color !important;
897
+ }
898
+
899
+ .e-documenteditor .e-de-op-close-button {
900
+ top: 10px;
901
+ }
902
+ .e-de-styles,
903
+ .e-de-bookmark {
904
+ margin-top: 0 !important;
905
+ }
906
+
907
+ .e-styles-common {
908
+ padding-top: $de-style-list-top;
909
+ }
910
+ .e-styles-list {
911
+ margin-right: $de-style-list-top;
912
+ }
913
+ .e-bigger {
914
+ .e-de-style-dlg-name-input {
915
+ height: $e-de-style-input-text-height-bigger;
916
+ }
917
+ .e-de-style-bold-button-size {
918
+ height: $e-de-style-input-text-height-bigger;
919
+ }
920
+ .e-styles-common {
921
+ padding-top: $de-style-list-top-bigger;
922
+ }
923
+ .e-styles-list {
924
+ margin-right: $de-style-list-top-bigger;
925
+ }
926
+ .e-bookmark-gotobutton,
927
+ .e-bookmark-addbutton,
928
+ .e-styles-addbutton,
929
+ .e-bookmark-deletebutton {
930
+ margin-bottom: $de-style-list-top-bigger;
931
+ }
932
+ }
933
+ .e-bigger .e-de-search-tab-content {
934
+ margin-top: $de-op-search-tab-content-margin-top-bigger;
935
+ width: $de-op-search-text-box-container-width;
936
+ }
937
+ .e-bigger .e-de-op-more-less {
938
+ display: inline-flex;
939
+ margin-top: 16px;
940
+ }
941
+ .e-bigger .e-de-op-dlg-footer {
942
+ margin-top: $de-op-dlg-footer-margin-top-bigger;
943
+ }
944
+ .e-de-font-dlg-display .e-split-btn-wrapper .e-btn {
945
+ border-color: $de-style-toggle-btn-color;
946
+ }
947
+ }
948
+ }
949
+ @if $skin-name=='bootstrap5' or $skin-name=='FluentUI' {
950
+ .e-de-restrict-pane {
951
+ color: $content-text-color;
952
+ }
953
+ //Hyperlink dialog
954
+ .e-bigger {
955
+ .e-de-hyperlink-dlg-input,
956
+ .e-de-insert-table-dlg-input,
957
+ .e-de-insert-footnote-dlg-header,
958
+ .e-bookmark-dlgfields,
959
+ .e-de-ff-dlg-heading {
960
+ margin-bottom: $de-bigger-padding !important;
961
+ }
962
+ @if $skin-name != 'FluentUI' {
963
+ // Font dialog
964
+ .e-de-font-dlg-cb-right,
965
+ .e-bookmark-list.e-de-rtl,
966
+ .e-styles-list.e-de-rtl,
967
+ .e-de-ff-dlg-lft-hlf.e-de-rtl {
968
+ margin-left: $de-bigger-padding;
969
+ }
970
+ .e-de-font-dlg-cb-right.e-de-rtl,
971
+ .e-bookmark-list,
972
+ .e-styles-list,
973
+ .e-de-ff-dlg-lft-hlf {
974
+ margin-right: $de-bigger-padding;
975
+ }
976
+ }
977
+ @else {
978
+ // Font dialog
979
+ .e-de-font-dlg-cb-right,
980
+ .e-bookmark-list.e-de-rtl,
981
+ .e-styles-list.e-de-rtl,
982
+ .e-de-ff-dlg-lft-hlf.e-de-rtl {
983
+ margin-left: 16px;
984
+ }
985
+ .e-de-font-dlg-cb-right.e-de-rtl,
986
+ .e-bookmark-list,
987
+ .e-styles-list,
988
+ .e-de-ff-dlg-lft-hlf {
989
+ margin-right: 16px;
990
+ }
991
+ }
992
+
993
+ .e-bookmark-textboxdiv {
994
+ margin-bottom: 12px !important;
995
+ }
996
+ .e-de-ff-drpdwn-mvdn,
997
+ .e-de-ff-drpdwn-mvup {
998
+ width: 52px !important;
999
+ }
1000
+ .e-documenteditor {
1001
+ .e-de-op-close-button.e-de-rtl {
1002
+ right: 240px;
1003
+ }
1004
+ }
1005
+ // .e-de-enforce .e-de-enforce-dlg-input:not(.e-de-enforce .e-de-enforce-dlg-input:last-child) {
1006
+ // margin-bottom: $de-bigger-padding;
1007
+ // }
1008
+ .e-de-track-date {
1009
+ font-size: 12px;
1010
+ }
1011
+ .e-de-page-setup-dlg-sub-container-port {
1012
+ @if $skin-name != 'FluentUI' {
1013
+ margin-top: 19px;
1014
+ }
1015
+ @else {
1016
+ margin-top: 34px;
1017
+ }
1018
+ }
1019
+ // .e-de-table-ppty-dlg-left-indent-container {
1020
+ // bottom: 12px;
1021
+ // }
1022
+ .e-de-table-container-div {
1023
+ margin-top: 13px;
1024
+ }
1025
+ .e-de-table-properties-dlg {
1026
+ width: 470px;
1027
+ }
1028
+ .e-de-table-ppty-dlg-preferred-width-div,
1029
+ .e-de-table-ppty-dlg-measure-drop-down-div,
1030
+ .e-de-ht-wdth-type {
1031
+ width: 155px;
1032
+ }
1033
+ .e-de-row-ht-top,
1034
+ .e-de-cell-ht-top {
1035
+ width: 179px;
1036
+ }
1037
+ }
1038
+ }
1039
+ @if $skin-name=='tailwind' {
1040
+ .e-bigger {
1041
+ .e-de-table-properties-dlg {
1042
+ width: 485px;
1043
+ }
1044
+ .e-de-table-ppty-dlg-preferred-width-div,
1045
+ .e-de-table-ppty-dlg-measure-drop-down-div,
1046
+ .e-de-ht-wdth-type {
1047
+ width: 155px;
1048
+ }
1049
+ .e-de-row-ht-top,
1050
+ .e-de-cell-ht-top {
1051
+ width: 179px;
1052
+ }
1053
+ .e-de-restrict-pane {
1054
+ width: 295px;
1055
+ }
1056
+ // .e-de-rp-sub-div,
1057
+ // .e-de-rp-whole-header {
1058
+ // padding: 16px;
1059
+ // }
1060
+ .e-de-rp-stop-div1 {
1061
+ padding: 12px 16px 12px 16px;
1062
+ }
1063
+ .e-de-rp-stop-div2 {
1064
+ padding: 16px 16px 24px;
1065
+ }
1066
+ // .e-de-rp-stop-div3 {
1067
+ // padding: 0 0 16px 16px;
1068
+ // }
1069
+ // .e-de-rp-nav-btn {
1070
+ // margin: 0px 25px;
1071
+ // }
1072
+ // .e-de-rp-enforce {
1073
+ // padding: 16px;
1074
+ // }
1075
+ .e-de-cmt-sub-container,
1076
+ .e-de-font-dlg-header,
1077
+ .e-de-font-dlg-header-effects,
1078
+ .e-de-font-dlg-header-font-color,
1079
+ .e-de-dlg-sub-header,
1080
+ .e-de-prop-sub-label,
1081
+ .e-de-hyperlink-dlg-title,
1082
+ .e-de-insert-table-dlg-sub-header,
1083
+ .e-de-row-ht-top,
1084
+ .e-de-table-dia-align-label,
1085
+ .e-de-cell-dia-label-common,
1086
+ .e-de-table-setting-labels-heading,
1087
+ .e-de-trckchanges-inner,
1088
+ .e-de-page-setup-dlg-sub-header,
1089
+ .e-de-tbl-indent-lbl,
1090
+ .e-de-table-element-subheading,
1091
+ .e-de-ff-dlg-heading-small,
1092
+ .e-styles-dlgfields,
1093
+ .e-de-insert-footnote-dlg-sub-header,
1094
+ .e-de-list-ddl-subheaderbottom,
1095
+ .e-de-table-measure-lbl,
1096
+ .e-bookmark-dlgfields,
1097
+ .e-de-page-setup-dlg-sub-title-header,
1098
+ .e-de-list-ddl-subheader,
1099
+ .e-de-rp-stop-div1,
1100
+ .e-de-unprotect-dlg-title,
1101
+ .e-de-rp-stop-div2,
1102
+ .e-de-rp-enforce-nav.e-de-rp-nav-lbl .e-label,
1103
+ .e-de-enforce-dlg-title,
1104
+ .e-de-track-date,
1105
+ .e-de-rp-sub-content-div,
1106
+ .e-de-rp-stop-div3,
1107
+ .e-de-cmt-date {
1108
+ font-size: 14px !important;
1109
+ }
1110
+ .e-de-table-setting-heading,
1111
+ .e-de-cell-dia-options-label,
1112
+ .e-de-style-formatting,
1113
+ .e-de-table-border-heading,
1114
+ .e-de-style-properties,
1115
+ .e-de-page-setup-dlg-sub-label,
1116
+ .e-de-toc-dlg-heading,
1117
+ .e-de-ff-dlg-heading,
1118
+ .e-de-toc-dlg-main-heading,
1119
+ .e-de-list-ddl-header,
1120
+ .e-de-prop-header-label,
1121
+ .e-de-table-border-heading,
1122
+ .e-de-dlg-spellchecker-subheader,
1123
+ .e-de-dlg-spellchecker-subheaderbtm,
1124
+ .e-de-list-ddl-header-list-level,
1125
+ .e-de-rp-format,
1126
+ .e-de-track-toolbar-overlay,
1127
+ .e-de-cmt-author-name,
1128
+ .e-de-cmt-readonly,
1129
+ .e-de-op-search-icon,
1130
+ .e-de-op-nav-btn,
1131
+ .e-de-track-user-nme,
1132
+ .e-de-tc-no-chng {
1133
+ font-size: 16px;
1134
+ }
1135
+ .e-de-cell-margin-top {
1136
+ padding-top: 0;
1137
+ }
1138
+ .e-de-op {
1139
+ padding-left: 16px;
1140
+ padding-right: 16px;
1141
+ width: 308px;
1142
+ }
1143
+ .e-de-font-dlg-cb-right.e-de-rtl,
1144
+ .e-de-style-left-div,
1145
+ .e-bookmark-list,
1146
+ .e-de-ff-dlg-lft-hlf,
1147
+ .e-styles-list,
1148
+ .e-de-user-dlg-textbox-input {
1149
+ margin-right: 16px !important;
1150
+ }
1151
+ .e-de-ff-dlg-lft-hlf.e-de-rtl,
1152
+ .e-de-table-ppty-dlg-preferred-width-div,
1153
+ .e-de-font-dlg-cb-right,
1154
+ .e-de-table-ppty-dlg-measure-div,
1155
+ .e-de-ff-drpdwn-listview.e-de-rtl,
1156
+ .e-de-table-ppty-dlg-measure-drop-down-div,
1157
+ .e-bookmark-list.e-de-rtl,
1158
+ .e-de-op.e-de-rtl .e-de-search-tab-content,
1159
+ .e-de-user-dlg-list.e-de-rtl .e-de-user-dlg-textbox-input {
1160
+ margin-left: 16px;
1161
+ }
1162
+ .e-de-toc-dlg-style-label {
1163
+ margin-top: 56px;
1164
+ }
1165
+ .e-de-ff-drpdwn-mvup {
1166
+ margin-right: 12px;
1167
+ }
1168
+ .e-de-font-clr-div,
1169
+ .e-de-toc-dlg-styles,
1170
+ // .e-de-tbl-dlg-border-btn {
1171
+ // margin-top: 20px;
1172
+ // }
1173
+ .e-de-font-dlg-padding,
1174
+ .e-de-page-setup-dlg-sub-title-header,
1175
+ .e-de-op-result-container .e-de-list-ddl-subheaderbottom,
1176
+ .e-de-op-more-less,
1177
+ .e-de-op-replacetabcontentdiv,
1178
+ .e-de-op-dlg-footer {
1179
+ margin-top: 16px;
1180
+ }
1181
+ // .e-de-table-ppty-dlg-left-indent-container {
1182
+ // bottom: 14px;
1183
+ // }
1184
+ // .e-de-table-ppty-dlg-left-indent-container {
1185
+ // left: 50px;
1186
+ // }
1187
+ // .e-de-table-ppty-dlg-left-indent-container.e-de-rtl {
1188
+ // right: 50px;
1189
+ // }
1190
+ .e-de-ff-drpdwn-mvdn,
1191
+ .e-de-ff-drpdwn-mvup {
1192
+ width: 46px !important;
1193
+ }
1194
+ .e-de-list-dlg-div.e-de-rtl,
1195
+ .e-de-list-dlg-subdiv.e-de-rtl {
1196
+ margin-top: -150px;
1197
+ }
1198
+ .e-de-list-dlg-div:not(.e-de-rtl) {
1199
+ margin-top: 40px;
1200
+ }
1201
+ .e-de-ht-wdth-type {
1202
+ margin-top: -18px;
1203
+ }
1204
+ .e-de-list-dlg {
1205
+ width: 425px;
1206
+ }
1207
+ .e-de-list-dlg-subdiv .e-input {
1208
+ height: 38px;
1209
+ }
1210
+ .e-de-toc-dlg-container {
1211
+ width: 640px;
1212
+ }
1213
+ .e-de-toc-styles-table-div {
1214
+ height: 195px;
1215
+ }
1216
+ .e-de-toc-table-div {
1217
+ height: 127px;
1218
+ }
1219
+ .e-de-toc-list-view {
1220
+ height: 204px;
1221
+ }
1222
+ .e-de-style-options-div,
1223
+ .e-de-ff-dlg-heading,
1224
+ .e-de-table-ppty-options-break,
1225
+ .e-de-page-setup-dlg-first-page-prop,
1226
+ .e-de-style-options-div>div:first-child,
1227
+ .e-de-toc-dlg-sub-container,
1228
+ .e-de-cmt-author,
1229
+ .e-de-font-checkbox-transform,
1230
+ .e-de-font-color-label,
1231
+ .e-bookmark-gotobutton,
1232
+ .e-de-drp-dwn-frst-div,
1233
+ .e-de-font-checkbox-transform-label,
1234
+ .e-bookmark-deletebutton,
1235
+ .e-bookmark-textboxdiv,
1236
+ .e-de-user-dlg-user,
1237
+ .e-de-page-setup-dlg-sub-label {
1238
+ margin-bottom: 12px !important;
1239
+ }
1240
+ .e-de-row-ht-top,
1241
+ .e-de-cell-ht-top {
1242
+ padding: 0 16px;
1243
+ }
1244
+ .e-de-style-name,
1245
+ .e-de-style-styletype,
1246
+ .e-de-style-style-based-on,
1247
+ .e-de-style-style-paragraph {
1248
+ font-size: 14px;
1249
+ }
1250
+ .e-de-pagesetup-dlg-container .e-input-group {
1251
+ width: 199px !important;
1252
+ }
1253
+ .e-de-table-measure-lbl {
1254
+ width: 90px !important;
1255
+ }
1256
+ .e-de-list-ddl-subheader,
1257
+ .e-de-cell-dia-label-common,
1258
+ .e-de-page-setup-dlg-sub-container-port {
1259
+ margin-top: 42px;
1260
+ }
1261
+ .e-de-page-setup-dlg-first-page-prop {
1262
+ height: 30px !important;
1263
+ }
1264
+ .e-de-table-dialog-options-label {
1265
+ padding-bottom: 16px;
1266
+ }
1267
+ .e-de-row-ht-top,
1268
+ .e-de-cell-ht-top {
1269
+ margin-top: 4px;
1270
+ }
1271
+ .e-de-table-options-dlg {
1272
+ width: 425px;
1273
+ }
1274
+ .e-de-style-based-para-div .e-input-group,
1275
+ .e-de-style-nametype-div .e-input-group,
1276
+ .e-de-style-nametype-div .e-input {
1277
+ width: 320px !important;
1278
+ }
1279
+ .e-de-font-color-label,
1280
+ .e-de-hyperlink-bookmark-check,
1281
+ .e-de-search-tab-content,
1282
+ .e-de-page-setup-dlg-orientation-prop {
1283
+ margin-top: 16px;
1284
+ }
1285
+ .e-de-page-setup-dlg-sub-size-container,
1286
+ .e-bookmark-addbutton,
1287
+ .e-de-page-setup-dlg-layout-sub-container,
1288
+ .e-de-insert-table-dlg-input,
1289
+ .e-de-insert-footnote-dlg-header,
1290
+ .e-de-hyperlink-dlg-input,
1291
+ .e-de-style-nametype-div,
1292
+ .e-de-rp-format,
1293
+ .e-de-hdr-ftr-frst-page-div,
1294
+ .e-de-page-setup-dlg-sub-container,
1295
+ .e-de-div-seperate-dlg,
1296
+ .e-styles-addbutton,
1297
+ .e-de-user-dlg-list,
1298
+ .e-de-spellcheck-error-container,
1299
+ .e-bookmark-deletebutton,
1300
+ .e-bookmark-gotobutton {
1301
+ margin-bottom: 16px !important;
1302
+ }
1303
+ .e-de-op-header {
1304
+ margin-bottom: 0;
1305
+ }
1306
+ .e-de-style-based-para-div,
1307
+ .e-de-table-options-dlg-div {
1308
+ margin-bottom: 20px;
1309
+ }
1310
+ .e-de-font-dlg .e-input-group {
1311
+ width: max-content !important;
1312
+ }
1313
+ .e-de-list-dlg .e-input-group,
1314
+ .e-de-list-dlg .e-input {
1315
+ width: 203px !important;
1316
+ }
1317
+ .e-de-pagesetup-dlg-container {
1318
+ width: 415px;
1319
+ }
1320
+ .e-style-font-fmaily-right {
1321
+ width: 188px !important;
1322
+ }
1323
+ .e-de-style-format-dropdwn {
1324
+ height: auto !important;
1325
+ }
1326
+ .e-de-table-options-dlg-div .e-input-group {
1327
+ width: 200px !important;
1328
+ margin-right: 16px;
1329
+ }
1330
+ }
1331
+ .e-bigger .e-de-rp-enforce-nav:not(.e-de-rp-nav-lbl) {
1332
+ margin: 0 16px 16px 16px;
1333
+ }
1334
+ .e-de-style-font-group-button .e-btn:not(button:last-child),
1335
+ .e-de-style-paragraph-group-button .e-btn:not(button:last-child),
1336
+ .e-de-style-paragraph-indent-group-button .e-btn:not(button:last-child) {
1337
+ margin-right: 3px;
1338
+ }
1339
+ .e-style-font-fmaily-right:not(.e-bigger .e-style-font-fmaily-right) {
1340
+ width: 148px !important;
1341
+ }
1342
+ .e-de-rp-enforce-nav.e-de-rp-nav-lbl .e-label {
1343
+ font-size: 12px;
1344
+ }
1345
+ .e-de-cell-margin-top {
1346
+ padding-bottom: 0;
1347
+ }
1348
+ .e-bigger .e-de-ctnr-prop-label.e-de-table-prop-label {
1349
+ margin-bottom: 12px;
1350
+ }
1351
+ .e-de-ctnr-prop-label.e-de-table-prop-label {
1352
+ margin-bottom: 8px;
1353
+ }
1354
+ .e-de-search-tab-content .e-input-group .e-de-op-search-icon:active,
1355
+ .e-de-op-search-close-icon:active {
1356
+ color: $search-icon-bdr-clr !important;
1357
+ }
1358
+ .e-de-op-search-icon:hover,
1359
+ .e-de-op-search-close-icon:hover {
1360
+ color: $search-icon-hvr !important;
1361
+ }
1362
+ .e-de-enforce {
1363
+ font-weight: 500;
1364
+ }
1365
+ // .e-bigger .e-de-enforce .e-de-enforce-dlg-input:not(.e-de-enforce .e-de-enforce-dlg-input:last-child) {
1366
+ // margin-bottom: 16px;
1367
+ // }
1368
+ .e-de-page-setup-dlg-first-page-prop {
1369
+ margin-bottom: 8px;
1370
+ }
1371
+ .e-de-pagesetup-dlg-container .e-input-group {
1372
+ width: 184px !important;
1373
+ }
1374
+ .e-de-table-options-dlg-div .e-input-group {
1375
+ width: 187px !important;
1376
+ }
1377
+ .e-de-font-dlg .e-input-group,
1378
+ .e-de-list-dlg .e-input-group,
1379
+ .e-de-list-dlg .e-input {
1380
+ width: max-content !important;
1381
+ }
1382
+ .e-de-list-ddl-subheaderbottom {
1383
+ margin-top: 12px;
1384
+ }
1385
+ .e-de-style-based-para-div .e-input-group,
1386
+ .e-de-style-nametype-div .e-input-group,
1387
+ .e-de-style-nametype-div .e-input {
1388
+ width: 256px !important;
1389
+ }
1390
+ .e-de-list-ddl-subheader {
1391
+ width: auto !important;
1392
+ }
1393
+ .e-de-table-measure-lbl {
1394
+ width: 80px !important;
1395
+ }
1396
+ .e-de-style-font-group-button>button:last-child {
1397
+ margin-right: 6px;
1398
+ }
1399
+ .e-de-hdr-ftr-frst-page-div,
1400
+ .e-de-page-setup-dlg-sub-container,
1401
+ .e-de-div-seperate-dlg {
1402
+ margin-bottom: 12px;
1403
+ }
1404
+ .e-de-toc-dlg-tab-div {
1405
+ margin-top: 16px;
1406
+ }
1407
+ .e-bookmark-textbox-input {
1408
+ margin-top: 0px !important;
1409
+ }
1410
+ .e-de-table-cell-header-div,
1411
+ .e-de-table-header-div {
1412
+ margin-top: 4px !important;
1413
+ }
1414
+ .e-documenteditor {
1415
+ .e-tab .e-content .e-item {
1416
+ padding: 0;
1417
+ }
1418
+ }
1419
+ // .e-de-enforce .e-de-enforce-dlg-input:last-child {
1420
+ // margin-bottom: 0;
1421
+ // }
1422
+ .e-de-table-cell-margin-dlg .e-input-group {
1423
+ width: 188px !important;
1424
+ }
1425
+ .e-de-restrict-pane {
1426
+ line-height: $de-rp-content-ln-ht;
1427
+ }
1428
+ }
1429
+ .e-de-restrict-pane {
1430
+ color: $de-input-color;
1431
+ }
1432
+ .e-de-op.e-de-rtl .e-de-search-tab-content {
1433
+ margin-left: $de-op-search-tab-content-margin-top;
1434
+ margin-right: 0;
1435
+ }
1436
+ .e-documenteditor .e-de-op-close-button.e-de-rtl {
1437
+ right: 255px;
1438
+ }
1439
+ .e-de-table-measure-lbl {
1440
+ font-size: $de-tbl-measure-lbl-font-size;
1441
+ font-weight: $de-header-font-weight;
1442
+ display: block;
1443
+ margin-bottom: $de-row-height-bottom-margin;
1444
+ }
1445
+ .e-de-tbl-indent-lbl {
1446
+ font-weight: $de-header-font-weight;
1447
+ font-size: $de-tbl-indent-lb-fnt-size;
1448
+ position: relative;
1449
+ display: block;
1450
+ margin-bottom: $de-tbl-indent-lbl-mrgn-btm;
1451
+ top: $de-tbl-indent-lbl-top;
1452
+ }
1453
+ .e-btn.e-de-op-close-button:hover {
1454
+ background-color: $de-op-btn-icon-bg;
1455
+ border-color: $de-op-btn-icon-border;
1456
+ color: $de-op-btn-icon-hover-clr;
1457
+ }
1458
+ .e-btn.e-de-op-close-button:focus {
1459
+ background-color: $de-op-btn-icon-bg;
1460
+ border-color: $de-op-btn-icon-border;
1461
+ color: $de-op-btn-icon-hover-clr;
1462
+ }
1463
+ .e-btn.e-de-op-close-button:active {
1464
+ background-color: $de-op-btn-icon-bg;
1465
+ border-color: $de-op-btn-icon-border;
1466
+ color: $de-op-btn-icon-active-clr;
1467
+ }
1468
+ .e-documenteditor {
1469
+ .e-input {
1470
+ //color: $de-input-color;
1471
+ font-size: 14px;
1472
+ }
1473
+ }
1474
+ .e-de-dlg-target .e-footer-content {
1475
+ .e-control.e-btn.e-flat:not(.e-icon-btn) {
1476
+ height: $de-dlg-btn-height;
1477
+ }
1478
+ }
1479
+ .e-de-tbl-dlg-border-btn .e-control.e-btn.e-flat:not(.e-icon-btn) {
1480
+ height: auto;
1481
+ }
1482
+ .e-de-op-result-container {
1483
+ margin-top: $de-op-result-container-margin-top;
1484
+ }
1485
+ .e-de-restrict-pane,
1486
+ .e-de-op {
1487
+ background: $de-op-bg-color;
1488
+ }
1489
+ .e-de-restrict-pane,
1490
+ .e-de-op {
1491
+ .e-tab-header .e-toolbar-items {
1492
+ margin-bottom: $de-op-tab-header-margin-bottom;
1493
+ margin-top: $de-op-tab-header-margin-top;
1494
+ }
1495
+ }
1496
+ .e-de-font-dlg-color {
1497
+ border: $de-font-color-border;
1498
+ border-radius: $de-font-color-border-radius;
1499
+ font-size: 12px;
1500
+ height: 16px;
1501
+ margin-left: 15px;
1502
+ width: 25px;
1503
+ }
1504
+ .e-de-icon-table-row-above {
1505
+ top: $de-icon-table-row-above-top;
1506
+ }
1507
+ .e-de-icon-table-row-below {
1508
+ top: $de-icon-table-row-below-top;
1509
+ }
1510
+ .e-de-icon-table-column-left {
1511
+ top: $de-icon-table-column-left-top;
1512
+ }
1513
+ .e-de-icon-table-column-right {
1514
+ top: $de-icon-table-column-right-top;
1515
+ }
1516
+ .e-de-icon-table-delete {
1517
+ top: $de-icon-table-delete-top;
1518
+ }
1519
+ .e-de-icon-table-row-delete {
1520
+ top: $de-icon-table-row-delete-top;
1521
+ }
1522
+ .e-de-icon-table-column-delete {
1523
+ top: $de-icon-table-column-delete-top;
1524
+ }
1525
+ .e-de-list-bullet-none {
1526
+ height: 40px;
1527
+ width: 40px;
1528
+ }
1529
+ .e-de-list-bullet-dot {
1530
+ height: 40px;
1531
+ width: 40px;
1532
+ }
1533
+ .e-de-list-bullet-circle {
1534
+ height: 40px;
1535
+ width: 40px;
1536
+ }
1537
+ .e-de-list-bullet-square {
1538
+ height: 40px;
1539
+ width: 40px;
1540
+ }
1541
+ .e-de-list-bullet-flower {
1542
+ height: 40px;
1543
+ width: 40px;
1544
+ }
1545
+ .e-de-list-bullet-arrow {
1546
+ height: 40px;
1547
+ width: 40px;
1548
+ }
1549
+ .e-de-list-bullet-tick {
1550
+ height: 40px;
1551
+ width: 40px;
1552
+ }
1553
+ .e-de-bullet:hover {
1554
+ background: $de-bullet-list-hover-color;
1555
+ }
1556
+ .e-de-list-numbered-none {
1557
+ height: 80px;
1558
+ width: 80px;
1559
+ }
1560
+ .e-de-list-numbered-number-dot {
1561
+ height: 80px;
1562
+ width: 80px;
1563
+ }
1564
+ .e-de-list-numbered-number-brace {
1565
+ height: 80px;
1566
+ width: 80px;
1567
+ }
1568
+ .e-de-list-numbered-up-roman {
1569
+ height: 80px;
1570
+ width: 80px;
1571
+ }
1572
+ .e-de-list-numbered-up-letter {
1573
+ height: 80px;
1574
+ width: 80px;
1575
+ }
1576
+ .e-de-list-numbered-low-letter-brace {
1577
+ height: 80px;
1578
+ width: 80px;
1579
+ }
1580
+ .e-de-numbered-low-letter-dot {
1581
+ height: 80px;
1582
+ width: 80px;
1583
+ }
1584
+ .e-de-list-numbered-low-roman {
1585
+ height: 80px;
1586
+ width: 80px;
1587
+ }
1588
+ .e-de-numbered:hover {
1589
+ background: $de-number-list-hover-color;
1590
+ }
1591
+ .e-de-list-multilevel-none {
1592
+ height: 80px;
1593
+ width: 80px;
1594
+ }
1595
+ .e-de-list-multilevel-list-normal {
1596
+ height: 80px;
1597
+ width: 80px;
1598
+ }
1599
+ .e-de-list-multilevel-list-multilevel {
1600
+ height: 80px;
1601
+ width: 80px;
1602
+ }
1603
+ .e-de-list-multilevel-list-bullets {
1604
+ height: 80px;
1605
+ width: 80px;
1606
+ }
1607
+ .e-de-multilevel-list:hover {
1608
+ background: $de-multilevel-list-hover-color;
1609
+ }
1610
+ .e-de-list-dialog-open:hover {
1611
+ background: $de-list-dialog-hover-color;
1612
+ }
1613
+ .e-de-cell-options {
1614
+ left: $de-cell-options-left;
1615
+ top: $de-cell-options-top;
1616
+ }
1617
+ .e-de-cell-options.e-de-rtl {
1618
+ left: $de-cell-options-rtl;
1619
+ }
1620
+ .e-de-font-color-label {
1621
+ margin-bottom: $de-font-color-margin-bottom;
1622
+ margin-right: $de-font-color-margin-top;
1623
+ margin-top: $de-font-color-margin-top;
1624
+ }
1625
+ .e-de-font-content-label {
1626
+ width: $de-font-label-width;
1627
+ }
1628
+ .e-de-font-color-margin {
1629
+ margin-right: $de-font-dlg-color-margin-right;
1630
+ margin-top: $de-font-dlg-color-margin-top;
1631
+ }
1632
+ .e-de-font-color-margin.e-de-rtl {
1633
+ margin-left: $de-font-dlg-color-margin-right;
1634
+ margin-right: 0;
1635
+ }
1636
+ .e-de-font-content-checkbox-label {
1637
+ margin-left: $de-font-content-checkbox-left;
1638
+ }
1639
+ .e-de-font-content-checkbox-label-rtl {
1640
+ margin-right: $de-font-content-checkbox-right;
1641
+ }
1642
+ .e-bigger {
1643
+ .e-de-font-content-checkbox-label {
1644
+ margin-left: $de-font-content-checkbox-left-bg;
1645
+ }
1646
+ .e-de-font-content-checkbox-label-rtl {
1647
+ margin-right: $de-font-content-checkbox-right-bg;
1648
+ }
1649
+ .e-de-font-content-label {
1650
+ width: $de-font-label-width-bg;
1651
+ }
1652
+ }
1653
+ .e-de-font-checkbox {
1654
+ margin-top: $de-font-style-margin;
1655
+ }
1656
+ .e-de-font-checkbox-transform {
1657
+ margin-left: $de-font-checkbox-ltr;
1658
+ }
1659
+ .e-de-font-checkbox-transform.e-de-rtl {
1660
+ margin-left: 0;
1661
+ margin-right: $de-font-checkbox-ltr;
1662
+ }
1663
+ .e-de-font-checkbox-transform-label {
1664
+ margin-bottom: $de-font-style-margin;
1665
+ margin-top: $de-font-style-margin;
1666
+ }
1667
+ .e-de-font-checkbox.e-de-rtl {
1668
+ margin-left: 0;
1669
+ margin-right: $de-font-checkbox-ltr;
1670
+ }
1671
+ .e-de-font-checkbox.e-de-rtl {
1672
+ margin-left: 0;
1673
+ margin-right: $de-font-checkbox-left;
1674
+ }
1675
+ .e-de-font-clr-div {
1676
+ margin-top: $de-font-clr-div-mrgn-top;
1677
+ }
1678
+ .e-de-font-dlg-padding {
1679
+ margin-top: $de-font-dlg-margin-top;
1680
+ }
1681
+ .e-de-table-container-div {
1682
+ margin-top: $de-table-container-margin-top;
1683
+ }
1684
+ .e-de-table-header-div {
1685
+ padding-top: $de-table-header-padding-top;
1686
+ }
1687
+ .e-de-table-subheader-div {
1688
+ float: right;
1689
+ margin-right: $de-table-subheader-div-margin-right;
1690
+ margin-top: $de-table-subheader-div-margin-top;
1691
+ }
1692
+ .e-de-table-subheader-div.e-de-rtl {
1693
+ float: left;
1694
+ margin-left: $de-table-subheader-div-margin-right;
1695
+ margin-right: 0;
1696
+ }
1697
+ .e-de-table-cell-header-div {
1698
+ padding-top: $de-table-header-padding-top;
1699
+ }
1700
+ .e-de-table-cell-subheader-div {
1701
+ top: $de-cell-subheader-top;
1702
+ }
1703
+ .e-de-cell-margin-header {
1704
+ left: $de-cell-margin-header-left;
1705
+ top: $de-cell-margin-header-top;
1706
+ }
1707
+ .e-de-font-dlg-display {
1708
+ display: inline-flex;
1709
+ }
1710
+ .e-de-tbl-margin-sub-header {
1711
+ margin-top: $de-tbl-margin-sub-header;
1712
+ }
1713
+ .e-de-tbl-btn-separator {
1714
+ width: $de-tbl-btn-separator;
1715
+ }
1716
+ .e-de-op-msg {
1717
+ color: $de-op-container-messagediv-color;
1718
+ top: 79px;
1719
+ }
1720
+ .e-de-save-dlg-file-name {
1721
+ height: 25px;
1722
+ margin-bottom: 8px;
1723
+ }
1724
+ .e-de-save-dlg-format-type {
1725
+ height: 25px;
1726
+ margin-bottom: 8px;
1727
+ padding-top: $de-save-dlg-format-type-padding;
1728
+ }
1729
+ .e-de-search-tab-content {
1730
+ //margin-right: $de-op-search-tab-content-margin-top;
1731
+ margin-top: $de-op-search-tab-content-margin-top;
1732
+ width: $de-op-search-text-box-container-width;
1733
+ }
1734
+ .e-de-font-dlg {
1735
+ width: $de-font-dlg-width;
1736
+ @if $skin-name == 'Material3' {
1737
+ padding: 8px
1738
+ }
1739
+ }
1740
+ .e-de-hyperlink {
1741
+ width: $de-hyper-link-width;
1742
+ }
1743
+ .e-bigger {
1744
+ .e-de-hyperlink {
1745
+ @if $skin-name=='Material3' {
1746
+ width: 320px;
1747
+ }
1748
+ @else {
1749
+ width: 300px;
1750
+ }
1751
+ }
1752
+ }
1753
+ .e-de-insert-table {
1754
+ height: $de-insert-table-height;
1755
+ width: $de-insert-table-width;
1756
+ }
1757
+ .e-de-insert-footnote {
1758
+ height: $de-insert-footnote-height;
1759
+ width: $de-insert-footnote-width;
1760
+ }
1761
+ .e-de-insert-spellchecker {
1762
+ height: $de-insert-spellchecker-height;
1763
+ width: $de-insert-spellchecker-width;
1764
+ font-weight: $de-header-font-weight;
1765
+ }
1766
+ .e-bigger {
1767
+ .e-de-insert-spellchecker {
1768
+ width: $de-insert-big-spellchecker-width;
1769
+ }
1770
+ }
1771
+ .e-de-dlg-spellcheck-listview {
1772
+ @if $skin-name !='tailwind' {
1773
+ border: 1px solid $de-spellcheck-listview-border-color;
1774
+ border-radius: 2px !important;
1775
+ }
1776
+ height: $de-spellcheck-listview-height !important;
1777
+ margin-right: $de-bookmark-list-margin-right;
1778
+ margin-top: 8px;
1779
+ position: relative;
1780
+ float: left;
1781
+ width:$de-spellcheck-list-width;
1782
+ }
1783
+ .e-de-dlg-spellcheck-listview.e-de-rtl {
1784
+ float: right;
1785
+ }
1786
+ .e-de-spellcheck-error-container {
1787
+ height: $de-spellcheck-container-height;
1788
+ margin-bottom: $de-spellcheck-container-gap;
1789
+ display: flex;
1790
+ }
1791
+ .e-de-spellcheck-suggestion-container {
1792
+ // height: 140px;
1793
+ height: $de-spellcheck-container-height;
1794
+ margin-bottom: $de-spellcheck-container-gap;
1795
+ display: flex;
1796
+ }
1797
+ .e-dlg-spellcheck-listitem {
1798
+ font-size: 15px !important;
1799
+ }
1800
+ // .e-de-dlg-suggestListView {
1801
+ // position:absolute;
1802
+ // width: 343px;
1803
+ // height: 124px !important;
1804
+ // margin-top: 8px;
1805
+ // }
1806
+ .e-de-spellcheck-btncontainer {
1807
+ margin-top: 8px;
1808
+ position: relative;
1809
+ width:$de-spellcheck-btn-container-width;
1810
+ float: right;
1811
+ }
1812
+ .e-de-spellcheck-btncontainer.e-de-rtl {
1813
+ float: left;
1814
+ }
1815
+ .e-de-spellcheck-btn {
1816
+ //height: 36px;
1817
+ margin-bottom:$de-padding-half-bigger;
1818
+ width:$de-spellcheck-btn-width;
1819
+ }
1820
+ .e-de-dlg-spellchecker-subheader {
1821
+ margin-top: 8px;
1822
+ @if $skin-name=='tailwind' {
1823
+ font-size: 14px;
1824
+ margin-top: 4px;
1825
+ }
1826
+ @else {
1827
+ font-size: 15px;
1828
+ }
1829
+ }
1830
+ .e-de-dlg-spellchecker-subheaderbtm {
1831
+ @if $skin-name=='tailwind' {
1832
+ font-size: 14px;
1833
+ }
1834
+ @else {
1835
+ font-size: 15px;
1836
+ }
1837
+ }
1838
+ .e-de-list-dlg {
1839
+ height: $de-list-dlg-height;
1840
+ width: $de-list-dlg-width;
1841
+ }
1842
+ .e-de-save-dlg {
1843
+ height: $de-save-dlg-height;
1844
+ width: $de-save-dlg-width;
1845
+ }
1846
+ .e-de-table-properties-dlg {
1847
+ //height: $de-table-ppty-dlg-height;
1848
+ @if $skin-name =='Material3' {
1849
+ padding: 0px 8px;
1850
+ }
1851
+ width: $de-table-ppty-dlg-width;
1852
+ }
1853
+ .e-de-table-border-shading-dlg {
1854
+ width: $de-table-border-shading-dlg-width;
1855
+ @if $skin-name =='Material3'{
1856
+ height: 400px
1857
+ }
1858
+ }
1859
+ .e-de-table-cell-margin-dlg {
1860
+ height: $de-table-cell-margin-dlg-height;
1861
+ width: $de-table-cell-margin-dlg-width;
1862
+ @if $skin-name =='Material3' {
1863
+ padding: 0px 8px
1864
+ }
1865
+ }
1866
+ .e-de-table-options-dlg {
1867
+ height: $de-table-options-dlg-height;
1868
+ width: $de-table-options-dlg-width;
1869
+ }
1870
+ .e-de-table-border-none {
1871
+ position: absolute;
1872
+ top: $de-table-border-none-top;
1873
+ }
1874
+ .e-de-table-border-box {
1875
+ position: absolute;
1876
+ top: $de-table-border-box-top;
1877
+ }
1878
+ .e-de-table-border-all {
1879
+ position: absolute;
1880
+ top: $de-table-border-all-top;
1881
+ }
1882
+ .e-de-table-border-custom {
1883
+ position: absolute;
1884
+ top: $de-table-border-custom-top;
1885
+ }
1886
+ .e-de-table-shading-preview {
1887
+ top: $de-table-shading-preview-top;
1888
+ }
1889
+ // .e-de-font-content-label span.e-label {
1890
+ // color: $de-checkbox-wrapper-color;
1891
+ // }
1892
+ .e-de-font-label span.e-label {
1893
+ color: $de-checkbox-wrapper-color;
1894
+ }
1895
+ .e-de-font-content-label:hover .e-label,
1896
+ .e-css.e-de-font-content-label:hover .e-label {
1897
+ color: $de-checkbox-wrapper-color;
1898
+ }
1899
+ .e-de-font-label:hover .e-label,
1900
+ .e-css.e-de-font-label:hover .e-label {
1901
+ color: $de-checkbox-wrapper-color;
1902
+ }
1903
+ // @if $skin-name !='tailwind' and $skin-name !='bootstrap5' {
1904
+ // .e-documenteditor {
1905
+ // // .e-checkbox-wrapper .e-label {
1906
+ // // color: $de-checkbox-wrapper-color;
1907
+ // // font-size: 14px;
1908
+ // // }
1909
+ // // .e-checkbox-wrapper .e-frame {
1910
+ // // height: $de-checkbox-height;
1911
+ // // line-height: $de-checkbox-line-height;
1912
+ // // width: $de-checkbox-width;
1913
+ // // }
1914
+ // }
1915
+ // }
1916
+ .e-de-op-dlg-footer {
1917
+ margin-top: $de-op-dlg-footer-margin-top;
1918
+ }
1919
+ .e-de-op-dlg-footer .e-btn {
1920
+ // height: $de-dlg-btn-height;
1921
+ padding-left: 6px;
1922
+ padding-right: 6px;
1923
+ }
1924
+ .e-de-search-tab-content .e-input-group .e-de-search-input {
1925
+ width: $de-op-search-input-width;
1926
+ }
1927
+ .e-de-op-replacewith {
1928
+ width: $de-op-replacewith-width;
1929
+ }
1930
+ .e-de-table-ppty-tab {
1931
+ border: $de-table-ppty-tab-border;
1932
+ }
1933
+ // @if $skin-name !='tailwind' {
1934
+ // .e-de-table-container-div .e-checkbox-wrapper .e-label {
1935
+ // color: $de-checkbox-wrapper-color;
1936
+ // }
1937
+ // .e-de-table-header-div .e-checkbox-wrapper .e-label {
1938
+ // color: $de-checkbox-wrapper-color;
1939
+ // }
1940
+ // .e-de-table-ppty-options-break .e-checkbox-wrapper .e-label {
1941
+ // color: $de-checkbox-wrapper-color;
1942
+ // }
1943
+ // .e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label {
1944
+ // color: $de-checkbox-wrapper-color;
1945
+ // }
1946
+ // .e-de-table-cell-header-div .e-checkbox-wrapper .e-label {
1947
+ // color: $de-checkbox-wrapper-color;
1948
+ // }
1949
+ // .e-de-tbl-margin-sub-header .e-label {
1950
+ // color: $de-checkbox-wrapper-color;
1951
+ // }
1952
+ // .e-de-tbl-btn-separator .e-checkbox-wrapper .e-label {
1953
+ // color: $de-checkbox-wrapper-color;
1954
+ // }
1955
+ // }
1956
+ // .e-de-table-container-div .e-checkbox-wrapper .e-label {
1957
+ // color: $de-checkbox-wrapper-color;
1958
+ // }
1959
+ // .e-de-table-header-div .e-checkbox-wrapper .e-label {
1960
+ // color: $de-checkbox-wrapper-color;
1961
+ // }
1962
+ // .e-de-table-ppty-options-break .e-checkbox-wrapper .e-label {
1963
+ // color: $de-checkbox-wrapper-color;
1964
+ // }
1965
+ // .e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label {
1966
+ // color: $de-checkbox-wrapper-color;
1967
+ // }
1968
+ // .e-de-table-cell-header-div .e-checkbox-wrapper .e-label {
1969
+ // color: $de-checkbox-wrapper-color;
1970
+ // }
1971
+ // .e-de-tbl-margin-sub-header .e-label {
1972
+ // color: $de-checkbox-wrapper-color;
1973
+ // }
1974
+ // .e-de-tbl-btn-separator .e-checkbox-wrapper .e-label {
1975
+ // color: $de-checkbox-wrapper-color;
1976
+ // }
1977
+ .e-de-list-format-info {
1978
+ border-radius: 50% !important;
1979
+ cursor: default;
1980
+ font-size: 12px !important;
1981
+ height: 15px;
1982
+ line-height: 1px;
1983
+ padding: $de-list-info-btn-padding !important;
1984
+ text-transform: lowercase;
1985
+ width: 16px;
1986
+ }
1987
+ .e-button-custom {
1988
+ height: $de-bookmark-custom-btn-height;
1989
+ width: 100%;
1990
+ }
1991
+ .e-bigger {
1992
+ .e-button-custom {
1993
+ height: $de-bigger-style-button-height;
1994
+ width: 100%;
1995
+ }
1996
+ }
1997
+ .e-styles-listview,
1998
+ .e-bookmark-listview {
1999
+ border: 1px solid $bookmark-listview-border-color;
2000
+ border-radius: $de-bookmark-list-view-border-radius;
2001
+ height: 150px;
2002
+ overflow-y: scroll;
2003
+ }
2004
+ .e-bookmark-gotobutton,
2005
+ .e-bookmark-addbutton,
2006
+ .e-styles-addbutton,
2007
+ .e-bookmark-deletebutton {
2008
+ margin-bottom: 12px;
2009
+ }
2010
+ .e-bookmark-list {
2011
+ float: left;
2012
+ margin-right: $de-bookmark-list-margin-right;
2013
+ width: 250px;
2014
+ }
2015
+ .e-bookmark-list.e-de-rtl {
2016
+ margin-left: $de-bkmrk-list-margin-left;
2017
+ margin-right: 0;
2018
+ }
2019
+ .e-bookmark-textboxdiv {
2020
+ margin-bottom: $de-bookmark-textbox-margin-bottom;
2021
+ }
2022
+ .e-bookmark-listview .e-list-item {
2023
+ font-size: 13px;
2024
+ height: 30px;
2025
+ line-height: 27px;
2026
+ }
2027
+ .e-bookmark-common {
2028
+ display: flex;
2029
+ }
2030
+ .e-bookmark-button {
2031
+ position: relative;
2032
+ top: $de-bookmark-button-div-top-position;
2033
+ }
2034
+ .e-font {
2035
+ float: left;
2036
+ }
2037
+ .e-font-rtl {
2038
+ float: right;
2039
+ }
2040
+ .e-de-table-border-toptop-alignment,
2041
+ .e-de-table-border-topcenter-alignment,
2042
+ .e-de-table-border-topbottom-alignment,
2043
+ .e-de-table-border-diagionalup-alignment,
2044
+ .e-de-table-border-diagionaldown-alignment,
2045
+ .e-de-table-border-bottomleft-alignment,
2046
+ .e-de-table-border-bottomcenter-alignment,
2047
+ .e-de-table-border-bottomright-alignment {
2048
+ left: $de-table-border-dlg-alignments-left;
2049
+ position: relative;
2050
+ top: $de-table-border-preview-top;
2051
+ transform: $de-table-border-dlg-alignments-transform;
2052
+ }
2053
+ .e-de-style-properties,
2054
+ .e-de-style-formatting {
2055
+ font-size: $de-style-heading-font-size;
2056
+ font-weight: $de-style-heading-font-weight;
2057
+ color: $de-dlg-heading-main-header;
2058
+ }
2059
+ .e-de-style-formatting {
2060
+ margin-bottom: $de-style-dialog-style-formatting-bottom-margin;
2061
+ }
2062
+ .e-de-style-paragraph-indent-group-button .e-btn,
2063
+ .e-de-style-paragraph-group-button .e-btn,
2064
+ .e-de-style-font-group-button .e-btn {
2065
+ box-shadow: none;
2066
+ }
2067
+ .e-de-table-options-dlg-div {
2068
+ height: auto;
2069
+ position: relative;
2070
+ margin-bottom: 14px;
2071
+ width: $de-dlg-table-options-content-div;
2072
+ }
2073
+ @if $skin-name !='bootstrap4' and $skin-name !='tailwind' {
2074
+ .e-de-style-paragraph-indent-group-button .e-btn.e-active,
2075
+ .e-de-style-paragraph-group-button .e-btn.e-active,
2076
+ .e-de-style-font-group-button .e-btn.e-active {
2077
+ background-color: $de-style-btn-active-bg-border-color;
2078
+ border-color: $de-style-btn-active-bg-border-color;
2079
+ box-shadow: none;
2080
+ color: $de-style-btn-active-text-color;
2081
+ }
2082
+ }
2083
+ .e-de-style-properties {
2084
+ margin-bottom: $de-style-dialog-style-ppties-bottom-margin;
2085
+ }
2086
+ .e-de-style-nametype-div {
2087
+ margin-bottom: $de-style-dialog-style-name-type-div-bottom-margin;
2088
+ }
2089
+ .e-de-style-based-para-div {
2090
+ margin-bottom: $de-style-dialog-style-based-para-div-bottom-margin;
2091
+ }
2092
+ .e-de-style-name,
2093
+ .e-de-style-styletype,
2094
+ .e-de-style-style-based-on,
2095
+ .e-de-style-style-paragraph {
2096
+ font-weight: $de-header-font-weight;
2097
+ margin-bottom: $de-style-dialog-label-bottom-margin;
2098
+ font-size: $de-style-font-size;
2099
+ @if $skin-name !='tailwind' {
2100
+ width: 180px;
2101
+ }
2102
+ }
2103
+ .e-de-style-left-div {
2104
+ margin-right: $de-style-dialog-style-left-div-right-margin;
2105
+ }
2106
+ .e-de-style-left-div.e-de-rtl {
2107
+ margin-left: $de-style-dialog-style-left-div-right-margin;
2108
+ margin-right: 0;
2109
+ }
2110
+ @if $skin-name !='tailwind' and $skin-name !='bootstrap5' and $skin-name != 'FluentUI' {
2111
+ .e-de-style-font-color-picker,
2112
+ .e-de-style-icon-button-size,
2113
+ .e-de-style-icon-button-first-size,
2114
+ .e-de-style-icon-button-last-size {
2115
+ height: 31px;
2116
+ }
2117
+ }
2118
+ .e-bigger {
2119
+ @if $skin-name !='tailwind' and $skin-name !='bootstrap5' and $skin-name != 'FluentUI' {
2120
+ .e-de-style-font-color-picker,
2121
+ .e-de-style-icon-button-size,
2122
+ .e-de-style-icon-button-first-size,
2123
+ .e-de-style-icon-button-last-size {
2124
+ height: 35px;
2125
+ }
2126
+ }
2127
+ .e-de-style-bold-button-size {
2128
+ margin-left: $de-style-dialog-label-bottom-margin;
2129
+ @if $skin-name !='tailwind' and $skin-name !='bootstrap5' and $skin-name != 'FluentUI' and $skin-name != 'Material3' {
2130
+ margin-right: 8px;
2131
+ height: 35px;
2132
+ }
2133
+ }
2134
+ }
2135
+
2136
+ @if $skin-name =='Material3' {
2137
+ .e-de-style-font-group-button button,
2138
+ .e-de-style-paragraph-indent-group-button button,
2139
+ .e-de-style-paragraph-group-button button {
2140
+ width: 36px;
2141
+ border-radius: 4px;
2142
+ margin-right: 5px;
2143
+ background: $de-style-dlg-btn-bg-color;
2144
+ }
2145
+ }
2146
+ .e-de-style-bold-button-size {
2147
+ margin-left: $de-style-dialog-label-bottom-margin;
2148
+ @if $skin-name !='tailwind' and $skin-name !='bootstrap5' and $skin-name != 'FluentUI' and $skin-name != 'Material3' {
2149
+ margin-right: 8px;
2150
+ height: 31px;
2151
+ }
2152
+ }
2153
+ .e-de-style-format-dropdwn .e-btn-icon {
2154
+ margin-left: 8px;
2155
+ }
2156
+ @if $skin-name !='tailwind' and $skin-name !='bootstrap5' and $skin-name != 'FluentUI' {
2157
+ .e-de-style-font-color-picker,
2158
+ .e-de-style-icon-button-size {
2159
+ margin-right: $de-style-dialog-label-bottom-margin;
2160
+ }
2161
+ }
2162
+ .e-de-style-icon-button-first-size {
2163
+ margin-left: $de-style-dialog-label-bottom-margin;
2164
+ @if $skin-name !='tailwind' and $skin-name !='bootstrap5' and $skin-name != 'FluentUI' {
2165
+ margin-right: 3px;
2166
+ }
2167
+ }
2168
+ .e-de-style-icon-button-last-size {
2169
+ margin-right: $de-style-dialog-label-bottom-margin;
2170
+ }
2171
+ .e-de-style-font-color-picker {
2172
+ margin-left: $de-style-dialog-label-bottom-margin;
2173
+ }
2174
+ .e-style-font-fmaily-right {
2175
+ margin-right: $de-style-dialog-label-bottom-margin;
2176
+ }
2177
+ .e-style-font {
2178
+ margin-left: $de-style-font-margin-left;
2179
+ margin-right: $de-style-font-margin-right;
2180
+ }
2181
+ .e-de-style-dlg-name-input {
2182
+ height: $e-de-style-input-text-height;
2183
+ }
2184
+ .e-style-list {
2185
+ margin-left: $de-style-list-margin-left;
2186
+ }
2187
+ .e-de-style-dialog .e-de-style-only-this-document {
2188
+ margin-top: 25px;
2189
+ }
2190
+ .e-de-style-format-dropdwn {
2191
+ @if $skin-name == 'FluentUI' {
2192
+ width: 145px;
2193
+ }
2194
+ @else
2195
+ {
2196
+ width: 135px;
2197
+ @if $skin-name =='Material3' {
2198
+ background: $de-style-dlg-btn-bg-color;
2199
+ border-radius: 2px;
2200
+ }
2201
+ }
2202
+ }
2203
+ .e-de-style-options-div,
2204
+ .e-de-style-options-div>div:first-child {
2205
+ margin-bottom: $de-style-dialog-option-div-bottom-margin !important;
2206
+ }
2207
+ .e-de-style-paragraph-group-button {
2208
+ @if $skin-name !='Material3' {
2209
+ border-right: 2px solid $de-style-toggle-btn-color;
2210
+ }
2211
+ }
2212
+ .e-de-style-font-group-button {
2213
+ @if $skin-name !='Material3' {
2214
+ border-left: 2px solid $de-style-toggle-btn-color;
2215
+ border-right: 2px solid $de-style-toggle-btn-color;
2216
+ }
2217
+ @if $skin-name=='bootstrap5' or $skin-name == 'FluentUI' {
2218
+ padding-right: $de-style-dialog-option-div-bottom-margin;
2219
+ }
2220
+ }
2221
+ .e-de-op-replace-messagediv {
2222
+ color: $de-op-container-messagediv-color;
2223
+ top: auto;
2224
+ }
2225
+ @if $skin-name !='bootstrap5' and $skin-name !='FluentUI' {
2226
+ .e-de-font-content-label .e-label,
2227
+ .e-de-font-dlg-cb-right .e-label,
2228
+ .e-de-font-checkbox .e-label {
2229
+ font-size: $de-font-checkbox-label-font-size;
2230
+ @if $skin-name=='tailwind' {
2231
+ line-height: 1.5;
2232
+ }
2233
+ }
2234
+ .e-de-font-content-label .e-frame,
2235
+ .e-de-font-dlg-cb-right .e-frame,
2236
+ .e-de-font-checkbox .e-frame,
2237
+ .e-de-font-content-label-caps .e-frame,
2238
+ .e-de-cntr-pane-padding .e-frame {
2239
+ height: $de-checkbox-height;
2240
+ line-height: $de-checkbox-line-height;
2241
+ width: $de-checkbox-width;
2242
+ }
2243
+ }
2244
+ .e-de-op-input-group,
2245
+ .e-de-op-replacewith {
2246
+ height: $de-op-input-group-height;
2247
+ }
2248
+ .e-bigger {
2249
+ .e-de-op-input-group,
2250
+ .e-de-op-replacewith {
2251
+ height: 40px;
2252
+ }
2253
+ }
2254
+ .e-de-hyperlink-bookmark-check {
2255
+ margin-top: $de-hyperlink-bookmark-check-margin-top;
2256
+ }
2257
+ @if $skin-name !='tailwind' and $skin-name !='bootstrap5' and $skin-name !='FluentUI' {
2258
+ .e-de-table-container-div .e-checkbox-wrapper .e-frame,
2259
+ .e-de-table-header-div .e-checkbox-wrapper .e-frame,
2260
+ .e-de-table-ppty-options-break .e-checkbox-wrapper .e-frame,
2261
+ .e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-frame,
2262
+ .e-de-table-cell-header-div .e-checkbox-wrapper .e-frame,
2263
+ .e-de-tbl-btn-separator .e-checkbox-wrapper .e-frame,
2264
+ .e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-frame,
2265
+ .e-de-tbl-margin-sub-header .e-frame {
2266
+ height: $de-checkbox-height;
2267
+ line-height: $de-checkbox-line-height;
2268
+ width: $de-checkbox-width;
2269
+ }
2270
+ .e-de-table-container-div .e-checkbox-wrapper .e-label,
2271
+ .e-de-table-header-div .e-checkbox-wrapper .e-label,
2272
+ .e-de-table-ppty-options-break .e-checkbox-wrapper .e-label,
2273
+ .e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label,
2274
+ .e-de-table-cell-header-div .e-checkbox-wrapper .e-label,
2275
+ .e-de-tbl-btn-separator .e-checkbox-wrapper .e-label,
2276
+ .e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-label,
2277
+ .e-de-tbl-margin-sub-header .e-label {
2278
+ font-size: 14px;
2279
+ }
2280
+ }
2281
+ .e-de-table-container-div .e-checkbox-wrapper .e-label,
2282
+ .e-de-table-header-div .e-checkbox-wrapper .e-label,
2283
+ .e-de-table-ppty-options-break .e-checkbox-wrapper .e-label,
2284
+ .e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label,
2285
+ .e-de-table-cell-header-div .e-checkbox-wrapper .e-label,
2286
+ .e-de-tbl-btn-separator .e-checkbox-wrapper .e-label,
2287
+ .e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-label,
2288
+ .e-de-tbl-margin-sub-header .e-label {
2289
+ font-size: 14px;
2290
+ }
2291
+ .e-de-table-ppty-dlg-measure-div {
2292
+ float: right;
2293
+ margin-left: $de-table-ppty-dlg-measure-div-margin-left;
2294
+ margin-top: -18px;
2295
+ }
2296
+ .e-de-table-ppty-dlg-measure-div.e-de-rtl {
2297
+ float: left;
2298
+ margin-left: 0;
2299
+ margin-right: $de-table-ppty-dlg-measure-div-margin-left;
2300
+ }
2301
+ .e-de-table-ppty-dlg-measure-drop-down-div {
2302
+ float: right;
2303
+ margin-left: $de-table-ppty-dlg-measure-div-margin-left;
2304
+ margin-top: $de-table-ppty-dlg-measure-div-margin-top;
2305
+ width: 120px;
2306
+ }
2307
+ .e-de-table-ppty-dlg-measure-drop-down-div.e-de-rtl {
2308
+ margin-left: 0;
2309
+ margin-right: $de-table-ppty-dlg-measure-div-margin-left;
2310
+ }
2311
+ .e-de-table-ppty-dlg-left-indent-container {
2312
+ @if $skin-name =='Material3' {
2313
+ bottom: $e-de-table-ppty-dlg-left-indent-container-bottom;
2314
+ left: $de-table-prop-left-indnt-cntr-pos;
2315
+ position: relative;
2316
+ }
2317
+ }
2318
+ .e-de-table-ppty-dlg-left-indent-container.e-de-rtl {
2319
+ @if $skin-name =='Material3' {
2320
+ right: $de-table-prop-left-indnt-cntr-pos;
2321
+ }
2322
+ }
2323
+ .e-de-table-ppty-dlg-row-height-label {
2324
+ float: right;
2325
+ margin-right: $de-table-ppty-dlg-row-height-label-margin-right;
2326
+ margin-top: $de-table-ppty-dlg-row-height-label-margin-top;
2327
+ }
2328
+ .e-de-table-ppty-dlg-row-height-label.e-de-rtl {
2329
+ float: left;
2330
+ margin-left: $de-table-ppty-dlg-row-height-label-margin-right;
2331
+ margin-right: 0;
2332
+ }
2333
+ .e-de-table-ppty-dlg-preferred-width-div {
2334
+ float: right;
2335
+ margin-left: $de-table-ppty-dlg-preferred-width-margin-left;
2336
+ margin-top: $de-table-ppty-dlg-preferred-width-margin-top;
2337
+ width: 120px;
2338
+ }
2339
+ .e-de-table-ppty-dlg-preferred-width-div.e-de-rtl {
2340
+ margin-left: 0;
2341
+ margin-right: $de-table-ppty-dlg-preferred-width-margin-left;
2342
+ width: 120px;
2343
+ }
2344
+ .e-de-table-ppty-options-break {
2345
+ margin-bottom: $de-table-ppty-options-break-margin-bottom;
2346
+ }
2347
+ .e-de-table-cell-subheader-div {
2348
+ margin-right: $de-table-cell-subheader-div-margin-right;
2349
+ margin-top: $de-table-cell-subheader-div-margin-top;
2350
+ }
2351
+ .e-de-table-cell-subheader-div.e-de-rtl {
2352
+ margin-left: $de-table-cell-subheader-div-margin-right;
2353
+ margin-right: 0;
2354
+ }
2355
+ .e-de-table-ppty-dlg-cell-tab-measure-label {
2356
+ float: right;
2357
+ margin-right: $de-table-ppty-dlg-cell-tab-measure-label-margin-right;
2358
+ margin-top: $de-table-ppty-dlg-cell-tab-measure-label-margin-top;
2359
+ }
2360
+ .e-tab .e-tab-header .e-toolbar-item .e-de-table-ppty-dlg-row-header {
2361
+ padding-left: $de-table-ppty-dlg-table-header-padding;
2362
+ padding-right: $de-table-ppty-dlg-table-header-padding;
2363
+ }
2364
+ .e-tab .e-tab-header .e-toolbar-item .e-de-table-ppty-dlg-cell-header {
2365
+ padding-left: $de-table-ppty-dlg-table-header-padding;
2366
+ padding-right: $de-table-ppty-dlg-table-header-padding;
2367
+ }
2368
+ .e-tab .e-tab-header .e-toolbar-item .e-de-page-setup-dlg-margin-tab-header {
2369
+ padding-left: $de-table-ppty-dlg-table-header-padding-left;
2370
+ padding-right: $de-table-ppty-dlg-table-header-padding;
2371
+ }
2372
+ .e-styles-list {
2373
+ float: left;
2374
+ margin-right: $de-bookmark-listview-margin-right;
2375
+ width: 250px;
2376
+ }
2377
+ .e-styles-textboxdiv {
2378
+ padding-bottom: 15px;
2379
+ }
2380
+ .e-styles-listview .e-list-item {
2381
+ font-size: 13px;
2382
+ height: 30px;
2383
+ line-height: 27px;
2384
+ }
2385
+ .e-styles-common {
2386
+ padding-top: 5px;
2387
+ }
2388
+ .e-styles-button {
2389
+ float: right;
2390
+ }
2391
+ .e-de-toc-dlg-right-sub-container.e-de-rtl {
2392
+ margin-left: $de-toc-dlg-right-sub-container-margin-right;
2393
+ margin-right: $de-toc-dlg-right-sub-container-margin-right;
2394
+ }
2395
+ .e-de-toc-dlg-styles {
2396
+ margin-bottom: $de-toc-dlg-styles-margin-bottom;
2397
+ margin-left: $de-toc-dlg-styles-margin-left;
2398
+ margin-top: $de-toc-dlg-styles-margin-top;
2399
+ }
2400
+ .e-de-toc-dlg-styles.e-de-rtl {
2401
+ margin-left: 0;
2402
+ margin-right: $de-toc-dlg-styles-margin-left;
2403
+ }
2404
+ .e-de-toc-dlg-style-input.e-de-rtl {
2405
+ margin-left: 0;
2406
+ margin-right: $de-toc-dlg-style-input-margin-left;
2407
+ }
2408
+ .e-de-toc-table-div .e-de-toc-dlg-toc-level {
2409
+ height: 24px;
2410
+ margin-left: $de-toc-dlg-toc-level-margin-left;
2411
+ width: 44px;
2412
+ }
2413
+ .e-de-toc-styles-table-div {
2414
+ border: 1px solid $de-toc-list-view-border-color;
2415
+ border-radius: $de-toc-styles-table-div-border-radius;
2416
+ margin-top: $de-toc-styles-table-div-margin-top;
2417
+ width: $de-toc-list-view-width;
2418
+ height: $de-toc-table-list-view-height;
2419
+ }
2420
+ .e-de-toc-dlg-sub-level-heading {
2421
+ font-size: 12px;
2422
+ }
2423
+ .e-de-toc-table-div {
2424
+ height: $e-de-toc-table-div-height;
2425
+ overflow-y: scroll;
2426
+ width: $de-toc-table-div-width;
2427
+ }
2428
+ .e-de-toc-dlg-style-input {
2429
+ margin-bottom: $de-toc-dlg-style-input-margin-bottom;
2430
+ margin-left: $de-toc-dlg-style-input-margin-left;
2431
+ width: $de-toc-dlg-style-input-width;
2432
+ }
2433
+ .e-de-toc-dlg-outline-levels {
2434
+ margin-top: 15px;
2435
+ width: $de-toc-dlg-outline-levels-width;
2436
+ }
2437
+ .e-bookmark-textboxdiv .e-bookmark-textbox-input {
2438
+ height: $de-bookmark-textbox-height;
2439
+ }
2440
+ .e-styles-dlgfields {
2441
+ font-weight: $de-header-font-weight;
2442
+ margin-bottom: 6px;
2443
+ }
2444
+ .e-tab .e-tab-header .e-toolbar-item .e-de-op-find-tab-header {
2445
+ padding-left: $de-op-tab-header-padding-left;
2446
+ padding-right: $de-op-tab-header-padding;
2447
+ }
2448
+ .e-tab .e-tab-header .e-toolbar-item .e-de-op-replace-tab-header {
2449
+ padding-left: $de-op-tab-header-padding-left;
2450
+ padding-right: $de-op-tab-header-padding;
2451
+ }
2452
+ .e-de-dlg-target .e-footer-content .e-list-dlg-font {
2453
+ margin-left: $de-list-dlg-font-margin-left;
2454
+ }
2455
+ .e-bookmark-dlgfields {
2456
+ font-weight: $de-header-font-weight;
2457
+ font-size: $de-dlg-bkm-fld-fnt-size;
2458
+ margin-bottom: $de-bookmark-dlgfields-margin-bottom;
2459
+ }
2460
+ .e-de-ui-wfloating-menu.e-de-ui-bullets-menu .e-de-ui-wfloating-menuitem-md {
2461
+ height: $de-floating-menu-height;
2462
+ padding: $de-floating-menu-padding;
2463
+ width: $de-floating-menu-width;
2464
+ }
2465
+ .e-de-ui-wfloating-menu.e-de-ui-bullets-menu .e-de-ui-wfloating-bullet-menuitem-md {
2466
+ height: 45px;
2467
+ width: 45px;
2468
+ }
2469
+ .e-de-bullet-icon-size {
2470
+ height: 45px;
2471
+ width: 45px;
2472
+ }
2473
+ .e-de-ui-list-header-presetmenu {
2474
+ cursor: pointer;
2475
+ font-size: 11px;
2476
+ line-height: 14px;
2477
+ min-width: $de-ui-list-header-presetmenu-min-width;
2478
+ overflow: hidden;
2479
+ text-align: left;
2480
+ white-space: nowrap;
2481
+ width: 100%;
2482
+ @if $skin-name=='tailwind' {
2483
+ color: $icon-color;
2484
+ }
2485
+ }
2486
+ .e-de-number-bullet-dlg .e-tab .e-content .e-item {
2487
+ padding: 0px;
2488
+ }
2489
+ .e-de-number-bullet-dlg {
2490
+ width: $de-bullet-numbered-dlg-width;
2491
+ }
2492
+ .e-de-style-numbered-list,
2493
+ .e-de-ui-bullet-list-header-presetmenu {
2494
+ height: $de-bullet-numbered-dlg-height;
2495
+ }
2496
+ .e-de-ui-bullet {
2497
+ font-size: 42px;
2498
+ }
2499
+ .e-de-ui-list-header-presetmenu .e-de-ui-list-line {
2500
+ border-bottom: 1px solid $de-numbering-list-line-color;
2501
+ margin-left: 5px;
2502
+ width: 100%;
2503
+ }
2504
+ .e-de-ui-list-header-presetmenu div span {
2505
+ color: $de-numbering-list-span-color;
2506
+ display: inline-block;
2507
+ vertical-align: middle;
2508
+ }
2509
+ .e-de-ui-wfloating-menu .e-de-ui-wfloating-menuitem,
2510
+ .e-de-ui-wfloating-menu .e-de-ui-menuitem-none {
2511
+ border: 0;
2512
+ box-shadow: inset 0 0 0 1px $de-numbering-list-border-color;
2513
+ cursor: pointer;
2514
+ height: 70px;
2515
+ margin: $de-ui-wfloating-menu;
2516
+ padding: 0;
2517
+ width: 70px;
2518
+ }
2519
+ .e-de-ui-wfloating-menu {
2520
+ padding: $de-ui-floating-menu-padding;
2521
+ }
2522
+ .e-de-list-thumbnail .e-de-list-items {
2523
+ float: left;
2524
+ }
2525
+ .e-de-list-thumbnail .e-de-list-items {
2526
+ background: $de-numbering-list-background-color;
2527
+ border: 1px solid transparent;
2528
+ clear: initial;
2529
+ display: inline-block;
2530
+ height: auto;
2531
+ margin: 5px;
2532
+ text-align: center;
2533
+ width: auto;
2534
+ }
2535
+ .e-de-list-items {
2536
+ background: $de-numbering-list-background-color;
2537
+ box-sizing: border-box;
2538
+ cursor: pointer;
2539
+ list-style: none;
2540
+ padding: 7px 10px;
2541
+ position: relative;
2542
+ }
2543
+ .e-de-list-item-size {
2544
+ font-size: 14px;
2545
+ }
2546
+ .e-de-ui-wfloating-menu {
2547
+ padding: $de-ui-floating-menu-padding;
2548
+ }
2549
+ .e-de-table-ppty-dlg-tabs {
2550
+ height: $de-table-ppty-dlg-tabs-height;
2551
+ position: relative;
2552
+ }
2553
+ .e-de-ui-bullet-list-header-presetmenu .e-de-list-thumbnail .e-de-list-active,
2554
+ .e-de-style-numbered-list .e-de-list-thumbnail .e-de-list-active {
2555
+ border-color: $de-table-align-active-color;
2556
+ }
2557
+ .e-de-rp-sub-content-div {
2558
+ line-height: $de-rp-content-ln-ht;
2559
+ font-size: $de-rp-font-size;
2560
+ margin-bottom: 8px;
2561
+ }
2562
+ .e-de-bullet-icons {
2563
+ left: 50%;
2564
+ position: absolute;
2565
+ top: 50%;
2566
+ transform: translate(-50%, -50%);
2567
+ }
2568
+ .e-de-header-footer-list {
2569
+ color: $de-op-search-txt;
2570
+ }
2571
+
2572
+ .e-de-ltr-btn-div {
2573
+ font-size: 12px;
2574
+ @if $skin-name =='Material3' {
2575
+ width: 100px;
2576
+ }
2577
+ @else {
2578
+ width: 200px;
2579
+ }
2580
+ }
2581
+ .e-de-tbl-rtl-btn-div {
2582
+ font-size: 12px;
2583
+ margin-right: 14px;
2584
+ //width: 140px;
2585
+ }
2586
+ .e-de-tbl-rtl-btn-div.e-de-rtl {
2587
+ margin-left: 14px;
2588
+ margin-right: 0;
2589
+ }
2590
+ .e-de-tbl-ltr-btn-div {
2591
+ font-size: 12px;
2592
+ //width: 140px;
2593
+ }
2594
+
2595
+ .e-de-disabledbutton {
2596
+ opacity: $de-paradialog-dir-div;
2597
+ pointer-events: none;
2598
+ }
2599
+ .e-bigger {
2600
+ .e-de-insert-table {
2601
+ height: auto;
2602
+ width: auto;
2603
+ }
2604
+ .e-de-insert-footnote {
2605
+ height: auto;
2606
+ width: auto;
2607
+ }
2608
+ .e-de-dlg-target .e-footer-content .e-control.e-btn.e-flat:not(.e-icon-btn) {
2609
+ height: auto;
2610
+ }
2611
+ .e-de-font-dlg {
2612
+ width: $de-font-dlg-width-big;
2613
+ }
2614
+ .e-para-dlg-sub-height {
2615
+ height: 170px;
2616
+ }
2617
+ .e-de-toc-table-div .e-de-toc-dlg-toc-level.e-de-rtl {
2618
+ margin-right: $de-toc-dlg-toc-level-margin-left;
2619
+ }
2620
+ .e-de-font-content-label-width {
2621
+ width: $de-font-content-label-width;
2622
+ }
2623
+ .e-de-toc-label {
2624
+ margin-left: 0px;
2625
+ }
2626
+ .e-de-toc-label-rtl {
2627
+ margin-left: 0px;
2628
+ margin-right: 0px;
2629
+ }
2630
+ .e-de-outline-rtl {
2631
+ width: 173px;
2632
+ }
2633
+ .e-de-rp-header {
2634
+ font-size: 16px;
2635
+ width: 75%;
2636
+ }
2637
+ }
2638
+ .e-de-restrict-format {
2639
+ margin-top: 16px;
2640
+ }
2641
+ .e-de-rp-format {
2642
+ font-size: $de-rp-format-font-size;
2643
+ @if $skin-name == 'FluentUI'{
2644
+ margin-bottom: 16px;
2645
+ }
2646
+ @else {
2647
+ margin-bottom: 12px;
2648
+ opacity: 0.65;
2649
+ }
2650
+ font-weight: $de-header-font-weight;
2651
+ }
2652
+ .e-de-rp-checkbox {
2653
+ font-size: 12px;
2654
+ }
2655
+ .e-de-rp-border {
2656
+ margin-bottom: 12px;
2657
+ margin-top: 12px;
2658
+ }
2659
+ .e-de-rp-header {
2660
+ font-size: 15px;
2661
+ font-weight: $de-header-font-weight;
2662
+ opacity: 0.87;
2663
+ color: $de-op-title-clr;
2664
+ width: 75%;
2665
+ }
2666
+ @if $skin-name !='tailwind' {
2667
+ // .e-de-restrict-pane {
2668
+ // .e-checkbox-wrapper .e-label {
2669
+ // color: $de-checkbox-wrapper-color;
2670
+ // font-size: 12px;
2671
+ // }
2672
+ // .e-checkbox-wrapper .e-frame {
2673
+ // height: 16px;
2674
+ // width: 16px;
2675
+ // }
2676
+ // .e-checkbox-wrapper {
2677
+ // margin-bottom: 8px;
2678
+ // }
2679
+ // }
2680
+ .e-de-rp-user .e-checkbox-wrapper {
2681
+ width: auto;
2682
+ }
2683
+ }
2684
+ .e-de-rp-nav-btn,
2685
+ .e-de-rp-btn-enforce {
2686
+ @if $skin-name !='tailwind' {
2687
+ background: $de-rp-btn-bg-color;
2688
+ font-size: 13px;
2689
+ }
2690
+ opacity: 0.87;
2691
+ border-radius: 2px;
2692
+ box-shadow: $de-rp-btn-enforce-bx-shadow;
2693
+ // @if $skin-name !='FluentUI' {
2694
+ // height: 36px;
2695
+ // }
2696
+ @if $skin-name=='bootstrap4' {
2697
+ border-color: $de-cmt-separator;
2698
+ box-shadow: none;
2699
+ color: $de-cmt-pant-content-font;
2700
+ opacity: 1;
2701
+ }
2702
+ }
2703
+ .e-bigger .e-de-rp-btn-enforce {
2704
+ padding-left: $de-rp-btn-enforce-padding-big;
2705
+ padding-right: $de-rp-btn-enforce-padding-big;
2706
+ }
2707
+ .e-de-rp-nav-btn {
2708
+ //margin: $de-rp-nav-btn-mrgn;
2709
+ width: auto;
2710
+ }
2711
+ .e-de-rp-btn-stop-enforce {
2712
+ @if $skin-name !='tailwind' {
2713
+ background: $de-rp-btn-bg-color;
2714
+ font-size: 13px;
2715
+ opacity: 0.87;
2716
+ }
2717
+ border-radius: 2px;
2718
+ box-shadow: $de-rp-btn-enforce-bx-shadow;
2719
+ // @if $skin-name !='FluentUI' {
2720
+ // height: 36px;
2721
+ // }
2722
+ //margin: $de-rp-btn-enforce-prtct-margin;
2723
+ @if $skin-name=='bootstrap4' {
2724
+ border-color: $de-cmt-separator;
2725
+ box-shadow: none;
2726
+ color: $de-cmt-pant-content-font;
2727
+ opacity: 1;
2728
+ }
2729
+ }
2730
+ .e-de-rp-sub-div {
2731
+ border-bottom: 1px solid $de-list-view;
2732
+ padding: $de-rp-sub-div-padding;
2733
+ }
2734
+ .e-de-restrict-pane {
2735
+ padding-left: 0;
2736
+ padding-top: 0;
2737
+ padding-right: 0;
2738
+ }
2739
+ .e-de-rp-whole-header {
2740
+ padding: $de-rp-whole-header-padding;
2741
+ }
2742
+ .e-de-rp-user {
2743
+ background: $de-numbering-list-background-color;
2744
+ border: 1px solid $de-list-view;
2745
+ border-radius: 2px;
2746
+ font-size: 12px;
2747
+ height: 110px;
2748
+ //width: 238px;
2749
+ }
2750
+ .e-de-rp-enforce {
2751
+ padding: $de-rp-enforce-padding;
2752
+ // @if $skin-name=='bootstrap4' {
2753
+ // text-align: center;
2754
+ // }
2755
+ }
2756
+ .e-de-rp-enforce-nav {
2757
+ margin: 0 12px 12px 12px;
2758
+ }
2759
+ .e-de-enforce-dlg-title {
2760
+ font-size: $de-enforce-dlg-title-fnt-size;
2761
+ font-weight: $de-header-font-weight;
2762
+ margin-bottom: $de-hyperlink-dlg-margin-bottom;
2763
+ }
2764
+ .e-de-enforce .e-de-enforce-dlg-input {
2765
+ height: $de-hyperlink-dlg-input-height;
2766
+ //margin-bottom: $de-enforce-btn-mrng-btm;
2767
+ width: 300px;
2768
+ }
2769
+ .e-de-user-add-btn {
2770
+ @if ($skin-name !='bootstrap4' and $skin-name !='tailwind' and $skin-name !='bootstrap5') {
2771
+ background: $de-style-toggle-btn-color;
2772
+ }
2773
+ border-radius: 2px;
2774
+ width: 74px;
2775
+ }
2776
+ .e-de-user-dlg .e-de-user-dlg-textbox-input {
2777
+ margin-right: $de-user-dlg-textbox-input-mrgn-right;
2778
+ width: 304px;
2779
+ }
2780
+ .e-de-user-dlg-list.e-de-rtl .e-de-user-dlg-textbox-input {
2781
+ margin-right: 0;
2782
+ margin-left: $de-user-dlg-textbox-input-mrgn-right;
2783
+ }
2784
+ .e-de-user-dlg-list {
2785
+ margin-bottom: $de-user-dlg-list-mrgn-btm;
2786
+ display: inline-flex;
2787
+ }
2788
+ .e-de-user-listview {
2789
+ border: 1px solid $de-list-view;
2790
+ border-radius: 2px;
2791
+ height: 106px;
2792
+ }
2793
+ .e-de-user-dlg-user {
2794
+ margin-bottom: $de-user-dlg-user-mrgn-btm;
2795
+ @if $skin-name=='tailwind' {
2796
+ color: $de-dlg-heading-main-header;
2797
+ font-weight: $de-para-dlg-heading-font-weight;
2798
+ }
2799
+ }
2800
+ .e-user-delete {
2801
+ float: left;
2802
+ }
2803
+ .e-de-unprotect-dlg-title {
2804
+ font-size: $de-unprotect-dlg-title-fnt-size;
2805
+ margin-bottom: $de-unprotect-dlg-title-mrgn-btm;
2806
+ }
2807
+ .e-de-rp-stop-div1 {
2808
+ @if $skin-name != 'FluentUI' {
2809
+ opacity: 0.87;
2810
+ }
2811
+ padding: 12px 12px 6px 12px;
2812
+ font-weight: 500;
2813
+ border-bottom: 1px solid #e0e0e0;
2814
+ }
2815
+ .e-de-rp-stop-div2 {
2816
+ padding: 12px 12px 24px;
2817
+ }
2818
+ // .e-de-rp-stop-div3 {
2819
+ // padding: 0 0 12px 12px;
2820
+ // }
2821
+ .e-de-rp-close-icon {
2822
+ float: right;
2823
+ position: relative;
2824
+ top: $de-rp-close-icon-top;
2825
+ right: $de-rp-close-icon-right;
2826
+ }
2827
+ .e-de-restrict-pane {
2828
+ height: 100%;
2829
+ overflow: auto;
2830
+ overflow-x: hidden;
2831
+ width: $de-rp-width;
2832
+ }
2833
+ .e-de-rp-nav-lbl {
2834
+ font-size: 13px;
2835
+ margin: 0 12px;
2836
+ }
2837
+ .e-documenteditor-optionspane {
2838
+ height: 100%;
2839
+ }
2840
+ //Comment Implementation
2841
+ .e-de-cmt-pane {
2842
+ background-color: inherit;
2843
+ color: $de-cmt-pant-content-font;
2844
+ }
2845
+ .e-de-cp-whole-header {
2846
+ padding: 12px;
2847
+ }
2848
+ .e-de-cp-header {
2849
+ font-size: 13px;
2850
+ font-weight: 500;
2851
+ opacity: 0.87;
2852
+ width: 75%;
2853
+ }
2854
+ .e-de-cmt-container {
2855
+ height: auto;
2856
+ padding: $de-cmt-container-padding;
2857
+ overflow: auto;
2858
+ }
2859
+ .e-de-cmt-sub-container {
2860
+ @if $skin-name !='tailwind' and $skin-name != 'FluentUI' {
2861
+ background-color: $de-background;
2862
+ }
2863
+ @if $skin-name !='Material3' {
2864
+ border: 1px solid $de-cmt-separator;
2865
+ border-radius: 2px;
2866
+ }
2867
+ margin: $de-cmt-sub-container-margin;
2868
+ padding: $de-cmt-sub-container-padding;
2869
+ }
2870
+ .e-de-cmt-view {
2871
+ cursor: default;
2872
+ }
2873
+ .e-de-cmt-sub-container.e-de-cmt-selection {
2874
+ border-left: 3px solid $de-cmt-selection;
2875
+ padding-left: $de-cmt-sub-container-padding-left;
2876
+ }
2877
+ .e-de-tc-outer {
2878
+ border-bottom: 1px solid #d8d8d8;
2879
+ }
2880
+ .e-de-tc-pane {
2881
+ color: $de-cmt-pant-content-font;
2882
+ }
2883
+ .e-de-trckchanges-inner {
2884
+ cursor: default;
2885
+ margin: $de-trckchanges-inner-mrgn;
2886
+ padding-left: 8px;
2887
+ padding-right: 16px;
2888
+ padding-bottom: 8px;
2889
+ }
2890
+ .e-de-trckchanges-inner:hover {
2891
+ border-left: 2px solid $de-cmt-selection;
2892
+ cursor: default;
2893
+ margin: $de-trckchanges-inner-mrgn;
2894
+ padding-left: 6px;
2895
+ padding-right: 16px;
2896
+ padding-bottom: 8px;
2897
+ }
2898
+ .e-de-trckchanges-inner.e-de-trckchanges-inner-select {
2899
+ border-left: 3px solid $de-cmt-selection;
2900
+ cursor: default;
2901
+ margin: $de-trckchanges-inner-mrgn;
2902
+ padding-left: 5px;
2903
+ padding-right: 16px;
2904
+ padding-bottom: 8px;
2905
+ }
2906
+ .e-de-tc-no-chng {
2907
+ color: $de-input-color;
2908
+ font-size: 14px;
2909
+ opacity: 65%;
2910
+ margin: 60px 0;
2911
+ text-align: center;
2912
+ }
2913
+ .e-tc-btn-bg-clr.e-btn:not(:hover):not(.e-active) {
2914
+ background-color: inherit;
2915
+ border-color: transparent;
2916
+ color: inherit;
2917
+ }
2918
+ .e-tc-nvgte.e-icon-btn {
2919
+ text-align: center;
2920
+ vertical-align: middle;
2921
+ }
2922
+ .e-de-track-span-user {
2923
+ display: inline-flex;
2924
+ overflow: hidden;
2925
+ width: 110px;
2926
+ }
2927
+ .e-de-track-span-view {
2928
+ display: inline-flex;
2929
+ overflow: hidden;
2930
+ width: 50px;
2931
+ }
2932
+ .e-btn.e-outline.e-de-track-accept-button {
2933
+ min-width: 66px;
2934
+ padding: 5px $de-tc-btn-padding;
2935
+ text-transform: initial;
2936
+ }
2937
+ .e-btn.e-outline.e-de-track-accept-button:hover {
2938
+ min-width: 66px;
2939
+ padding: 5px $de-tc-btn-padding;
2940
+ text-transform: initial;
2941
+ }
2942
+ .e-btn.e-outline.e-de-track-reject-button {
2943
+ min-width: 64px;
2944
+ padding: 5px 6px;
2945
+ margin-left: 8px;
2946
+ text-transform: initial;
2947
+ }
2948
+ .e-btn.e-outline.e-de-track-reject-button:hover {
2949
+ min-width: 64px;
2950
+ padding: 5px 6px;
2951
+ margin-left: 8px;
2952
+ text-transform: initial;
2953
+ }
2954
+ .e-de-track-chngs-count {
2955
+ font-size: 12px;
2956
+ margin-left: 6px;
2957
+ opacity: 0.87;
2958
+ padding-top: 7px;
2959
+ white-space: nowrap;
2960
+ }
2961
+ .e-de-track-insert {
2962
+ color: $de-track-chngs-sucs-bg-color;
2963
+ font-size: 13px;
2964
+ opacity: 100%;
2965
+ }
2966
+ .e-de-track-delete {
2967
+ color: $de-track-chngs-rejct-bg-color;
2968
+ font-size: 13px;
2969
+ opacity: 100%;
2970
+ }
2971
+ @if $skin-name !='tailwind' {
2972
+ .e-de-track-toolbar {
2973
+ border-bottom: 1px solid #d8d8d8;
2974
+ border-top: 1px solid #d8d8d8;
2975
+ padding-bottom: $de-tc-tlbr-padding-btm;
2976
+ }
2977
+ .e-de-track-pane-drop-btn {
2978
+ padding-left: 0px;
2979
+ padding-right: 0px;
2980
+ @if $skin-name =='Material3' {
2981
+ padding-top: 10px;
2982
+ }
2983
+ @else {
2984
+ padding-top: 5px;
2985
+ }
2986
+ font-size: 13px;
2987
+ font-weight: $de-header-font-weight;
2988
+ }
2989
+ }
2990
+ .e-toolbar-item.e-de-track-toolbar-overlay.e-template.e-overlay {
2991
+ opacity: 1;
2992
+ font-weight: $de-header-font-weight;
2993
+ font-size: $de-cmt-author-nme-fnt-size;
2994
+ }
2995
+ .e-de-track-date {
2996
+ font-size: $de-cmt-date-fnt-size;
2997
+ margin-top: 4px;
2998
+ opacity: 0.67;
2999
+ }
3000
+ .e-de-track-usernme-div {
3001
+ justify-content: space-between;
3002
+ padding-top: 8px;
3003
+ }
3004
+ .e-de-track-user-nme {
3005
+ font-size: $de-cmt-author-nme-fnt-size;
3006
+ font-weight: 500;
3007
+ padding-left: 8px;
3008
+ }
3009
+ .e-de-track-chngs-text {
3010
+ line-height: 19.5px;
3011
+ overflow: hidden;
3012
+ word-wrap: break-word;
3013
+ text-overflow: ellipsis;
3014
+ font-size: $de-cmt-author-nme-fnt-size;
3015
+ min-height: 20px;
3016
+ padding-top: 8px;
3017
+ margin-bottom: 16px;
3018
+ }
3019
+ .e-de-track-chng-table {
3020
+ border-collapse: collapse;
3021
+ border-spacing: 0px;
3022
+ opacity: 70%;
3023
+ width: 100%;
3024
+ }
3025
+ .e-de-tc-tble-cell {
3026
+ border: 1px solid;
3027
+ height: 20px;
3028
+ }
3029
+ .e-de-tc-shrink-img {
3030
+ height: 30px;
3031
+ margin: 0 4px;
3032
+ vertical-align: middle;
3033
+ width: 50px;
3034
+ }
3035
+ .e-de-tc-field {
3036
+ background-color: rgb(206, 205, 205);
3037
+ margin: 0 2px;
3038
+ }
3039
+ .e-de-tc-pmark {
3040
+ font-size: 14px;
3041
+ font-family: Roboto-Regular;
3042
+ font-weight: 600;
3043
+ color: rgb(1, 22, 119);
3044
+ margin: 0 2px;
3045
+ }
3046
+ .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
3047
+ border-left: 2px solid $de-cmt-selection;
3048
+ padding-left: $de-cmt-sub-container-hover-padding-left;
3049
+ }
3050
+ .e-de-cmt-author {
3051
+ align-items: center;
3052
+ @if $skin-name == 'bootstrap5' {
3053
+ margin-bottom: 12px;
3054
+ }
3055
+ @else {
3056
+ margin-bottom: 8px;
3057
+ }
3058
+ }
3059
+ .e-de-cmt-author-name {
3060
+ font-size: $de-cmt-author-nme-fnt-size;
3061
+ font-weight: $de-header-font-weight;
3062
+ padding-left: $de-cmt-author-nme-padding-left;
3063
+ width: 90%;
3064
+ }
3065
+ .e-de-cp-option.e-btn.e-icon-btn {
3066
+ background-color: inherit;
3067
+ border: none;
3068
+ color: inherit;
3069
+ float: right;
3070
+ height: $de-cmt-opt-size;
3071
+ padding: 0px;
3072
+ width: $de-cmt-opt-size;
3073
+ @if $skin-name=='bootstrap4' {
3074
+ margin-top: -4px;
3075
+ }
3076
+ @if $skin-name=='bootstrap' {
3077
+ margin-top: -8px;
3078
+ }
3079
+ }
3080
+ .e-de-cp-option.e-btn.e-icon-btn span {
3081
+ margin-top: 0px;
3082
+ }
3083
+ .e-de-cmt-view:hover {
3084
+ .e-de-cp-option {
3085
+ display: block;
3086
+ }
3087
+ }
3088
+ .e-de-cmt-readonly {
3089
+ font-size: $de-cmt-author-nme-fnt-size;
3090
+ @if $skin-name != 'bootstrap5' {
3091
+ padding-top: 4px;
3092
+ }
3093
+ word-break: break-word;
3094
+ }
3095
+ .e-de-cmt-date {
3096
+ font-size: $de-cmt-date-fnt-size;
3097
+ margin-top: $de-cmt-date-mrgn-top;
3098
+ opacity: 0.67;
3099
+ }
3100
+ .e-de-cmt-sub-container.e-de-cmt-reply {
3101
+ border: none;
3102
+ border-top: 1px solid $de-cmt-separator;
3103
+ border-radius: 0px;
3104
+ margin: $de-rply-cmt-sub-container-margin;
3105
+ padding: 0px;
3106
+ .e-de-cmt-view {
3107
+ margin-top: $de-cmt-view-mrgn-top;
3108
+ }
3109
+ }
3110
+ .e-de-cmt-textarea.e-input {
3111
+ color: $de-cmt-pant-content-font;
3112
+ @if $skin-name == 'tailwind' {
3113
+ font-size: $de-cmt-author-nme-fnt-size;
3114
+ }
3115
+ @else {
3116
+ font-size: 13px;
3117
+ }
3118
+ line-height: normal;
3119
+ min-height: 30px;
3120
+ overflow: hidden;
3121
+ padding-top: $e-de-cmt-textarea-padding-top;
3122
+ resize: none;
3123
+ }
3124
+ .e-bigger .e-de-cmt-textarea.e-input {
3125
+ padding-top: $e-de-cmt-textarea-padding-top-big;
3126
+ }
3127
+ .e-de-cmt-action-button {
3128
+ text-align: right;
3129
+ margin-top: $de-reply-footer-margin-top;
3130
+ }
3131
+ .e-de-cmt-post-btn.e-btn.e-flat,
3132
+ .e-de-cmt-cancel-btn.e-btn.e-flat {
3133
+ height: $de-cmt-post-btn-ht;
3134
+ margin-left: 8px;
3135
+ width: $de-cmt-post-btn-wt;
3136
+ @if $skin-name == 'tailwind' {
3137
+ padding-top: $de-cmt-cancel-btn-padding-top;
3138
+ padding-left: $de-cmt-cancel-btn-padding-left;
3139
+ }
3140
+ }
3141
+ .e-de-cmt-resolved {
3142
+ .e-de-cmt-author-name,
3143
+ .e-de-cmt-readonly,
3144
+ e-de-cmt-date {
3145
+ opacity: 0.67;
3146
+ }
3147
+ .e-de-cmt-rply-view {
3148
+ display: none;
3149
+ }
3150
+ .e-de-cmt-resolve-btn {
3151
+ display: block;
3152
+ margin-top: 8px;
3153
+ text-align: right;
3154
+ }
3155
+ }
3156
+ .e-de-cmt-sub-container.e-de-cmt-resolved.e-de-cmt-selection {
3157
+ border-left: 3px solid $de-cmt-selection-rslv;
3158
+ }
3159
+ .e-de-cmt-sub-container.e-de-cmt-resolved:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
3160
+ border-left: 2px solid $de-cmt-selection-rslv;
3161
+ }
3162
+ .e-de-lock-mark {
3163
+ cursor: default;
3164
+ color: $de-op-icon-color;
3165
+ font-size: 13px;
3166
+ height: 13px;
3167
+ pointer-events: all;
3168
+ width: 13px;
3169
+ }
3170
+ .e-de-cmt-mark {
3171
+ cursor: default;
3172
+ color: $de-op-icon-color;
3173
+ font-size: 13px;
3174
+ height: 13px;
3175
+ pointer-events: all;
3176
+ width: 13px;
3177
+ :hover {
3178
+ color: $de-cmt-selection;
3179
+ }
3180
+ }
3181
+ .e-de-cmt-mark.e-de-cmt-mark-selected,
3182
+ .e-de-cmt-mark.e-de-cmt-mark-hover {
3183
+ color: $de-cmt-selection;
3184
+ }
3185
+ .e-de-cmt-no-cmt {
3186
+ margin-left: 6px;
3187
+ margin-top: 24px;
3188
+ font-size: 13px;
3189
+ }
3190
+ .e-de-cmt-drawer-cnt {
3191
+ font-size: 13px;
3192
+ height: 20px;
3193
+ margin-top: 8px;
3194
+ }
3195
+ .e-de-cmt-drawer {
3196
+ cursor: pointer;
3197
+ float: right;
3198
+ opacity: 0.54;
3199
+ margin-right: 4px;
3200
+ margin-top: 4px;
3201
+ }
3202
+ .e-de-cmt-rply-view {
3203
+ margin-top: $de-cmt-textbox-top-margin;
3204
+ }
3205
+ .e-de-cmt-resolve-btn {
3206
+ display: none;
3207
+ }
3208
+ @if $skin-name=='bootstrap4' {
3209
+ textarea.e-de-cmt-textarea {
3210
+ height: 28px;
3211
+ }
3212
+ }
3213
+ .e-rtl {
3214
+ .e-de-cmt-pane {
3215
+ border-left: none;
3216
+ border-right: 1px solid $de-op-border-clr;
3217
+ }
3218
+ .e-de-rp-close-icon {
3219
+ float: left;
3220
+ right: $de-rp-close-icon-right-rtl;
3221
+ }
3222
+ .e-de-cp-option.e-btn.e-icon-btn {
3223
+ float: left;
3224
+ }
3225
+ .e-de-cmt-sub-container.e-de-cmt-selection {
3226
+ border-left: 1px solid $de-cmt-separator;
3227
+ border-right: 3px solid $de-cmt-selection;
3228
+ padding-left: $de-cmt-sub-container-padding;
3229
+ padding-right: $de-cmt-sub-container-padding-left;
3230
+ }
3231
+ .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
3232
+ border-left: 1px solid $de-cmt-separator;
3233
+ border-right: 2px solid $de-cmt-selection;
3234
+ padding-left: $de-cmt-sub-container-padding;
3235
+ padding-right: $de-cmt-sub-container-hover-padding-left;
3236
+ }
3237
+ .e-de-cmt-sub-container.e-de-cmt-resolved.e-de-cmt-selection {
3238
+ border-right: 3px solid $de-cmt-selection-rslv;
3239
+ }
3240
+ .e-de-cmt-sub-container.e-de-cmt-resolved:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
3241
+ border-right: 2px solid $de-cmt-selection-rslv;
3242
+ }
3243
+ .e-de-cmt-action-button {
3244
+ text-align: left;
3245
+ }
3246
+ .e-de-cmt-no-cmt {
3247
+ margin-left: auto;
3248
+ margin-right: 6px;
3249
+ }
3250
+ .e-de-cmt-drawer {
3251
+ float: left;
3252
+ margin-left: 8px;
3253
+ margin-right: auto;
3254
+ }
3255
+ .e-de-cmt-resolve-btn {
3256
+ text-align: left;
3257
+ }
3258
+ }
3259
+ .e-bigger {
3260
+ .e-de-cmt-post-btn.e-btn.e-flat,
3261
+ .e-de-cmt-cancel-btn.e-btn.e-flat {
3262
+ height: $de-cmt-post-btn-ht-big;
3263
+ margin-left: 12px;
3264
+ width: $de-cmt-post-btn-wt-big;
3265
+ @if $skin-name == 'tailwind' {
3266
+ padding-top: $de-cmt-cancel-btn-padding-top-big;
3267
+ padding-left: $de-cmt-cancel-btn-padding-left-big;
3268
+ }
3269
+ }
3270
+ .e-de-cp-whole-header {
3271
+ height: 56px;
3272
+ padding: 16px;
3273
+ padding-right: 8px;
3274
+ }
3275
+ .e-de-rp-close-icon {
3276
+ float: right;
3277
+ position: relative;
3278
+ top: $de-rp-close-icon-top-bigger;
3279
+ right: $de-rp-close-icon-right-bigger;
3280
+ }
3281
+ .e-rtl {
3282
+ .e-de-cmt-post-btn.e-btn.e-flat,
3283
+ .e-de-cmt-cancel-btn.e-btn.e-flat {
3284
+ margin-right: 12px;
3285
+ @if $skin-name == 'tailwind' {
3286
+ padding-bottom: $de-cmt-cancel-btn-padding-top-big;
3287
+ padding-right: $de-cmt-cancel-btn-padding-left-big;
3288
+ }
3289
+ }
3290
+ }
3291
+ }
3292
+ .e-de-close-icon.e-btn {
3293
+ background-color: $dialog-btn-bg-color !important;
3294
+ border-color: $dialog-btn-border-color !important;
3295
+ border-radius: $dialog-headericon-border-radius;
3296
+ color: $dialog-btn-clr;
3297
+ //height: 26px;
3298
+ //width: 26px;
3299
+ border: none;
3300
+ #{if(&, '&', '*')}:active {
3301
+ background-color: $dialog-closeicon-btn-active-color !important;
3302
+ border-color: $dialog-btn-border-color !important;
3303
+ box-shadow: none;
3304
+ }
3305
+ #{if(&, '&', '*')}:hover {
3306
+ background-color: $dialog-closeicon-btn-hover-color !important;
3307
+ box-shadow: none;
3308
+ color: $dialog-active-icon-color;
3309
+ cursor: $e-de-close-icon-cursor;
3310
+ border: none;
3311
+ }
3312
+ }
3313
+ .e-btn.e-de-close-icon:hover span {
3314
+ cursor: pointer;
3315
+ color: $dialog-active-icon-color;
3316
+ }
3317
+ // Blazor
3318
+ .e-de-para-dlg-right-sub-container-blazor {
3319
+ top: $de-para-dlg-right-sub-container-top-margin;
3320
+ }
3321
+ .e-de-rp-mu-btn {
3322
+ margin-top: 3px;
3323
+ }
3324
+ .e-de-table-dialog-row-height {
3325
+ padding-top: $de-table-row-height-padding;
3326
+ }
3327
+ .e-de-tablecell-dialog-alignment-icon {
3328
+ width: $de-table-alignment-icon-width;
3329
+ height: $de-table-alignment-icon-height;
3330
+ margin: $de-table-alignment-icon-margin;
3331
+ }
3332
+ .e-de-table-dia-indent-from-left {
3333
+ right: 45px;
3334
+ }
3335
+ .e-de-table-dia-align-div {
3336
+ border: $de-table-align-border-width solid $de-table-align-border-color;
3337
+ display: inline-block;
3338
+ height: $de-table-dia-align-height;
3339
+ margin-right: $de-table-align-margin-right;
3340
+ width: $de-table-dia-align-width;
3341
+ }
3342
+ .e-de-table-dialog-alignment-icon {
3343
+ margin: $de-table-alignment-icon-margin;
3344
+ height: $de-table-dia-align-icon-height;
3345
+ }
3346
+ .e-de-table-border-setting-genral {
3347
+ margin-right: $de-table-align-margin-right;
3348
+ }
3349
+ .e-de-table-border-clr-left-container {
3350
+ padding-right: $de-border-dlg-clr-padding-right;
3351
+ }
3352
+ .e-de-table-border-clr-heading {
3353
+ font-size: $de-border-dlg-setting-label-fontsize;
3354
+ font-weight: $de-border-dlg-border-label-fontweight;
3355
+ padding-bottom: $de-border-dlg-clr-padding-bottom;
3356
+ }
3357
+ .e-de-table-border-icon-container {
3358
+ margin-top: 4px;
3359
+ margin-right: 4px;
3360
+ }
3361
+ .e-de-table-border-preview-container {
3362
+ padding-left: $de-border-dlg-preview-padding-left;
3363
+ }
3364
+ .e-de-table-dlg-alignment-heading {
3365
+ color: $de-dlg-heading-main-header;
3366
+ display: block;
3367
+ font-size: $de-para-dlg-heading-font-size;
3368
+ font-weight: $de-par-dlg-hdr-weight;
3369
+ margin-bottom: $de-tbl-dlg-align-padding-bottom;
3370
+ @if $skin-name == 'tailwind' {
3371
+ line-height: 22px;
3372
+ }
3373
+ }
3374
+
3375
+ .e-rtl{
3376
+ .e-de-cmt-author-name {
3377
+ padding-left: 0%;
3378
+ padding-right: $de-cmt-author-nme-padding-left;
3379
+ }
3380
+ .e-de-cmt-post-btn.e-btn.e-flat,
3381
+ .e-de-cmt-cancel-btn.e-btn.e-flat{
3382
+ @if $skin-name == 'tailwind' {
3383
+ padding-bottom: $de-cmt-cancel-btn-padding-top;
3384
+ padding-right: $de-cmt-cancel-btn-padding-left;
3385
+ }
3386
+ }
3387
+ .e-de-ok-button {
3388
+ margin-right: 0;
3389
+ margin-left: $de-ok-insert-button-margin-right;
3390
+ }
3391
+ .e-de-table-dia-align-div.e-de-rtl {
3392
+ margin-left: $de-table-align-margin-right;
3393
+ margin-right: 0;
3394
+ }
3395
+ .e-de-table-border-clr-left-container {
3396
+ padding-right: 0;
3397
+ padding-left: $de-border-dlg-clr-padding-right;
3398
+ }
3399
+ .e-de-table-border-preview-container {
3400
+ padding-right: $de-border-dlg-preview-padding-left;
3401
+ padding-left: 0;
3402
+ }
3403
+ .e-de-table-border-setting-genral {
3404
+ margin-right: 0;
3405
+ margin-left: $de-table-align-margin-right;
3406
+ }
3407
+ .e-de-table-border-icon-container {
3408
+ margin-right: 0;
3409
+ margin-left: 4px;
3410
+ }
3411
+ .e-de-table-border-preview {
3412
+ width: 23px;
3413
+ }
3414
+ .e-de-table-setting-labels-heading {
3415
+ margin-left: 0;
3416
+ margin-right: $de-table-alignment-label-margin-left;
3417
+ }
3418
+ }
3419
+ .e-bigger {
3420
+ .e-de-cmt-author-name {
3421
+ padding-left: $de-cmt-author-nme-padding-left-big ;
3422
+ }
3423
+ .e-de-cmt-rply-view{
3424
+ margin-top: $de-cmt-textbox-top-margin-big;
3425
+ }
3426
+ .e-de-cmt-sub-container{
3427
+ padding: $de-cmt-sub-container-padding-big;
3428
+ }
3429
+ .e-de-cmt-sub-container.e-de-cmt-selection {
3430
+ padding-left: $de-cmt-sub-container-padding-left-big;
3431
+ }
3432
+ .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover{
3433
+ padding-left: $de-cmt-sub-container-hover-padding-left-big;
3434
+ }
3435
+ .e-de-cmt-sub-container.e-de-cmt-reply{
3436
+ padding: 0%;
3437
+ }
3438
+ .e-de-rp-nav-btn {
3439
+ width: auto;
3440
+ }
3441
+ .e-de-rp-whole-header {
3442
+ padding: $de-rp-whole-header-padding-big;
3443
+ }
3444
+ .e-de-rp-sub-div {
3445
+ border-bottom: 1px solid $de-list-view;
3446
+ padding: $de-rp-sub-div-padding-big;
3447
+ }
3448
+ .e-de-rp-enforce {
3449
+ padding: $de-rp-enforce-padding-big;
3450
+ }
3451
+ .e-de-enforce .e-de-enforce-dlg-input:not(.e-de-enforce .e-de-enforce-dlg-input:last-child) {
3452
+ width: 300px;
3453
+ }
3454
+
3455
+ .e-rtl{
3456
+ .e-de-cmt-author-name {
3457
+ padding-left: 0%;
3458
+ padding-right: $de-cmt-author-nme-padding-left-big;
3459
+ }
3460
+ .e-de-cmt-sub-container.e-de-cmt-selection {
3461
+ padding-left: $de-cmt-sub-container-padding-big;
3462
+ padding-right: $de-cmt-sub-container-padding-left-big;
3463
+ }
3464
+ .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
3465
+ padding-left: $de-cmt-sub-container-padding-big;
3466
+ padding-right: $de-cmt-sub-container-hover-padding-left-big;
3467
+ }
3468
+ .e-de-rp-close-icon {
3469
+ float: left;
3470
+ right: $de-rp-close-icon-right-bigger-rtl;
3471
+ }
3472
+ }
3473
+ }
3474
+ }