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

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 -3349
  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,2187 @@
1
+ @include export-module('document-editor-container-theme') {
2
+ /* stylelint-disable */
3
+ .e-de-toolbar {
4
+ height: 100%;
5
+ }
6
+ .e-de-statusbar-pageweb {
7
+ background: $de-ctnr-bg-clr;
8
+ border: 0;
9
+ box-shadow: none;
10
+ float: right;
11
+ @if $skin-name!='bootstrap5' and $skin-name!='tailwind' and $skin-name!='FluentUI' {
12
+ height: 33px;
13
+ width: 33px;
14
+ }
15
+ @if $skin-name=='bootstrap4' {
16
+ color: $e-de-statusbar-separator-color;
17
+ }
18
+ @if $skin-name=='bootstrap5' {
19
+ color: $icon-color;
20
+ }
21
+ #{if(&, '&', '*')}:hover {
22
+ @if $skin-name=='bootstrap5' {
23
+ color: $e-de-bzr-button-hover-font-color;
24
+ }
25
+ box-shadow: none;
26
+ }
27
+ }
28
+ .e-de-statusbar-pageweb .e-de-printlayout,
29
+ .e-de-statusbar-pageweb .e-de-weblayout {
30
+ font-size: $e-de-bzr-btn-font-size;
31
+ }
32
+ .e-de-statusbar-pageweb .e-de-printlayout:hover,
33
+ .e-de-statusbar-pageweb .e-de-weblayout:hover {
34
+ font-size: $e-de-bzr-btn-font-size;
35
+ @if $skin-name=='bootstrap5' {
36
+ color: $e-de-bzr-button-hover-font-color;
37
+ }
38
+ }
39
+ .e-bigger {
40
+ @if $skin-name !='bootstrap5' and $skin-name !='tailwind' and $skin-name!='FluentUI' {
41
+ .e-btn.e-de-statusbar-pageweb {
42
+ padding: 0;
43
+ }
44
+ }
45
+ .e-de-statusbar-pageweb .e-de-printlayout,
46
+ .e-de-statusbar-pageweb .e-de-weblayout {
47
+ font-size: $e-de-bzr-btn-font-size-big;
48
+ @if $skin-name=='bootstrap' {
49
+ margin-top: -6px;
50
+ }
51
+ }
52
+ }
53
+ .e-listview .e-list-icon {
54
+ height: 24px;
55
+ width: 16px;
56
+ margin-right: $e-de-ctnr-break-listview-margin-right;
57
+ }
58
+ .e-de-listview-icon {
59
+ line-height: 22px;
60
+ }
61
+ .e-de-linespacing {
62
+ margin-top: $e-de-ctnr-linespacing-tick-icon;
63
+ }
64
+ .e-de-statusbar-zoom {
65
+ background: $de-ctnr-bg-clr;
66
+ border: 0;
67
+ color: $de-font-color;
68
+ float: right;
69
+ font-weight: 400;
70
+ height: 33px;
71
+ @if $skin-name =='bootstrap5' {
72
+ box-shadow: none;
73
+ }
74
+ }
75
+ .e-de-pagenumber-text {
76
+ border: none !important;
77
+ // height: 22px !important;
78
+ // margin-top: $de-pagenumber-text-margin-top !important;
79
+ }
80
+
81
+ @if $skin-name=='Material3' {
82
+ .e-de-ctnr-segment button,
83
+ .e-de-char-fmt-btn-right button,
84
+ .e-de-border-size-button,
85
+ .e-de-cell-div button,
86
+ .e-de-insert-del-cell button,
87
+ .e-de-align-text button {
88
+ border-radius: 4px;
89
+ //background: $de-prop-btn-bg-color;
90
+ }
91
+ .e-de-char-fmt-btn-right button:not(:first-child),
92
+ .e-de-char-fmt-btn-left button:not(:first-child),
93
+ .e-de-insert-del-cell button:not(:first-child),
94
+ .e-de-align-text button:not(:first-child) {
95
+ border-left: 1.7px solid $border-light;
96
+ }
97
+
98
+ .e-rtl {
99
+ .e-de-char-fmt-btn-right button:not(:last-child),
100
+ .e-de-char-fmt-btn-left button:not(:last-child),
101
+ .e-de-insert-del-cell button:not(:last-child),
102
+ .e-de-align-text button:not(:last-child) {
103
+ border-right: 1.7px solid $border-light;
104
+ }
105
+ }
106
+ .e-de-grp-btn-ctnr button {
107
+ //background: $de-prop-btn-bg-color;
108
+ border: 1px solid $border-light;
109
+ }
110
+ .e-de-font-clr-picker > *,
111
+ .de-split-button>div:first-child {
112
+ margin-right: 8px;
113
+ }
114
+ }
115
+
116
+ .e-de-pagenumber-input {
117
+ background: $e-de-pagenumber-bg;
118
+ border: 1px solid $de-panel-border;
119
+ border-radius: $de-pagenumber-text-border-radius;
120
+ color: $de-font-color;
121
+ @if $skin-name=='bootstrap5' or $skin-name=='tailwind' or $skin-name =='FluentUI' {
122
+ font-family: inherit;
123
+ font-size: $e-de-btn-font-size;
124
+ }
125
+ padding: 0px;
126
+ text-align: center;
127
+ width: 22px;
128
+ }
129
+ @if $skin-name=='bootstrap5' or $skin-name=='tailwind' or $skin-name =='FluentUI' {
130
+ .e-bigger {
131
+ .e-de-pagenumber-input {
132
+ font-size: $e-de-btn-font-size-big;
133
+ //margin-top: $de-page-number-margin-top-big;
134
+ }
135
+ }
136
+ }
137
+ .e-btn-pageweb-toggle {
138
+ background-color: $de-pageweb-toggle-color;
139
+ box-shadow: none;
140
+ outline: $de-pageweb-toggle-outline;
141
+ outline-offset: 0;
142
+ @if $skin-name=='bootstrap4' {
143
+ color: $de-prop-btn-bg-color;
144
+ }
145
+ }
146
+ .e-btn-pageweb-spellcheck {
147
+ border: 0;
148
+ box-shadow: none;
149
+ float: right;
150
+ margin-left: $de-zoom-tlbr-margin-left;
151
+ }
152
+ @if $skin-name=='tailwind' $skin-name=='material' or $skin-name=='bootstrap-dark' or $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='bootstrap5' or $skin-name=='fabric-dark' or $skin-name=='fabric' or $skin-name=='highcontrast' or $skin-name=='material-dark' {
153
+ .e-bigger .e-btn-pageweb-spellcheck {
154
+ margin-left: $de-zoom-tlbr-margin-left-big;
155
+ }
156
+ }
157
+ .e-de-ctn-title {
158
+ background-color: $de-title-bar-bg-clr;
159
+ border-bottom: none !important;
160
+ color: $de-title-bar-font-clr;
161
+ @if $skin-name=='tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
162
+ font-size: $e-de-btn-font-size !important;
163
+ button {
164
+ font-size: $e-de-btn-font-size !important;
165
+ height: 36px !important;
166
+ @if $skin-name !='tailwind' {
167
+ margin: 0 !important;
168
+ }
169
+ .e-btn-icon {
170
+ font-size: $e-de-btn-font-icon-size !important;
171
+ }
172
+ }
173
+ }
174
+ }
175
+ @if $skin-name=='tailwind' or $skin-name == 'bootstrap5' or $skin-name =='FluentUI' {
176
+ .e-bigger {
177
+ .e-de-ctn-title {
178
+ font-size: $e-de-btn-font-size-big !important;
179
+ height: 40px !important;
180
+ button {
181
+ font-size: $e-de-btn-font-size-big !important;
182
+ height: auto !important;
183
+ @if $skin-name !='tailwind' {
184
+ margin: 0 !important;
185
+ }
186
+ .e-btn-icon {
187
+ font-size: $e-de-btn-font-icon-size-big !important;
188
+ }
189
+ }
190
+ }
191
+ }
192
+ }
193
+ .e-de-tool-ctnr-properties-pane {
194
+ display: flex;
195
+ height: $de-tool-ctnr-editor-height;
196
+ width: 100%;
197
+ }
198
+ .e-de-ctnr-properties-pane {
199
+ display: flex;
200
+ height: $de-ctnr-editor-height;
201
+ width: 100%;
202
+ }
203
+ .e-de-statusbar-separator {
204
+ border-left: 1px solid $e-de-statusbar-separator-color;
205
+ height: 16px;
206
+ margin-left: $de-status-br-left;
207
+ margin-top: $de-status-br-top;
208
+ }
209
+ .e-de-statusbar-spellcheck {
210
+ border-radius: 2px;
211
+ font-weight: 400;
212
+ margin-left: $de-spellcheck-tlbr-margin-left;
213
+ @if $skin-name == 'Material3' {
214
+ background: $de-ctnr-bg-clr;
215
+ }
216
+ }
217
+ .e-de-ctn {
218
+ background-color: $de-ctnr-bg-clr;
219
+ border: 1px solid $de-panel-border;
220
+ height: $de-ctnr-height;
221
+ position: relative;
222
+ width: 100%;
223
+ }
224
+ .e-bigger .e-de-statusbar-spellcheck {
225
+ border-radius: 2px;
226
+ margin-left: $de-spellcheck-tlbr-margin-left;
227
+ }
228
+ .e-de-ctnr-toolbar {
229
+ display: flex;
230
+ height: $de-ctnr-tlbr-height;
231
+ width: 100%;
232
+ }
233
+ .e-de-tlbr-wrapper .e-de-toolbar.e-toolbar,
234
+ .e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn {
235
+ border: 0;
236
+ }
237
+ .e-de-pane {
238
+ border-left: 1px solid $de-panel-border;
239
+ }
240
+ .e-de-pane-rtl {
241
+ border-right: 1px solid $de-panel-border;
242
+ }
243
+ @if $skin-name=='material' {
244
+ .e-de-pane>div button:not(.e-primary),
245
+ .e-de-pane-rtl>div button:not(.e-primary) {
246
+ background-color: $de-panel-btn-bg-clr;
247
+ }
248
+ }
249
+ .e-de-tool-ctnr-properties-pane,
250
+ .e-de-ctnr-properties-pane {
251
+ background: $de-ctnr-prop-bg-clr;
252
+ border-bottom: 1px solid $de-panel-border;
253
+ border-top: 1px solid $de-panel-border;
254
+ }
255
+ .e-de-ctnr-segment {
256
+ margin-bottom: $de-ctnr-margin-bottom;
257
+ }
258
+ @if $skin-name=='tailwind' or $skin-name=='bootstrap5' or $skin-name =='FluentUI' {
259
+ .e-de-insert-del-cell>div:last-child {
260
+ margin-left: $de-pane-margin-right !important;
261
+ }
262
+ .e-bigger {
263
+ .e-de-ctnr-prop-label,
264
+ .e-de-ctnr-segment {
265
+ margin-bottom: 16px;
266
+ }
267
+ .e-de-property-div-padding {
268
+ //padding-bottom: 16px;
269
+ padding: 16px;
270
+ }
271
+ .e-de-insert-del-cell>div:last-child {
272
+ margin-left: $de-pane-margin-right-big !important;
273
+ }
274
+ .e-de-ctnr-group-btn .e-btn .e-btn-icon {
275
+ margin-left: $de-btn-icon-margin;
276
+ }
277
+ .e-de-ctnr-group-btn .e-btn .e-btn-icon:not(.e-caret) {
278
+ font-size: $de-btn-font-size-bigger;
279
+ }
280
+ .e-de-pane-rtl {
281
+ .e-de-ctnr-group-btn .e-btn .e-btn-icon {
282
+ margin-left: 0px;
283
+ @if $skin-name=='tailwind' {
284
+ margin-right: -5px;
285
+ }
286
+ @else {
287
+ margin-right: $de-btn-icon-margin;
288
+ }
289
+ }
290
+ }
291
+ }
292
+ .e-de-ctnr-group-btn .e-btn .e-btn-icon:not(.e-caret) {
293
+ font-size: $de-btn-font-size;
294
+ }
295
+ .e-de-property-div-padding .e-de-cellmargin-text {
296
+ padding-bottom: 3px;
297
+ }
298
+ .e-de-cntr-pane-padding.e-de-prop-separator-line>div>div:first-child>div:first-child {
299
+ margin-bottom: 0 !important;
300
+ }
301
+ }
302
+ @if $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='tailwind' or $skin-name=='bootstrap5' or $skin-name =='FluentUI' {
303
+ .e-de-font-clr-picker .e-colorpicker-wrapper:first-child,
304
+ .e-de-font-clr-picker>.e-split-btn-wrapper {
305
+ margin-right: $de-pane-margin-right;
306
+ }
307
+ .e-de-font-clr-picker.e-rtl .e-colorpicker-wrapper:first-child,
308
+ .e-de-font-clr-picker.e-rtl>.e-split-btn-wrapper {
309
+ margin-left: $de-pane-margin-right;
310
+ margin-right: 0;
311
+ }
312
+ }
313
+ @if $skin-name=='bootstrap-dark' {
314
+ .e-de-font-clr-picker .e-colorpicker-wrapper:first-child,
315
+ .e-de-font-clr-picker>.e-split-btn-wrapper {
316
+ margin-right: $de-pane-margin-right;
317
+ }
318
+ .e-de-font-clr-picker.e-rtl .e-colorpicker-wrapper:first-child,
319
+ .e-de-font-clr-picker.e-rtl>.e-split-btn-wrapper {
320
+ margin-left: $de-pane-margin-right;
321
+ margin-right: 0;
322
+ }
323
+ }
324
+ .e-de-ctnr-segment>div:first-child:not(.e-rtl),
325
+ .e-de-ctnr-segment-list>div:last-child:not(.e-rtl),
326
+ .e-de-ctnr-segment>button:first-child:not(.e-rtl) {
327
+ margin-right: $de-pane-margin-right;
328
+ }
329
+ .e-de-ctnr-segment.e-de-ctnr-segment-rtl>div:first-child,
330
+ .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl>div:last-child,
331
+ .e-de-ctnr-segment.e-de-ctnr-segment-rtl>button:first-child {
332
+ margin-left: $de-pane-margin-right;
333
+ margin-right: 0;
334
+ }
335
+ .e-de-tlbr-wrapper {
336
+ background-color: $de-prpty-btn-bg-clr;
337
+ height: $de-ctnr-tlbr-height;
338
+ width: $de-ctnr-tlbr-width;
339
+ }
340
+ .e-de-ctnr-prop-label {
341
+ color: $de-panel-header-color;
342
+ display: inline-block;
343
+ font-size: $de-panel-header-size;
344
+ font-weight: 500;
345
+ @if $skin-name=='Material3' {
346
+ letter-spacing: 0.3px;
347
+ }
348
+ @else {
349
+ letter-spacing: 0.05px;
350
+ }
351
+ @if $skin-name=='tailwind' {
352
+ line-height: 1.5;
353
+ }
354
+ margin-bottom: $de-ctnr-margin-bottom;
355
+ opacity: 0.87;
356
+ }
357
+ .e-de-table-prop-label {
358
+ margin-left: 12px;
359
+ }
360
+ .e-de-table-prop-label.e-de-rtl {
361
+ margin-left: 0;
362
+ margin-right: 12px;
363
+ }
364
+ .e-de-toolbar.e-toolbar {
365
+ border-radius: 0;
366
+ @if $skin-name =='FluentUI' {
367
+ box-shadow: none;
368
+ }
369
+ }
370
+ .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-first {
371
+ margin-left: 0;
372
+ margin-right: $de-tlbr-margin-right;
373
+ }
374
+ .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-first {
375
+ margin-left: $de-tlbr-margin-right;
376
+ margin-right: 0;
377
+ }
378
+ .e-bigger .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-first {
379
+ margin-left: 0;
380
+ margin-right: $de-tlbr-margin-right-big;
381
+ }
382
+ .e-bigger .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-first {
383
+ margin-left: $de-tlbr-margin-right-big;
384
+ margin-right: 0;
385
+ }
386
+ .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-last {
387
+ margin-left: $de-tlbr-margin-right;
388
+ margin-right: 0;
389
+ }
390
+ .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-last {
391
+ margin-left: 0;
392
+ margin-right: $de-tlbr-margin-right;
393
+ }
394
+ .e-bigger .e-de-ctnr-toolbar .e-toolbar-item.e-de-toolbar-btn-last {
395
+ margin-left: $de-tlbr-margin-right-big;
396
+ margin-right: 0;
397
+ }
398
+ .e-bigger .e-de-ctnr-toolbar.e-de-ctnr-rtl .e-toolbar-item.e-de-toolbar-btn-last {
399
+ margin-left: 0;
400
+ margin-right: $de-tlbr-margin-right-big;
401
+ }
402
+ .e-de-toolbar.e-toolbar .e-toolbar-items {
403
+ height: $de-ctnr-tlbr-height;
404
+ .e-toolbar-item.e-de-separator {
405
+ @if $skin-name=='fabric' {
406
+ border: 1px solid $de-ctnr-separator-clr;
407
+ border-width: 0 1px 0 0;
408
+ }
409
+ height: 59px;
410
+ margin: $de-ctrnr-tblr-separator-margin;
411
+ }
412
+ .e-toolbar-item.e-de-toolbar-btn-start {
413
+ margin-left: $de-tlbr-margin-first !important;
414
+ margin-right: $de-tlbr-margin-right;
415
+ }
416
+ .e-toolbar-item.e-de-toolbar-btn-middle {
417
+ margin-left: $de-tlbr-margin-right;
418
+ margin-right: $de-tlbr-margin-right;
419
+ }
420
+ .e-toolbar-item.e-de-toolbar-btn-end {
421
+ margin-left: $de-tlbr-margin-right;
422
+ margin-right: $de-tlbr-margin-first;
423
+ }
424
+ .e-toolbar-item.e-de-image-focus :focus {
425
+ background-color: $de-toggle-bg-color;
426
+ }
427
+ }
428
+ @if $skin-name=='bootstrap' {
429
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
430
+ flex-direction: column;
431
+ height: $de-tlbr-btn-height;
432
+ padding: 0 1px;
433
+ padding-bottom: 5px;
434
+ #{if(&, '&', '*')}:focus {
435
+ padding: 0;
436
+ padding-bottom: 5px;
437
+ }
438
+ #{if(&, '&', '*')}:active {
439
+ padding: 0;
440
+ padding-bottom: 5px;
441
+ }
442
+ #{if(&, '&', '*')}:hover {
443
+ padding: 0;
444
+ padding-bottom: 5px;
445
+ }
446
+ }
447
+ }
448
+ @if $skin-name !='bootstrap' {
449
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
450
+ flex-direction: column;
451
+ height: $de-tlbr-btn-height;
452
+ padding: 0;
453
+ padding-bottom: $de-toolbar-padding-bottom;
454
+ #{if(&, '&', '*')}:focus {
455
+ padding: 0;
456
+ padding-bottom: $de-toolbar-padding-bottom;
457
+ }
458
+ #{if(&, '&', '*')}:active {
459
+ padding: 0;
460
+ padding-bottom: $de-toolbar-padding-bottom;
461
+ }
462
+ #{if(&, '&', '*')}:hover {
463
+ padding: 0;
464
+ padding-bottom: $de-toolbar-padding-bottom;
465
+ }
466
+ }
467
+ }
468
+ @if $skin-name=='bootstrap4' {
469
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
470
+ flex-direction: column;
471
+ height: $de-tlbr-btn-height;
472
+ padding: 0 1px;
473
+ padding-bottom: 5px;
474
+ #{if(&, '&', '*')}:focus {
475
+ padding: 0;
476
+ padding-bottom: 5px;
477
+ }
478
+ #{if(&, '&', '*')}:active {
479
+ padding: 0;
480
+ padding-bottom: 5px;
481
+ }
482
+ #{if(&, '&', '*')}:hover {
483
+ padding: 0;
484
+ padding-bottom: 5px;
485
+ }
486
+ }
487
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-btn-icon {
488
+ color: $de-toolbar-icon-clr;
489
+ font-size: 16px;
490
+ }
491
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
492
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
493
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
494
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:disabled {
495
+ .e-btn-icon {
496
+ color: $de-toggle-btn-color;
497
+ }
498
+ }
499
+ .e-bigger {
500
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-btn-icon {
501
+ color: $de-toolbar-icon-clr;
502
+ font-size: 18px;
503
+ }
504
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
505
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
506
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
507
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:disabled {
508
+ .e-btn-icon {
509
+ color: $de-toggle-btn-color;
510
+ }
511
+ }
512
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
513
+ font-size: 13px;
514
+ }
515
+ }
516
+ }
517
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
518
+ padding: 0;
519
+ }
520
+ .e-de-overlay {
521
+ height: 100%;
522
+ opacity: 0.5;
523
+ pointer-events: none;
524
+ touch-action: none;
525
+ width: 100%;
526
+ }
527
+ @if $skin-name=='bootstrap4' or $skin-name=='bootstrap5' {
528
+ .e-de-font-clr-picker .e-colorpicker-container .e-split-btn-wrapper .e-btn.e-icon-btn,
529
+ .e-de-font-clr-picker .e-colorpicker-container .e-split-btn-wrapper .e-btn.e-icon-btn,
530
+ .e-de-font-clr-picker .e-colorpicker-wrapper .e-btn.e-icon-btn,
531
+ .e-de-font-clr-picker .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,
532
+ .e-de-font-clr-picker .e-colorpicker-wrapper .e-btn.e-icon-btn.e-rtl {
533
+ padding: 0;
534
+ }
535
+
536
+ .e-de-prop-font-colorpicker .e-btn.e-icon-btn,
537
+ .e-de-prop-font-colorpicker .e-split-btn-wrapper .e-split-colorpicker.e-split-btn {
538
+ padding: 4px 8px !important;
539
+ }
540
+
541
+ .e-de-ctnr-style-div {
542
+ width: $de-text-pane-style-width;
543
+ }
544
+
545
+ .e-btn-toggle {
546
+ .e-tbar-btn-text {
547
+ color: $de-toggle-btn-color !important;
548
+ }
549
+ .e-btn-icon {
550
+ color: $de-toggle-btn-color !important;
551
+ }
552
+ }
553
+
554
+ .e-de-ctnr-list,
555
+ .e-de-list-header-presetmenu {
556
+ color: $de-prop-btn-icon-clr;
557
+ }
558
+ .e-de-ctnr-group-btn {
559
+ .e-btn {
560
+ background: $de-prop-btn-bg-color;
561
+ border-color: $de-prop-btn-border-color;
562
+ #{if(&, '&', '*')}:focus {
563
+ background-color: $de-toggle-border-hover-color;
564
+ @if $skin-name !='bootstrap4' and $skin-name!='bootstrap5' {
565
+ border: 1px;
566
+ }
567
+ border-color: $de-toggle-border-color;
568
+ box-shadow: 0 0 0 0 $de-toggle-bg-color;
569
+ outline-color: $de-toggle-bg-color;
570
+ }
571
+ #{if(&, '&', '*')}:active,
572
+ .e-btn-toggle {
573
+ background-color: $de-toggle-border-hover-color;
574
+ @if $skin-name !='bootstrap4' and $skin-name!='bootstrap5' {
575
+ border: 1px;
576
+ }
577
+ border-color: $de-toggle-border-color;
578
+ }
579
+ #{if(&, '&', '*')}:hover {
580
+ @if $skin-name !='tailwind' {
581
+ background-color: $de-toggle-hover-color;
582
+ @if $skin-name !='bootstrap4' and $skin-name!='bootstrap5' {
583
+ border: 1px;
584
+ }
585
+ @if $skin-name!='bootstrap5' {
586
+ border-color: $de-toggle-border-hover-color;
587
+ }
588
+ }
589
+ }
590
+ }
591
+ @if $skin-name=='bootstrap4' {
592
+ .e-split-btn-wrapper.e-rtl .e-split-btn {
593
+ border-color: $de-prop-btn-border-color;
594
+ }
595
+ }
596
+ }
597
+ .e-de-ctnr-group-btn .e-btn:disabled {
598
+ background-color: $de-toggle-bg-color;
599
+ border-color: $de-toggle-bg-color;
600
+ opacity: 65%;
601
+ }
602
+ .e-de-ctnr-group-btn .e-btn:hover,
603
+ .e-de-ctnr-group-btn .e-btn:focus,
604
+ .e-de-ctnr-group-btn .e-btn:active,
605
+ .e-de-ctnr-group-btn .e-btn:disabled {
606
+ .e-btn-icon {
607
+ @if $skin-name == 'bootstrap5' {
608
+ color: $de-white-color;
609
+ }
610
+ @else {
611
+ color: $de-toggle-btn-color;
612
+ }
613
+ }
614
+ }
615
+ .e-de-ctnr-group-btn .e-btn-icon {
616
+ color: $de-prop-btn-icon-clr;
617
+ font-size: $de-btn-font-size;
618
+ }
619
+ .e-bigger {
620
+ .e-de-ctnr-group-btn .e-btn-icon {
621
+ color: $de-prop-btn-icon-clr;
622
+ }
623
+ }
624
+ .e-btn-toggle .e-btn-icon {
625
+ color: $de-toggle-btn-color;
626
+ }
627
+ .e-de-prop-font-colorpicker .e-split-btn-wrapper .e-btn,
628
+ .e-de-prop-font-colorpicker .e-split-btn-wrapper .e-btn-icon,
629
+ .e-de-border-size-button,
630
+ .e-de-border-size-button .e-btn-icon {
631
+ background-color: $de-prop-btn-bg-color;
632
+ border-color: $de-prop-btn-border-color;
633
+ color: $de-prop-btn-icon-clr;
634
+ }
635
+ .e-de-border-size-button:focus,
636
+ .e-de-border-size-button:hover,
637
+ .e-de-prop-font-colorpicker .e-split-btn-wrapper .e-btn:hover,
638
+ .e-de-prop-font-colorpicker .e-split-btn-wrapper .e-btn:focus {
639
+ background-color: $de-toggle-bg-color;
640
+ box-shadow: $de-toggle-btn-border;
641
+ .e-btn-icon {
642
+ background-color: $de-toggle-bg-color;
643
+ box-shadow: $de-toggle-btn-border;
644
+ color: $de-toggle-btn-color;
645
+ }
646
+ }
647
+ .e-de-border-size-button .e-btn-icon:focus,
648
+ .e-de-border-size-button .e-btn-icon:hover {
649
+ background-color: $de-toggle-bg-color;
650
+ box-shadow: $de-toggle-btn-border;
651
+ color: $de-toggle-btn-color;
652
+ }
653
+
654
+ .e-de-pagenumber-text {
655
+ border: none !important;
656
+ // height: 22px !important;
657
+ // margin-top: $de-pagenumber-text-margin-top !important;
658
+ }
659
+
660
+ }
661
+ // .de-split-button>div:first-child {
662
+ // margin-right: $de-list-button-margin-right;
663
+ // }
664
+ .e-de-ctnr-properties-pane-btn {
665
+ @if $skin-name == 'Material3' {
666
+ width: 78px;
667
+ }
668
+ @else {
669
+ width: 75px;
670
+ }
671
+ }
672
+ .e-de-pane-enable-clr.e-de-ctnr-properties-pane-btn {
673
+ .e-btn {
674
+ color: $de-pane-color-border;
675
+ }
676
+ }
677
+ .e-de-pane-disable-clr.e-de-ctnr-properties-pane-btn {
678
+ .e-btn {
679
+ color: $de-font-color;
680
+ }
681
+ }
682
+ .e-de-ctnr-properties-pane-btn {
683
+ .e-btn {
684
+ background: $de-prpty-btn-bg-clr;
685
+ border-radius: 0;
686
+ box-shadow: none;
687
+ color: $de-pane-color-border;
688
+ min-height: 100%;
689
+ min-width: 100%;
690
+ #{if(&, '&', '*')}:focus {
691
+ box-shadow: none;
692
+ }
693
+ #{if(&, '&', '*')}:active {
694
+ box-shadow: none;
695
+ }
696
+ #{if(&, '&', '*')}:hover {
697
+ box-shadow: none;
698
+ }
699
+ }
700
+ }
701
+ .e-de-showhide-btn {
702
+ border: 0;
703
+ height: $de-ctnr-tlbr-height;
704
+ }
705
+ .e-de-showhide-btn-rtl {
706
+ border: 0;
707
+ height: $de-ctnr-tlbr-height;
708
+ }
709
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
710
+ padding: $de-ctrnr-tblr-item-padding;
711
+ }
712
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
713
+ display: table;
714
+ font-size: $de-toolbar-font-size;
715
+ margin: $de-ctrnr-tblr-item-margin;
716
+ padding: 0;
717
+ white-space: normal;
718
+ }
719
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
720
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
721
+ padding: 0 !important;
722
+ min-height: 16px;
723
+ }
724
+ .e-de-hdr-ftr-frst-div {
725
+ margin-bottom: $de-hdr-ftr-frst-div-mrgn-btm;
726
+ }
727
+ .e-de-hdr-ftr-top-div {
728
+ margin-bottom: $de-hdr-ftr-top-div-mrgn-btm;
729
+ }
730
+ .e-de-cntr-pane-padding {
731
+ padding: $de-ctnr-padding;
732
+ }
733
+ .e-de-prop-pane {
734
+ height: 100%;
735
+ min-height: 200px;
736
+ overflow: auto;
737
+ width: $de-text-pane-width;
738
+ }
739
+ .e-de-review-pane {
740
+ border-left: 1px solid $de-op-border-clr;
741
+ height: 100%;
742
+ min-height: 200px;
743
+ overflow: auto;
744
+ width: $e-de-review-pane-width;
745
+ @if $skin-name == 'FluentUI' {
746
+ .e-toolbar {
747
+ box-shadow: none;
748
+ }
749
+ }
750
+ }
751
+ .e-bigger {
752
+ .e-de-cntr-pane-padding {
753
+ @if $skin-name=='FluentUI' {
754
+ padding: 24px;
755
+ }
756
+ @else {
757
+ padding: 16px;
758
+ }
759
+ }
760
+ .e-de-prop-pane {
761
+ height: 100%;
762
+ min-height: 200px;
763
+ overflow: auto;
764
+ width: $de-text-pane-width-big;
765
+ }
766
+ @if $skin-name=='bootstrap4' {
767
+ .e-btn-toggle .e-tbar-btn-text {
768
+ color: $de-toggle-btn-color !important;
769
+ }
770
+ .e-de-prop-font-colorpicker .e-split-btn-wrapper .e-btn {
771
+ border-color: $de-clr-picker-border-clr;
772
+ }
773
+ }
774
+ @if $skin-name=='tailwind' {
775
+ .e-de-prop-sub-label {
776
+ font-size: 14px;
777
+ }
778
+ .e-de-hdr-ftr-top-div,
779
+ .e-de-hdr-ftr-frst-div {
780
+ margin-bottom: 16px;
781
+ }
782
+ }
783
+ }
784
+ .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
785
+ box-shadow: none;
786
+ height: $de-group-btn-hgt;
787
+ #{if(&, '&', '*')}:focus {
788
+ box-shadow: none;
789
+ }
790
+ #{if(&, '&', '*')}:active {
791
+ box-shadow: none;
792
+ }
793
+ #{if(&, '&', '*')}:hover {
794
+ box-shadow: none;
795
+ }
796
+ }
797
+ .e-de-ctnr-group-btn button {
798
+ box-shadow: none;
799
+ height: $de-group-btn-hgt;
800
+ #{if(&, '&', '*')}:focus {
801
+ box-shadow: none;
802
+ }
803
+ #{if(&, '&', '*')}:active {
804
+ box-shadow: none;
805
+ }
806
+ #{if(&, '&', '*')}:hover {
807
+ box-shadow: none;
808
+ }
809
+ }
810
+ .e-de-property-div-padding {
811
+ @if $skin-name=='Material3' {
812
+ border-bottom: 1px solid $de-pane-separator;
813
+ }
814
+ @else {
815
+ border-bottom: 0.5px solid $de-pane-separator;
816
+ }
817
+ //padding-bottom: $de-prop-div-padding-bottom;
818
+ padding: $de-prop-div-padding-top;
819
+ }
820
+ .e-de-ctnr-dropdown-ftr {
821
+ border-top: 1px solid $de-pane-separator;
822
+ color: $de-panel-header-color;
823
+ cursor: pointer;
824
+ display: block;
825
+ font-size: 12px;
826
+ line-height: 40px;
827
+ text-indent: 1.2em;
828
+ }
829
+ .e-de-char-fmt-btn-left>button,
830
+ .e-de-insert-del-cell button {
831
+ width: $de-left-btn-width;
832
+ }
833
+ .e-de-char-fmt-btn-right>button {
834
+ width: $de-right-btn-width;
835
+ }
836
+ .e-de-panel-left-width {
837
+ width: $de-left-panel-width;
838
+ }
839
+ .e-bigger {
840
+ .e-de-panel-left-width {
841
+ width: $de-left-panel-width-big;
842
+ }
843
+ .e-de-char-fmt-btn-left>button,
844
+ .e-de-insert-del-cell button {
845
+ width: $de-left-btn-width-big;
846
+ }
847
+ }
848
+ .e-de-panel-right-width {
849
+ width: $de-right-panel-width;
850
+ }
851
+ @if $skin-name=='bootstrap5' or $skin-name=='FluentUI' or $skin-name=='tailwind' {
852
+ .e-bigger {
853
+ .e-de-panel-right-width {
854
+ width: $de-right-font-size-width-big;
855
+ }
856
+ .e-de-char-fmt-btn-left > button,
857
+ .e-de-char-fmt-btn-right>button {
858
+ width: $de-right-btn-width-big;
859
+ }
860
+ }
861
+ }
862
+ .e-de-cntr-highlight-pane {
863
+ border: 1px solid $de-panel-border;
864
+ }
865
+
866
+ .e-de-btn-hghlclr>button:first-child {
867
+ padding: 1px !important;
868
+ }
869
+ .e-de-ctnr-hglt-color {
870
+ font-size: 12px;
871
+ font-weight: 400;
872
+ height: $de-hlt-clr-height !important;
873
+ width: $de-hlt-clr-height !important;
874
+ @if $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='bootstrap5' or $skin-name=='tailwind' {
875
+ border-radius: 4px;
876
+ }
877
+ }
878
+
879
+ .e-de-font-clr-picker>div div button,
880
+ .e-de-font-clr-picker>div button,
881
+ .e-de-font-clr-picker>button {
882
+ width: $de-clr-pckr-width;
883
+ }
884
+
885
+ .e-de-floating-menu.e-de-bullets-menu .e-de-floating-menuitem-md {
886
+ height: 55px;
887
+ padding: 4px !important;
888
+ width: 60px;
889
+ }
890
+ .e-de-floating-menu.e-de-bullets-menu .e-de-floating-menuitem-md:hover {
891
+ border: 3px solid $de-list-hover-bg;
892
+ padding: 2px !important;
893
+ }
894
+ .e-de-floating-menu.e-de-bullets-menu .e-de-floating-bullet-menuitem-md {
895
+ height: 38px;
896
+ padding: 4px !important;
897
+ width: 38px;
898
+ }
899
+ .e-de-floating-menu.e-de-bullets-menu .e-de-floating-bullet-menuitem-md:hover {
900
+ border: 3px solid $de-list-hover-bg;
901
+ padding: 2px !important;
902
+ }
903
+ .e-de-list-header-presetmenu {
904
+ cursor: pointer;
905
+ font-size: 11px;
906
+ line-height: 14px;
907
+ overflow: hidden;
908
+ text-align: left;
909
+ min-width: 50px;
910
+ white-space: nowrap;
911
+ width: 100%;
912
+ @if $skin-name=='tailwind' {
913
+ color: $icon-color;
914
+ }
915
+ }
916
+ .e-de-bullet-list-header-presetmenu {
917
+ cursor: pointer;
918
+ font-size: 14px;
919
+ left: -11px;
920
+ line-height: $de-bullet-icon-line-height;
921
+ min-width: 50px;
922
+ overflow: hidden;
923
+ position: relative;
924
+ white-space: nowrap;
925
+ width: 100%;
926
+ }
927
+ .e-rtl {
928
+ .e-de-bullet-list-header-presetmenu {
929
+ cursor: pointer;
930
+ font-size: 14px;
931
+ left: 10px;
932
+ line-height: $de-bullet-icon-line-height;
933
+ min-width: 50px;
934
+ overflow: hidden;
935
+ position: relative;
936
+ white-space: nowrap;
937
+ width: 100%;
938
+ }
939
+ }
940
+ .e-de-bullet {
941
+ font-size: 42px;
942
+ }
943
+ .e-de-list-header-presetmenu .e-de-list-line {
944
+ border-bottom: 1px solid $de-prop-btn-icon-clr;
945
+ margin-left: 5px;
946
+ width: 100%;
947
+ }
948
+ .e-de-toc-optionsdiv {
949
+ margin-bottom: 11.5px;
950
+ margin-left: 5.5px;
951
+ margin-top: 15.5px;
952
+ }
953
+ .e-de-toc-optionsdiv.e-de-rtl {
954
+ margin-right: 5.5px;
955
+ margin-left: 0;
956
+ }
957
+ .e-de-list-header-presetmenu div span {
958
+ //color: #aaa;
959
+ display: inline-block;
960
+ vertical-align: middle;
961
+ }
962
+ .e-de-floating-menu .e-de-floating-menuitem,
963
+ .e-de-floating-menu .e-de-menuitem-none {
964
+ cursor: pointer;
965
+ height: 70px;
966
+ padding: 0 !important;
967
+ margin: 0 5px 5px 0 !important;
968
+ width: 70px;
969
+ }
970
+ .e-de-list-thumbnail .e-de-list-items {
971
+ float: left;
972
+ }
973
+ .e-de-list-thumbnail .e-de-list-items {
974
+ border: 1px solid $de-list-thmbnail-border-clr;
975
+ @if $skin-name =='Material3' {
976
+ border-radius: 4px;
977
+ }
978
+ clear: initial;
979
+ display: inline-block;
980
+ height: auto;
981
+ margin: 5px;
982
+ padding: 2px;
983
+ text-align: center;
984
+ width: auto;
985
+ }
986
+ .e-de-list-items {
987
+ cursor: pointer;
988
+ background: $de-ctnr-bg-clr;
989
+ box-sizing: border-box;
990
+ list-style: none;
991
+ padding: 7px 10px 7px 10px;
992
+ position: relative;
993
+ }
994
+ .e-de-list-item-size {
995
+ font-size: 14px;
996
+ }
997
+ .e-de-floating-menuitem.e-de-floating-menuitem-md.e-de-list-items.e-de-list-item-size.de-list-item-selected,
998
+ .e-de-floating-menuitem.e-de-floating-bullet-menuitem-md.e-de-list-items.e-de-list-item-size.de-list-item-selected {
999
+ border: 3px solid $de-title-bar-bg-clr;
1000
+ padding: 2px !important;
1001
+ }
1002
+ .e-de-floating-menu {
1003
+ padding: 10px 4px 5px 10px !important;
1004
+ }
1005
+ @if $skin-name !='tailwind' {
1006
+ .e-de-list-container {
1007
+ @if $skin-name !='Material3' {
1008
+ background: $de-ctnr-bg-clr;
1009
+ border: 1px solid #ccc;
1010
+ border-radius: 2px;
1011
+ box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
1012
+ }
1013
+ box-sizing: border-box;
1014
+ display: inline-block;
1015
+ line-height: normal;
1016
+ margin: 0;
1017
+ outline: 0;
1018
+ @if $skin-name =='Material3' {
1019
+ padding: 10px 0;
1020
+ }
1021
+ @else {
1022
+ padding: 5px 0;
1023
+ }
1024
+ position: absolute;
1025
+ width: auto;
1026
+ z-index: 10020;
1027
+ }
1028
+ }
1029
+ .e-de-ctnr-list {
1030
+ font-size: $de-bullet-icon-font-size;
1031
+ @if ( $skin-name !='bootstrap4' and $skin-name !='tailwind') {
1032
+ vertical-align: top;
1033
+ }
1034
+ }
1035
+ .e-de-image-property {
1036
+ padding-left: 32px;
1037
+ }
1038
+ .e-de-img-prty-span {
1039
+ color: $de-font-color;
1040
+ left: $de-img-span-left;
1041
+ position: absolute;
1042
+ top: $de-img-span-top;
1043
+ }
1044
+ .e-btn-toggle {
1045
+ background-color: $de-toggle-bg-color !important;
1046
+ @if $skin-name=='highcontrast' {
1047
+ color: $de-title-bar-font-clr !important;
1048
+ }
1049
+ @if $skin-name=='fabric' {
1050
+ border-color: $de-toggle-bg-color !important;
1051
+ }
1052
+ outline: $de-toggle-btn-outline;
1053
+ outline-offset: 0;
1054
+ box-shadow: $de-toggle-btn-border !important;
1055
+ #{if(&, '&', '*')}:hover {
1056
+ background-color: $de-toggle-bg-color !important;
1057
+ @if $skin-name=='fabric' {
1058
+ border-color: $de-toggle-bg-color !important;
1059
+ }
1060
+ outline: $de-toggle-btn-outline;
1061
+ outline-offset: 0;
1062
+ box-shadow: $de-toggle-btn-border !important;
1063
+ }
1064
+ }
1065
+ @if $skin-name=='highcontrast' {
1066
+ .e-btn-toggle .e-tbar-btn-text {
1067
+ color: $de-title-bar-font-clr !important;
1068
+ }
1069
+ .e-btn-toggle>span {
1070
+ color: $de-title-bar-font-clr !important;
1071
+ }
1072
+ }
1073
+ @if $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='tailwind' or or $skin-name=='bootstrap5' or $skin-name =='FluentUI' {
1074
+ .e-de-ctnr-group-btn-top>button:first-child {
1075
+ border-radius: 0;
1076
+ border-top-left-radius: 4px;
1077
+ }
1078
+ .e-de-ctnr-group-btn-top.e-de-rtl>button:first-child {
1079
+ border-top-left-radius: 0;
1080
+ border-top-right-radius: 4px;
1081
+ }
1082
+ .e-de-ctnr-group-btn-top>button:last-child {
1083
+ border-radius: 0;
1084
+ border-top-right-radius: 4px;
1085
+ }
1086
+ .e-de-ctnr-group-btn-top.e-de-rtl>button:last-child {
1087
+ border-top-left-radius: 4px;
1088
+ border-top-right-radius: 0;
1089
+ }
1090
+ .e-de-ctnr-group-btn-middle>button {
1091
+ border-radius: 0;
1092
+ border-top: 0;
1093
+ border-bottom: 0;
1094
+ }
1095
+ .e-de-ctnr-group-btn-bottom>button:first-child {
1096
+ border-radius: 0;
1097
+ border-bottom-left-radius: 4px;
1098
+ }
1099
+ .e-de-ctnr-group-btn-bottom.e-de-rtl>button:first-child {
1100
+ border-bottom-left-radius: 0;
1101
+ border-bottom-right-radius: 4px;
1102
+ }
1103
+ .e-de-ctnr-group-btn-bottom>button:last-child {
1104
+ border-radius: 0;
1105
+ border-bottom-right-radius: 4px;
1106
+ }
1107
+ .e-de-ctnr-group-btn-bottom.e-de-rtl>button:last-child {
1108
+ border-bottom-right-radius: 0;
1109
+ border-bottom-left-radius: 4px;
1110
+ }
1111
+ }
1112
+ .e-de-toc-template1 {
1113
+ @if $skin-name != 'tailwind' {
1114
+ background: $de-ctnr-bg-clr;
1115
+ }
1116
+ border: 1px solid $de-panel-border;
1117
+ color: $de-panel-header-color;
1118
+ @if $skin-name=='Material3' {
1119
+ height: 130px;
1120
+ width: 95px;
1121
+ margin-left: 80px;
1122
+ }
1123
+ @else {
1124
+ height: 129px;
1125
+ width: 94px;
1126
+ margin-left: 78px;
1127
+ }
1128
+
1129
+
1130
+ }
1131
+ .e-de-toc-template1.e-de-rtl {
1132
+ margin-left: 0;
1133
+ margin-right: 78px;
1134
+ }
1135
+
1136
+ .e-de-toc-template1-content1 {
1137
+ font-size: 10px;
1138
+ @if $skin-name=='Material3' {
1139
+ height: 16px;
1140
+ margin-left: 8px;
1141
+ margin-top: 6px;
1142
+ }
1143
+ @else {
1144
+ height: 11px;
1145
+ margin-left: 5.4px;
1146
+ margin-top: 6.7px;
1147
+ }
1148
+ width: $de-toc-template-content1;
1149
+ }
1150
+ .e-de-toc-template1-content2 {
1151
+ font-size: 8px;
1152
+ height: 9px;
1153
+ @if $skin-name=='Material3' {
1154
+ margin-left: 23px;
1155
+ margin-top: 6px;
1156
+ }
1157
+ @else {
1158
+ margin-left: 20.4px;
1159
+ margin-top: 5.7px;
1160
+ }
1161
+ width: $de-toc-template-content2;
1162
+ }
1163
+ .e-de-toc-template1-content3 {
1164
+ font-size: 7px;
1165
+ height: 8px;
1166
+ @if $skin-name=='Material3' {
1167
+ margin-left: 30px;
1168
+ margin-top: 6px;
1169
+ }
1170
+ @else {
1171
+ margin-left: 28.4px;
1172
+ margin-top: 6.7px;
1173
+ }
1174
+ width: $de-toc-template-content3;
1175
+ }
1176
+ .e-de-prop-sub-label {
1177
+ color: $de-panel-sub-label-color;
1178
+ @if $skin-name=='tailwind' {
1179
+ font-size: 12px;
1180
+ line-height: 18px;
1181
+ }
1182
+ @else if $skin-name=='Material3' {
1183
+ font-size: $de-toolbar-font-size;
1184
+ }
1185
+ @else {
1186
+ font-size: 13px;
1187
+ }
1188
+ margin-bottom: $de-prop-sub-label-mrgn-btm;
1189
+ font-weight: $de-header-font-weight;
1190
+ }
1191
+ .e-de-toc-checkbox1 {
1192
+ height: $de-prop-pane-margin;
1193
+ margin-top: $de-prop-pane-margin;
1194
+ }
1195
+ .e-de-toc-checkbox2 {
1196
+ height: $de-prop-pane-margin;
1197
+ margin-top: $de-prop-pane-margin;
1198
+ }
1199
+ .e-de-toc-checkbox3 {
1200
+ height: $de-prop-pane-margin;
1201
+ margin-top: $de-prop-pane-margin;
1202
+ }
1203
+ .e-de-status-bar {
1204
+ background: $de-ctnr-bg-clr;
1205
+ //border-bottom: 1px solid $de-panel-border;
1206
+ display: flex;
1207
+ padding-top: $e-de-status-bar-padding-top;
1208
+ width: 100%;
1209
+ }
1210
+ .e-de-ctnr-pg-no {
1211
+ color: $de-font-color;
1212
+ display: inline-flex;
1213
+ font-size: $de-ctnr-pg-no-spellout-fnt-size;
1214
+ height: 100%;
1215
+ padding-top: $e-de-ctnr-pg-no-spellout-padd-top;
1216
+
1217
+ span {
1218
+ border: 1px solid transparent;
1219
+ }
1220
+ }
1221
+ .e-de-ctnr-pg-no-spellout {
1222
+ color: $de-font-color;
1223
+ display: inline-flex;
1224
+ font-size: $de-ctnr-pg-no-spellout-fnt-size;
1225
+ height: 100%;
1226
+ padding-top: $e-de-ctnr-pg-no-spellout-padd-top;
1227
+ width: $de-page-no-width-spellout;
1228
+
1229
+ span {
1230
+ border: 1px solid transparent;
1231
+ }
1232
+ }
1233
+ .e-bigger .e-de-ctnr-pg-no-spellout {
1234
+ color: $de-font-color;
1235
+ display: inline-flex;
1236
+ font-size: $de-ctnr-pg-no-spellout-fnt-size-bg;
1237
+ height: 100%;
1238
+ padding-top: $e-de-ctnr-pg-no-spellout-padd-top-big;
1239
+ width: $de-page-no-width-spellout-big;
1240
+ }
1241
+ .e-de-statusbar-zoom-spell {
1242
+ background-color: $de-ctnr-bg-clr;
1243
+ border: 0;
1244
+ color: $de-font-color;
1245
+ float: right;
1246
+ height: 34px;
1247
+ margin-left: $de-zoom-tlbr-margin-left;
1248
+ }
1249
+ .e-bigger .e-de-statusbar-zoom-spell {
1250
+ background-color: $de-ctnr-bg-clr;
1251
+ border: 0;
1252
+ color: $de-font-color;
1253
+ float: right;
1254
+ height: 34px;
1255
+ margin-left: $de-zoom-tlbr-margin-left-big;
1256
+ }
1257
+ .e-de-btn-cancel {
1258
+ margin-left: 10px;
1259
+ }
1260
+ .e-de-btn-cancel-rtl {
1261
+ margin-left: 0;
1262
+ margin-right: 10px;
1263
+ }
1264
+ .e-de-prop-header-label {
1265
+ color: $de-panel-header-color;
1266
+ display: inline-block;
1267
+ @if $skin-name =='tailwind' or $skin-name =='bootstrap5' or $skin-name =='FluentUI' {
1268
+ font-size: $de-panel-header-size;
1269
+ }
1270
+ @else if $skin-name == 'Material3' {
1271
+ font-size: $de-toolbar-font-size;
1272
+ }
1273
+ @else {
1274
+ font-size: 13px;
1275
+ }
1276
+ font-weight: bold;
1277
+ letter-spacing: 0.05px;
1278
+ opacity: 0.87;
1279
+ }
1280
+ .e-de-prop-separator-line {
1281
+ border-bottom: $de-header-line-color;
1282
+ }
1283
+ .e-de-status-bar>div label {
1284
+ font-weight: $de-status-br-lbl-fnt-weight;
1285
+ }
1286
+ .e-de-stylediv {
1287
+ padding-left: $de-prop-style-padding;
1288
+ }
1289
+ .e-de-stylediv-rtl {
1290
+ padding-left: 0;
1291
+ padding-right: $de-prop-style-padding;
1292
+ }
1293
+ // .e-de-border-style-div {
1294
+ // margin-left: 12px;
1295
+ // }
1296
+ // .e-de-border-style-div.e-de-rtl {
1297
+ // margin-left: 0;
1298
+ // margin-right: 12px;
1299
+ // }
1300
+ // .e-de-insert-del-cell {
1301
+ // margin-left: 12px;
1302
+ // }
1303
+ // .e-de-insert-del-cell.e-de-rtl {
1304
+ // margin-left: 0;
1305
+ // margin-right: 12px;
1306
+ // }
1307
+ // .e-de-cell-margin {
1308
+ // margin-left: 12px;
1309
+ // }
1310
+ // .e-de-align-text {
1311
+ // margin-left: 12px;
1312
+ // }
1313
+ // .e-de-align-text.e-de-rtl {
1314
+ // margin-left: 0;
1315
+ // margin-right: 12px;
1316
+ // }
1317
+ .e-de-border-size-button {
1318
+ height: $de-border-size-button-height;
1319
+ margin-top: $de-table-prop-border-margin;
1320
+ width: $de-border-size-button-width;
1321
+ }
1322
+ .e-de-color-picker {
1323
+ height: $de-border-size-button-height;
1324
+ width: $de-border-size-button-width;
1325
+ }
1326
+ // .e-de-cell-div {
1327
+ // margin-left: $de-prop-style-padding;
1328
+ // }
1329
+ // .e-de-cell-div.e-de-rtl {
1330
+ // margin-left: 0;
1331
+ // margin-right: $de-prop-style-padding;
1332
+ // }
1333
+ .e-de-cell-text-box {
1334
+ margin-right: $de-prop-style-padding;
1335
+ }
1336
+ .e-de-pane-rtl {
1337
+ .e-de-cell-text-box {
1338
+ margin-left: $de-prop-style-padding;
1339
+ margin-right: 0;
1340
+ }
1341
+ }
1342
+ .e-de-prop-fill-label {
1343
+ //margin-left: 10.3px;
1344
+ @if $skin-name =='Material3' {
1345
+ margin-right: 16px;
1346
+ }
1347
+ @else {
1348
+ margin-right: 8px;
1349
+ }
1350
+ }
1351
+ .e-de-prop-fill-label.e-de-rtl {
1352
+ @if $skin-name =='Material3' {
1353
+ margin-left: 16px;
1354
+ }
1355
+ @else {
1356
+ margin-left: 8px;
1357
+ }
1358
+ margin-right: 0;
1359
+ }
1360
+
1361
+ .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
1362
+ height: 38px !important;
1363
+ }
1364
+ .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
1365
+ height: 42px !important;
1366
+ }
1367
+
1368
+ .e-de-grp-btn-ctnr .e-de-ctnr-group-btn>button {
1369
+ @if $skin-name =='bootstrap5' {
1370
+ width: 39px;
1371
+ height: 38px;
1372
+ }
1373
+ @else if $skin-name == 'Material3' {
1374
+ width: 36px;
1375
+ height: 36px;
1376
+ }
1377
+ @else {
1378
+ width: 38px;
1379
+ height: 38px;
1380
+ }
1381
+ }
1382
+ .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn>button {
1383
+ height: 42px;
1384
+ width: $de-border-btn-width-big;
1385
+ }
1386
+ .e-de-border-clr-picker .e-split-btn-wrapper>button:first-child {
1387
+ @if $skin-name=='Material3' {
1388
+ width: 64px;
1389
+ }
1390
+ @else {
1391
+ width: 70px;
1392
+ }
1393
+ }
1394
+ @if $skin-name=='tailwind' {
1395
+ .e-de-prop-fill-label {
1396
+ font-size: 16px;
1397
+ line-height: 24px;
1398
+ color: $de-panel-header-color;
1399
+ }
1400
+ .e-documenteditorcontainer {
1401
+ .e-tab .e-content .e-item {
1402
+ padding: 0;
1403
+ }
1404
+ }
1405
+ }
1406
+ .e-rtl {
1407
+ .e-listview .e-list-icon {
1408
+ height: 24px;
1409
+ width: 16px;
1410
+ margin-left: $e-de-ctnr-break-listview-margin-left;
1411
+ }
1412
+ .e-de-listview-icon {
1413
+ line-height: 22px;
1414
+ }
1415
+ }
1416
+ .e-bigger {
1417
+ @if $skin-name =='tailwind' or $skin-name =='bootstrap5' or $skin-name =='FluentUI' or $skin-name =='bootstrap4' {
1418
+ .de-split-button>div:first-child {
1419
+ margin-right: 0;
1420
+ }
1421
+ }
1422
+ @else {
1423
+ .de-split-button>div:first-child {
1424
+ margin-right: $de-list-button-margin-right-bigger;
1425
+ }
1426
+ }
1427
+ .e-de-border-clr-picker .e-split-btn-wrapper>button:first-child {
1428
+ @if $skin-name=='Material3' {
1429
+ width: 60px;
1430
+ }
1431
+ @else {
1432
+ width: 66px;
1433
+ }
1434
+ }
1435
+ .e-de-prop-fill-label {
1436
+ margin-left: 0;
1437
+ margin-right: 9.8px;
1438
+ }
1439
+ .e-de-prop-fill-label.e-de-rtl {
1440
+ margin-left: 9.8px;
1441
+ margin-right: 0px;
1442
+ }
1443
+ // .e-de-cell-text-box {
1444
+ // margin-right: 16px;
1445
+ // }
1446
+ .e-rtl {
1447
+ .e-de-cell-text-box {
1448
+ margin-left: 16px;
1449
+ margin-right: 0;
1450
+ }
1451
+ }
1452
+ .e-de-cell-div {
1453
+ //margin-left: 16px;
1454
+ @if $skin-name =='bootstrap5' {
1455
+ button {
1456
+ width: 45px !important;
1457
+ }
1458
+ }
1459
+ }
1460
+
1461
+ .e-de-color-picker {
1462
+ height: $de-border-size-button-height-bg;
1463
+ width: $de-border-size-button-width-bg;
1464
+ }
1465
+ .e-de-border-size-button {
1466
+ height: $de-border-size-button-height-bg;
1467
+ margin-top: $de-table-prop-border-margin;
1468
+ width: $de-border-size-button-width-bg;
1469
+ }
1470
+
1471
+ .e-de-stylediv {
1472
+ padding-left: 16px;
1473
+ }
1474
+ .e-de-stylediv-rtl {
1475
+ padding-right: 16px;
1476
+ }
1477
+ .e-de-tool-ctnr-properties-pane {
1478
+ display: flex;
1479
+ height: $de-tool-ctnr-editor-height-big;
1480
+ min-height: 200px;
1481
+ width: 100%;
1482
+ }
1483
+ .e-de-ctnr-properties-pane {
1484
+ display: flex;
1485
+ height: $de-ctnr-editor-height-big;
1486
+ width: 100%;
1487
+ }
1488
+ .e-de-ctn {
1489
+ background-color: $de-ctnr-bg-clr;
1490
+ border: 1px solid $de-panel-border;
1491
+ height: $de-ctnr-height;
1492
+ position: relative;
1493
+ width: 100%;
1494
+ }
1495
+ .e-de-ctnr-toolbar {
1496
+ display: flex;
1497
+ height: $de-ctnr-tlbt-height-big;
1498
+ width: 100%;
1499
+ }
1500
+ .e-de-tlbr-wrapper .e-de-toolbar.e-toolbar,
1501
+ .e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn {
1502
+ border: 0;
1503
+ }
1504
+ .e-de-pane {
1505
+ border-left: 1px solid $de-panel-border;
1506
+ }
1507
+ .e-de-pane-rtl {
1508
+ border-right: 1px solid $de-panel-border;
1509
+ }
1510
+ @if $skin-name=='material' {
1511
+ .e-de-pane>div button:not(.e-primary),
1512
+ .e-de-pane-rtl>div button:not(.e-primary) {
1513
+ background-color: $de-panel-btn-bg-clr;
1514
+ }
1515
+ }
1516
+ .e-de-ctnr-segment {
1517
+ margin-bottom: $de-ctnr-margin-bottom-big;
1518
+ }
1519
+ @if $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='tailwind' or $skin-name=='bootstrap5' {
1520
+ .e-de-font-clr-picker .e-colorpicker-wrapper:first-child,
1521
+ .e-de-font-clr-picker>.e-split-btn-wrapper {
1522
+ margin-right: $de-pane-margin-right-big;
1523
+ }
1524
+ .e-de-font-clr-picker.e-rtl .e-colorpicker-wrapper:first-child,
1525
+ .e-de-font-clr-picker.e-rtl>.e-split-btn-wrapper {
1526
+ margin-left: $de-pane-margin-right-big;
1527
+ margin-right: 0;
1528
+ }
1529
+ }
1530
+ @if $skin-name=='bootstrap-dark' {
1531
+ .e-de-font-clr-picker .e-colorpicker-wrapper:first-child,
1532
+ .e-de-font-clr-picker>.e-split-btn-wrapper {
1533
+ margin-right: $de-pane-margin-right-big;
1534
+ }
1535
+ .e-de-font-clr-picker.e-rtl .e-colorpicker-wrapper:first-child,
1536
+ .e-de-font-clr-picker.e-rtl>.e-split-btn-wrapper {
1537
+ margin-left: $de-pane-margin-right-big;
1538
+ margin-right: 0;
1539
+ }
1540
+ }
1541
+
1542
+ .e-de-ctnr-segment>div:first-child:not(.e-rtl),
1543
+ .e-de-ctnr-segment-list>div:last-child:not(.e-rtl),
1544
+ .e-de-ctnr-segment>button:first-child:not(.e-rtl) {
1545
+ margin-right: $de-pane-margin-right-big;
1546
+ }
1547
+
1548
+ .e-de-ctnr-segment.e-de-ctnr-segment-rtl>div:first-child,
1549
+ .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl>div:last-child,
1550
+ .e-de-ctnr-segment.e-de-ctnr-segment-rtl>button:first-child {
1551
+ margin-left: $de-pane-margin-right-big;
1552
+ margin-right: 0;
1553
+ }
1554
+ .e-de-tlbr-wrapper {
1555
+ background-color: $de-prpty-btn-bg-clr;
1556
+ height: $de-ctnr-tlbt-height-big;
1557
+ width: $de-ctnr-tlbr-width;
1558
+ }
1559
+ .e-de-ctnr-prop-label {
1560
+ color: $de-panel-header-color;
1561
+ display: inline-block;
1562
+ @if $skin-name =='tailwind' or $skin-name =='bootstrap5' or $skin-name =='FluentUI' {
1563
+ font-size: 16px;
1564
+ }
1565
+ @else {
1566
+ font-size: $de-panel-header-size;
1567
+ }
1568
+ font-weight: 500;
1569
+ letter-spacing: 0.05px;
1570
+ margin-bottom: $de-ctnr-margin-bottom-big;
1571
+ opacity: 0.87;
1572
+ @if $skin-name=='tailwind' {
1573
+ line-height: 1.5;
1574
+ }
1575
+ }
1576
+ .e-de-table-prop-label {
1577
+ margin-left: 14.5px;
1578
+ }
1579
+ .e-de-table-prop-label.e-de-rtl {
1580
+ margin-left: 0;
1581
+ margin-right: 14.5px;
1582
+ }
1583
+ .e-de-toolbar.e-toolbar .e-toolbar-items {
1584
+ height: $de-ctnr-tlbt-height-big;
1585
+ .e-toolbar-item.e-de-separator {
1586
+ height: 25px;
1587
+ margin: $de-ctrnr-tblr-separator-margin-big;
1588
+ }
1589
+ .e-toolbar-item.e-de-toolbar-btn-start {
1590
+ margin-left: $de-tlbr-margin-first-big !important;
1591
+ margin-right: $de-tlbr-margin-right-big;
1592
+ }
1593
+ .e-toolbar-item.e-de-toolbar-btn-middle {
1594
+ margin-left: $de-tlbr-margin-right-big;
1595
+ margin-right: $de-tlbr-margin-right-big;
1596
+ }
1597
+ .e-toolbar-item.e-de-toolbar-btn-end {
1598
+ margin-left: $de-tlbr-margin-right-big;
1599
+ margin-right: $de-tlbr-margin-first-big;
1600
+ }
1601
+ .e-toolbar-item.e-de-image-focus :focus {
1602
+ background-color: $de-toggle-bg-color;
1603
+ }
1604
+ }
1605
+ @if $skin-name=='bootstrap' {
1606
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1607
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1608
+ padding: 0 1px;
1609
+ padding-bottom: 6px;
1610
+ #{if(&, '&', '*')}:focus {
1611
+ padding: 0;
1612
+ padding-bottom: 6px;
1613
+ }
1614
+ #{if(&, '&', '*')}:active {
1615
+ padding: 0;
1616
+ padding-bottom: 6px;
1617
+ }
1618
+ #{if(&, '&', '*')}:hover {
1619
+ padding: 0;
1620
+ padding-bottom: 6px;
1621
+ }
1622
+ }
1623
+ }
1624
+ @if $skin-name !='bootstrap' {
1625
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1626
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1627
+ padding: 0;
1628
+ padding-bottom: $de-toolbar-padding-bottom-bg;
1629
+ #{if(&, '&', '*')}:focus {
1630
+ padding: 0;
1631
+ padding-bottom: $de-toolbar-padding-bottom-bg;
1632
+ }
1633
+ #{if(&, '&', '*')}:active {
1634
+ padding: 0;
1635
+ padding-bottom: $de-toolbar-padding-bottom-bg;
1636
+ }
1637
+ #{if(&, '&', '*')}:hover {
1638
+ padding: 0;
1639
+ padding-bottom: $de-toolbar-padding-bottom-bg;
1640
+ }
1641
+ }
1642
+ }
1643
+ @if $skin-name=='bootstrap4' {
1644
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1645
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1646
+ padding: 0 1px;
1647
+ padding-bottom: 6px;
1648
+ #{if(&, '&', '*')}:focus {
1649
+ padding: 0;
1650
+ padding-bottom: 6px;
1651
+ }
1652
+ #{if(&, '&', '*')}:active {
1653
+ padding: 0;
1654
+ padding-bottom: 6px;
1655
+ }
1656
+ #{if(&, '&', '*')}:hover {
1657
+ padding: 0;
1658
+ padding-bottom: 6px;
1659
+ }
1660
+ }
1661
+ }
1662
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
1663
+ padding: 0 !important;
1664
+ }
1665
+ .e-de-overlay {
1666
+ height: 100%;
1667
+ opacity: 0.5;
1668
+ pointer-events: none;
1669
+ touch-action: none;
1670
+ }
1671
+ .e-de-ctnr-properties-pane-btn {
1672
+ @if $skin-name=='Material3' {
1673
+ width: 78px;
1674
+ }
1675
+ @else {
1676
+ width: 75px;
1677
+ }
1678
+ }
1679
+ .e-de-ctnr-properties-pane-btn {
1680
+ .e-btn {
1681
+ background: $de-prpty-btn-bg-clr;
1682
+ border-radius: 0;
1683
+ box-shadow: none;
1684
+ min-height: 100%;
1685
+ min-width: 100%;
1686
+ #{if(&, '&', '*')}:focus {
1687
+ box-shadow: none;
1688
+ }
1689
+ #{if(&, '&', '*')}:active {
1690
+ box-shadow: none;
1691
+ }
1692
+ #{if(&, '&', '*')}:hover {
1693
+ box-shadow: none;
1694
+ }
1695
+ }
1696
+ }
1697
+ .e-de-showhide-btn {
1698
+ border: 0;
1699
+ height: $de-ctnr-tlbt-height-big;
1700
+ }
1701
+ .e-de-showhide-btn-rtl {
1702
+ border: 0;
1703
+ height: $de-ctnr-tlbt-height-big;
1704
+ }
1705
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
1706
+ padding: $de-ctrnr-tblr-item-padding;
1707
+ }
1708
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1709
+ display: table;
1710
+ @if $skin-name=='material' {
1711
+ font-size: 13px;
1712
+ }
1713
+ @else if $skin-name=='tailwind' {
1714
+ font-size: 14px;
1715
+ line-height: 1.5;
1716
+ }
1717
+ @else if $skin-name=='bootstrap5' or $skin-name =='FluentUI' {
1718
+ font-size: 16px;
1719
+ }
1720
+ @else {
1721
+ font-size: 12px !important;
1722
+ }
1723
+ margin: $de-ctrnr-tblr-item-margin-big;
1724
+ padding: 0;
1725
+ white-space: normal;
1726
+ }
1727
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1728
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
1729
+ @if $skin-name=='material' {
1730
+ font-size: 16px;
1731
+ }
1732
+ padding: 0;
1733
+ }
1734
+ .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
1735
+ box-shadow: none;
1736
+ height: $de-group-btn-hgt-big;
1737
+ @if $skin-name=='bootstrap5' {
1738
+ padding-left: 1px;
1739
+ }
1740
+ #{if(&, '&', '*')}:focus {
1741
+ box-shadow: none;
1742
+ }
1743
+ #{if(&, '&', '*')}:active {
1744
+ box-shadow: none;
1745
+ }
1746
+ #{if(&, '&', '*')}:hover {
1747
+ box-shadow: none;
1748
+ }
1749
+ }
1750
+ .e-de-ctnr-group-btn button {
1751
+ box-shadow: none;
1752
+ height: $de-group-btn-hgt-big;
1753
+ #{if(&, '&', '*')}:focus {
1754
+ box-shadow: none;
1755
+ }
1756
+ #{if(&, '&', '*')}:active {
1757
+ box-shadow: none;
1758
+ }
1759
+ #{if(&, '&', '*')}:hover {
1760
+ box-shadow: none;
1761
+ }
1762
+ }
1763
+ @if $skin-name !='tailwind' {
1764
+ .e-de-property-div-padding {
1765
+ border-bottom: 0.5px solid $de-pane-separator;
1766
+ @if $skin-name =='FluentUI' {
1767
+ padding: 24px;
1768
+ }
1769
+ @else {
1770
+ padding: 16px;
1771
+ }
1772
+ }
1773
+ .e-de-font-clr-picker>div button,
1774
+ .e-de-font-clr-picker>button {
1775
+ @if $skin-name=='bootstrap5' {
1776
+ width:43px;
1777
+ }
1778
+ @else {
1779
+ width: auto;
1780
+ }
1781
+ }
1782
+ }
1783
+ .e-de-ctnr-dropdown-ftr {
1784
+ border-top: 1px solid $de-pane-separator;
1785
+ color: $de-panel-header-color;
1786
+ cursor: pointer;
1787
+ display: block;
1788
+ font-size: 12px;
1789
+ line-height: 40px;
1790
+ text-indent: 1.2em;
1791
+ }
1792
+ .e-de-char-fmt-btn>button {
1793
+ width: 38.5px;
1794
+ }
1795
+ .e-de-btn-hghlclr>button:first-child {
1796
+ padding: 0 6px !important;
1797
+ }
1798
+ .e-de-ctnr-hglt-color {
1799
+ font-size: 12px;
1800
+ font-weight: 400;
1801
+ height: $de-hlt-clr-height-bigger !important;
1802
+ width: $de-hlt-clr-height-bigger !important;
1803
+ @if $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='bootstrap5' or $skin-name=='tailwind' {
1804
+ border-radius: 4px;
1805
+ }
1806
+ }
1807
+
1808
+ @if $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='tailwind' {
1809
+ .e-de-font-clr-picker>div div button {
1810
+ width: 38px;
1811
+ }
1812
+ }
1813
+ @if $skin-name=='bootstrap' or $skin-name=='bootstrap4' {
1814
+ .e-de-font-clr-picker>div div button {
1815
+ width: 38px;
1816
+ }
1817
+ }
1818
+ .e-de-ctnr-list {
1819
+ font-size: $de-bullet-icon-font-size;
1820
+ vertical-align: top;
1821
+ }
1822
+ .e-de-image-property {
1823
+ padding-left: 32px;
1824
+ }
1825
+ .e-de-img-prty-span {
1826
+ color: $de-font-color;
1827
+ left: 10px;
1828
+ position: absolute;
1829
+ top: $de-img-span-top-big;
1830
+ }
1831
+ .e-btn-toggle {
1832
+ background-color: $de-toggle-bg-color !important;
1833
+ box-shadow: $de-toggle-btn-border !important;
1834
+ @if $skin-name=='fabric' {
1835
+ border-color: $de-toggle-bg-color !important;
1836
+ }
1837
+ outline: $de-toggle-btn-outline;
1838
+ outline-offset: 0;
1839
+ #{if(&, '&', '*')}:hover {
1840
+ background-color: $de-toggle-bg-color !important;
1841
+ @if $skin-name=='fabric' {
1842
+ border-color: $de-toggle-bg-color !important;
1843
+ }
1844
+ outline: $de-toggle-btn-outline;
1845
+ outline-offset: 0;
1846
+ box-shadow: $de-toggle-btn-border !important;
1847
+ }
1848
+ }
1849
+ .e-de-toc-template1 {
1850
+ background: $de-ctnr-bg-clr;
1851
+ border: 1px solid $de-panel-border;
1852
+ color: $de-panel-header-color;
1853
+ height: 129px;
1854
+ margin-left: 78px;
1855
+ width: 94px;
1856
+ }
1857
+ .e-de-toc-template1-content1 {
1858
+ font-size: 10px;
1859
+ height: 11px;
1860
+ margin-left: 5.4px;
1861
+ margin-top: 6.7px;
1862
+ width: $de-toc-template-content1;
1863
+ }
1864
+ .e-de-toc-template1-content2 {
1865
+ font-size: 8px;
1866
+ height: 9px;
1867
+ margin-left: 20.4px;
1868
+ margin-top: 5.7px;
1869
+ width: $de-toc-template-content2;
1870
+ }
1871
+ .e-de-toc-template1-content3 {
1872
+ font-size: 7px;
1873
+ height: 8px;
1874
+ margin-left: 28.4px;
1875
+ margin-top: 6.7px;
1876
+ width: $de-toc-template-content3;
1877
+ }
1878
+ .e-de-toc-optionsdiv {
1879
+ margin-bottom: 11.5px;
1880
+ margin-left: 5.5px;
1881
+ margin-top: 15.5px;
1882
+ }
1883
+ .e-de-toc-optionsdiv.e-de-rtl {
1884
+ margin-right: 5.5px;
1885
+ margin-left: 0;
1886
+ }
1887
+ @if $skin-name !='tailwind' {
1888
+ .e-de-prop-sub-label {
1889
+ font-size: 13px;
1890
+ margin-bottom: 8.5px;
1891
+ }
1892
+ }
1893
+ .e-de-btn-cancel {
1894
+ margin-left: 10px;
1895
+ }
1896
+ .e-de-status-bar {
1897
+ background-color: $de-ctnr-bg-clr;
1898
+ //border-bottom: 1px solid $de-panel-border;
1899
+ display: flex;
1900
+ padding-top: $e-de-status-bar-big-padding-top;
1901
+ width: 100%;
1902
+ }
1903
+ .e-de-statusbar-zoom {
1904
+ background-color: $de-ctnr-bg-clr;
1905
+ border: 0;
1906
+ color: $de-font-color;
1907
+ float: right;
1908
+ @if $skin-name =='Material3' {
1909
+ height: 40px;
1910
+ }
1911
+ @else {
1912
+ height: 34px;
1913
+ }
1914
+ }
1915
+ @if $skin-name !='tailwind' {
1916
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1917
+ line-height: 25px;
1918
+ @if $skin-name !='material' {
1919
+ padding: 0 5px !important;
1920
+ }
1921
+ }
1922
+ .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap {
1923
+ @if $skin-name !='material' {
1924
+ height: 0;
1925
+ }
1926
+ @if $skin-name == 'material' {
1927
+ height: 6px;
1928
+ }
1929
+ @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
1930
+ line-height: .5;
1931
+ }
1932
+ @else {
1933
+ line-height: 0;
1934
+ }
1935
+ }
1936
+ }
1937
+ .e-listview .e-list-icon {
1938
+ height: 24px;
1939
+ width: 16px;
1940
+ margin-right: $e-de-ctnr-break-listview-margin-right-big;
1941
+ }
1942
+ .e-de-listview-icon {
1943
+ line-height: 22px;
1944
+ }
1945
+ .e-rtl {
1946
+ .e-listview .e-list-icon {
1947
+ height: 24px;
1948
+ width: 16px;
1949
+ margin-left: $e-de-ctnr-break-listview-margin-left-big;
1950
+ }
1951
+ .e-de-listview-icon {
1952
+ line-height: 22px;
1953
+ }
1954
+ }
1955
+ }
1956
+ }
1957
+
1958
+ .e-de-ctn .e-de-bzr-button {
1959
+ @if $skin-name !='Material3' {
1960
+ @if $skin-name!='tailwind' and $skin-name!='tailwind-dark' and $skin-name !='bootstrap5' {
1961
+ font-size: 12px;
1962
+ }
1963
+ @if $skin-name !='bootstrap4' and $skin-name !='bootstrap5' {
1964
+ font-weight: 400;
1965
+ }
1966
+
1967
+ background: $e-de-bzr-button-bg-color;
1968
+ @if $skin-name!='tailwind' and $skin-name!='tailwind-dark' and $skin-name !='material' and $skin-name !='material-dark' {
1969
+ height: 100%;
1970
+ }
1971
+ @if $skin-name !='fabric'and $skin-name !='material' and $skin-name !='material-dark' {
1972
+ color: $e-de-bzr-button-font-color;
1973
+ }
1974
+ }
1975
+
1976
+ @if $skin-name=='bootstrap4' or $skin-name=='bootstrap' or $skin-name=='bootstrap-dark' {
1977
+ border: 1px solid $e-de-bzr-button-border-color;
1978
+ }
1979
+ @if $skin-name=='highcontrast' or $skin-name=='bootstrap' or $skin-name=='bootstrap-dark' or $skin-name=='fabric' or $skin-name=='fabric-dark' {
1980
+ box-shadow: none;
1981
+ border: none;
1982
+ }
1983
+ @if $skin-name=='highcontrast' {
1984
+ border: 2px solid $e-de-bzr-button-border-color;
1985
+ }
1986
+ @if $skin-name=='bootstrap' or $skin-name=='bootstrap-dark' {
1987
+ padding-bottom: 6px;
1988
+ }
1989
+ @if $skin-name=='tailwind' or $skin-name=='tailwind-dark' {
1990
+ border: none;
1991
+ height: calc(100% - 10px);
1992
+ line-height: 1.3 !important;
1993
+ padding: 10px 6px 10px 6px !important;
1994
+ font-size: 14px !important;
1995
+ }
1996
+ }
1997
+ @if $skin-name =='fabric' {
1998
+ .e-de-ctn .e-de-bzr-button:focus {
1999
+ outline: none;
2000
+ }
2001
+ }
2002
+ @if $skin-name !='material' and $skin-name !='material-dark' {
2003
+ .e-de-ctn .e-de-bzr-button:hover {
2004
+ background: $e-de-bzr-button-hover-bg-color;
2005
+ border: $e-de-bzr-button-hover-border;
2006
+ border-radius: $e-de-bzr-button-hover-border-radius;
2007
+ @if $skin-name !='tailwind' and $skin-name !='tailwind-dark' {
2008
+ color: $e-de-bzr-button-hover-font-color;
2009
+ }
2010
+ }
2011
+ @if $skin-name=='bootstrap4' or $skin-name=='bootstrap5' {
2012
+ .e-de-ctn .e-de-bzr-button:hover .e-btn-icon {
2013
+ color: $e-de-bzr-button-hover-font-color;
2014
+ }
2015
+ }
2016
+ }
2017
+ @if $skin-name !='bootstrap' and $skin-name!='bootstrap-dark' and $skin-name!='tailwind' and $skin-name!='tailwind-dark' {
2018
+ .e-de-ctn .e-de-bzr-button:active {
2019
+ @if $skin-name !='bootstrap4' {
2020
+ box-shadow: none;
2021
+ }
2022
+ @if $skin-name=='fabric' or $skin-name=='highcontrast' {
2023
+ border-radius: 0;
2024
+ }
2025
+ @if $skin-name !='material' and $skin-name !='material-dark' {
2026
+ background-color: $e-de-bzr-button-active-bg-color;
2027
+ border-color: $e-de-bzr-button-active-border-color;
2028
+ color: $e-de-bzr-button-active-font-color;
2029
+ }
2030
+ }
2031
+ @if $skin-name=='highcontrast' {
2032
+ .e-de-ctn .e-de-bzr-button:active .e-btn-icon {
2033
+ color: $e-de-bzr-button-active-font-color;
2034
+ }
2035
+ }
2036
+ }
2037
+
2038
+
2039
+ @if $skin-name=='material' or $skin-name=='bootstrap' or $skin-name=='bootstrap4' or $skin-name=='fabric' or $skin-name=='highcontrast' or $skin-name=='bootstrap5' or $skin-name=='FluentUI' or $skin-name=='Material3' {
2040
+ .e-de-ctn .e-de-bzr-button {
2041
+ @if $skin-name!='bootstrap5' and $skin-name!='FluentUI' and $skin-name != 'Material3' {
2042
+ font-size: 12px;
2043
+ }
2044
+ @if $skin-name !='bootstrap4' {
2045
+ font-weight: 400;
2046
+ }
2047
+ @if $skin-name=='FluentUI' or $skin-name == 'Material3' {
2048
+ font-size: 14px;
2049
+ border: none;
2050
+ }
2051
+ @if $skin-name !='material' {
2052
+ background: $e-de-bzr-button-bg-color;
2053
+ @if $skin-name !='Material3' {
2054
+ height: 100%;
2055
+ @if $skin-name !='fabric' {
2056
+ color: $e-de-bzr-button-font-color;
2057
+ }
2058
+ }
2059
+ }
2060
+ @if $skin-name =='Material3' {
2061
+ height: calc(100% - 10px);
2062
+ line-height: 23px;
2063
+ }
2064
+ @if $skin-name=='bootstrap4' or $skin-name=='bootstrap' {
2065
+ border: 1px solid $e-de-bzr-button-border-color;
2066
+ }
2067
+ @if $skin-name=='bootstrap5' {
2068
+ border: none;
2069
+ line-height: 16px !important;
2070
+ }
2071
+ @if $skin-name=='highcontrast' or $skin-name=='bootstrap' or $skin-name=='bootstrap5' {
2072
+ box-shadow: none;
2073
+ }
2074
+ @if $skin-name=='highcontrast' {
2075
+ border: 2px solid $e-de-bzr-button-border-color;
2076
+ }
2077
+ @if $skin-name=='bootstrap' {
2078
+ padding-bottom: 6px;
2079
+ }
2080
+ }
2081
+ @if $skin-name=='fabric' {
2082
+ .e-de-ctn .e-de-bzr-button:focus {
2083
+ outline: none;
2084
+ }
2085
+ }
2086
+ @if $skin-name !='material' {
2087
+ .e-de-ctn .e-de-bzr-button:hover {
2088
+ background: $e-de-bzr-button-hover-bg-color;
2089
+ border: $e-de-bzr-button-hover-border;
2090
+ border-radius: $e-de-bzr-button-hover-border-radius;
2091
+ color: $e-de-bzr-button-hover-font-color;
2092
+ }
2093
+ @if $skin-name=='bootstrap4' {
2094
+ .e-de-ctn .e-de-bzr-button:hover .e-btn-icon {
2095
+ color: $e-de-bzr-button-hover-font-color;
2096
+ }
2097
+ }
2098
+ }
2099
+ @if $skin-name !='bootstrap' {
2100
+ .e-de-ctn .e-de-bzr-button:active {
2101
+ @if $skin-name !='bootstrap4' {
2102
+ box-shadow: none;
2103
+ }
2104
+ @if $skin-name=='fabric' or $skin-name=='highcontrast' {
2105
+ border-radius: 0;
2106
+ }
2107
+ @if $skin-name !='material' {
2108
+ background-color: $e-de-bzr-button-active-bg-color;
2109
+ border-color: $e-de-bzr-button-active-border-color;
2110
+ color: $e-de-bzr-button-active-font-color;
2111
+ }
2112
+ }
2113
+ @if $skin-name=='highcontrast' {
2114
+ .e-de-ctn .e-de-bzr-button:active .e-btn-icon {
2115
+ color: $e-de-bzr-button-active-font-color;
2116
+ }
2117
+ }
2118
+ }
2119
+ }
2120
+
2121
+ .e-de-ctn {
2122
+ .e-de-ctnr-toolbar {
2123
+ .e-de-bzr-button {
2124
+ @if $skin-name == 'FluentUI' {
2125
+ font-size: 14px;
2126
+ }
2127
+ .e-btn-icon {
2128
+ font-size: $e-de-bzr-btn-font-size;
2129
+ @if $skin-name=='tailwind' or $skin-name=='tailwind-dark' {
2130
+ padding-bottom: 4px !important;
2131
+ }
2132
+ @if $skin-name == 'FluentUI' {
2133
+ padding-bottom: 2px;
2134
+ }
2135
+ }
2136
+ }
2137
+
2138
+ .e-de-bzr-break.e-de-bzr-button {
2139
+ @if $skin-name=='bootstrap4' {
2140
+ line-height: 23px !important;
2141
+ }
2142
+ @if $skin-name=='tailwind' or $skin-name=='tailwind-dark' {
2143
+ padding-top: 9px !important;
2144
+ padding-bottom: 23px !important;
2145
+ }
2146
+ @if $skin-name=='material' or $skin-name=='material-dark' {
2147
+ height: calc(100% - 10px);
2148
+ line-height: 23px;
2149
+ }
2150
+ @if $skin-name =='bootstrap5' {
2151
+ .e-btn-icon {
2152
+ margin-top: -11px;
2153
+ }
2154
+ }
2155
+ @if $skin-name == 'FluentUI' {
2156
+ padding-top: 0 !important;
2157
+ }
2158
+ }
2159
+ }
2160
+ }
2161
+
2162
+ .e-bigger {
2163
+ .e-de-ctn {
2164
+ .e-de-ctnr-toolbar {
2165
+ .e-de-bzr-button {
2166
+ @if $skin-name == 'FluentUI' and $skin-name == 'Material3' {
2167
+ font-size: 16px;
2168
+ }
2169
+ .e-btn-icon {
2170
+ font-size: $e-de-bzr-btn-font-size-big;
2171
+ @if $skin-name =='bootstrap5' or $skin-name == 'FluentUI'{
2172
+ padding-bottom: 4px;
2173
+ }
2174
+ }
2175
+ }
2176
+
2177
+ .e-de-bzr-break.e-de-bzr-button {
2178
+ @if $skin-name == 'material' or $skin-name == 'material-dark' or $skin-name == 'Material3'{
2179
+ padding-top: 11px !important;
2180
+ }
2181
+ @if $skin-name == 'FluentUI' {
2182
+ padding-top: 4px !important;
2183
+ }
2184
+ }
2185
+ }
2186
+ }
2187
+ }