@syncfusion/ej2-angular-spreadsheet 20.2.46-ngcc → 20.2.46

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 (203) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/index.mjs +14 -0
  3. package/esm2020/src/spreadsheet/cells.directive.mjs +71 -0
  4. package/esm2020/src/spreadsheet/chart.directive.mjs +46 -0
  5. package/esm2020/src/spreadsheet/columns.directive.mjs +61 -0
  6. package/esm2020/src/spreadsheet/conditionalformats.directive.mjs +61 -0
  7. package/esm2020/src/spreadsheet/definednames.directive.mjs +58 -0
  8. package/esm2020/src/spreadsheet/image.directive.mjs +46 -0
  9. package/esm2020/src/spreadsheet/ranges.directive.mjs +69 -0
  10. package/esm2020/src/spreadsheet/rows.directive.mjs +65 -0
  11. package/esm2020/src/spreadsheet/sheets.directive.mjs +68 -0
  12. package/esm2020/src/spreadsheet/spreadsheet-all.module.mjs +80 -0
  13. package/esm2020/src/spreadsheet/spreadsheet.component.mjs +202 -0
  14. package/esm2020/src/spreadsheet/spreadsheet.module.mjs +106 -0
  15. package/esm2020/syncfusion-ej2-angular-spreadsheet.mjs +5 -0
  16. package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs +886 -0
  17. package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs.map +1 -0
  18. package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs +886 -0
  19. package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs.map +1 -0
  20. package/package.json +26 -12
  21. package/schematics/utils/lib-details.ts +2 -2
  22. package/src/spreadsheet/cells.directive.d.ts +5 -0
  23. package/src/spreadsheet/chart.directive.d.ts +5 -0
  24. package/src/spreadsheet/columns.directive.d.ts +5 -0
  25. package/src/spreadsheet/conditionalformats.directive.d.ts +5 -0
  26. package/src/spreadsheet/definednames.directive.d.ts +5 -0
  27. package/src/spreadsheet/image.directive.d.ts +5 -0
  28. package/src/spreadsheet/ranges.directive.d.ts +5 -0
  29. package/src/spreadsheet/rows.directive.d.ts +5 -0
  30. package/src/spreadsheet/sheets.directive.d.ts +5 -0
  31. package/src/spreadsheet/spreadsheet-all.module.d.ts +6 -0
  32. package/src/spreadsheet/spreadsheet.component.d.ts +3 -0
  33. package/src/spreadsheet/spreadsheet.module.d.ts +15 -0
  34. package/styles/bootstrap-dark.css +34 -36
  35. package/styles/bootstrap.css +34 -36
  36. package/styles/bootstrap4.css +34 -36
  37. package/styles/bootstrap5-dark.css +38 -37
  38. package/styles/bootstrap5.css +38 -37
  39. package/styles/fabric-dark.css +34 -36
  40. package/styles/fabric.css +34 -36
  41. package/styles/fluent-dark.css +39 -41
  42. package/styles/fluent.css +39 -41
  43. package/styles/highcontrast-light.css +34 -36
  44. package/styles/highcontrast.css +34 -36
  45. package/styles/material-dark.css +34 -38
  46. package/styles/material.css +33 -37
  47. package/styles/ribbon/_all.scss +2 -0
  48. package/styles/ribbon/_bootstrap-dark-definition.scss +13 -0
  49. package/styles/ribbon/_bootstrap-definition.scss +12 -0
  50. package/styles/ribbon/_bootstrap4-definition.scss +13 -0
  51. package/styles/ribbon/_bootstrap5-dark-definition.scss +1 -0
  52. package/styles/ribbon/_bootstrap5-definition.scss +14 -0
  53. package/styles/ribbon/_fabric-dark-definition.scss +14 -0
  54. package/styles/ribbon/_fabric-definition.scss +14 -0
  55. package/styles/ribbon/_fluent-dark-definition.scss +1 -0
  56. package/styles/ribbon/_fluent-definition.scss +14 -0
  57. package/styles/ribbon/_fusionnew-definition.scss +14 -0
  58. package/styles/ribbon/_highcontrast-definition.scss +12 -0
  59. package/styles/ribbon/_highcontrast-light-definition.scss +12 -0
  60. package/styles/ribbon/_layout.scss +241 -0
  61. package/styles/ribbon/_material-dark-definition.scss +15 -0
  62. package/styles/ribbon/_material-definition.scss +12 -0
  63. package/styles/ribbon/_material3-definition.scss +15 -0
  64. package/styles/ribbon/_mixin.scss +89 -0
  65. package/styles/ribbon/_tailwind-dark-definition.scss +1 -0
  66. package/styles/ribbon/_tailwind-definition.scss +13 -0
  67. package/styles/ribbon/_theme.scss +115 -0
  68. package/styles/ribbon/bootstrap-dark.css +1 -1
  69. package/styles/ribbon/bootstrap-dark.scss +4 -1
  70. package/styles/ribbon/bootstrap.css +1 -1
  71. package/styles/ribbon/bootstrap.scss +4 -1
  72. package/styles/ribbon/bootstrap4.css +1 -1
  73. package/styles/ribbon/bootstrap4.scss +4 -1
  74. package/styles/ribbon/bootstrap5-dark.css +1 -1
  75. package/styles/ribbon/bootstrap5-dark.scss +4 -1
  76. package/styles/ribbon/bootstrap5.css +1 -1
  77. package/styles/ribbon/bootstrap5.scss +4 -1
  78. package/styles/ribbon/fabric-dark.css +1 -1
  79. package/styles/ribbon/fabric-dark.scss +4 -1
  80. package/styles/ribbon/fabric.css +1 -1
  81. package/styles/ribbon/fabric.scss +4 -1
  82. package/styles/ribbon/fluent-dark.css +1 -1
  83. package/styles/ribbon/fluent-dark.scss +4 -1
  84. package/styles/ribbon/fluent.css +1 -1
  85. package/styles/ribbon/fluent.scss +4 -1
  86. package/styles/ribbon/highcontrast-light.css +1 -1
  87. package/styles/ribbon/highcontrast-light.scss +3 -1
  88. package/styles/ribbon/highcontrast.css +1 -1
  89. package/styles/ribbon/highcontrast.scss +4 -1
  90. package/styles/ribbon/icons/_bootstrap-dark.scss +15 -0
  91. package/styles/ribbon/icons/_bootstrap.scss +15 -0
  92. package/styles/ribbon/icons/_bootstrap4.scss +9 -0
  93. package/styles/ribbon/icons/_bootstrap5-dark.scss +1 -0
  94. package/styles/ribbon/icons/_bootstrap5.scss +15 -0
  95. package/styles/ribbon/icons/_fabric-dark.scss +9 -0
  96. package/styles/ribbon/icons/_fabric.scss +9 -0
  97. package/styles/ribbon/icons/_fluent-dark.scss +1 -0
  98. package/styles/ribbon/icons/_fluent.scss +15 -0
  99. package/styles/ribbon/icons/_fusionnew.scss +15 -0
  100. package/styles/ribbon/icons/_highcontrast.scss +9 -0
  101. package/styles/ribbon/icons/_material-dark.scss +15 -0
  102. package/styles/ribbon/icons/_material.scss +15 -0
  103. package/styles/ribbon/icons/_material3.scss +15 -0
  104. package/styles/ribbon/icons/_tailwind-dark.scss +15 -0
  105. package/styles/ribbon/icons/_tailwind.scss +15 -0
  106. package/styles/ribbon/material-dark.css +1 -1
  107. package/styles/ribbon/material-dark.scss +4 -1
  108. package/styles/ribbon/material.css +1 -1
  109. package/styles/ribbon/material.scss +4 -1
  110. package/styles/ribbon/tailwind-dark.css +1 -1
  111. package/styles/ribbon/tailwind-dark.scss +4 -1
  112. package/styles/ribbon/tailwind.css +1 -1
  113. package/styles/ribbon/tailwind.scss +4 -1
  114. package/styles/spreadsheet/_all.scss +2 -0
  115. package/styles/spreadsheet/_bootstrap-dark-definition.scss +149 -0
  116. package/styles/spreadsheet/_bootstrap-definition.scss +149 -0
  117. package/styles/spreadsheet/_bootstrap4-definition.scss +148 -0
  118. package/styles/spreadsheet/_bootstrap5-dark-definition.scss +1 -0
  119. package/styles/spreadsheet/_bootstrap5-definition.scss +151 -0
  120. package/styles/spreadsheet/_fabric-dark-definition.scss +146 -0
  121. package/styles/spreadsheet/_fabric-definition.scss +146 -0
  122. package/styles/spreadsheet/_fluent-dark-definition.scss +1 -0
  123. package/styles/spreadsheet/_fluent-definition.scss +151 -0
  124. package/styles/spreadsheet/_fusionnew-definition.scss +151 -0
  125. package/styles/spreadsheet/_highcontrast-definition.scss +146 -0
  126. package/styles/spreadsheet/_highcontrast-light-definition.scss +146 -0
  127. package/styles/spreadsheet/_layout.scss +2982 -0
  128. package/styles/spreadsheet/_material-dark-definition.scss +149 -0
  129. package/styles/spreadsheet/_material-definition.scss +147 -0
  130. package/styles/spreadsheet/_material3-definition.scss +151 -0
  131. package/styles/spreadsheet/_tailwind-dark-definition.scss +1 -0
  132. package/styles/spreadsheet/_tailwind-definition.scss +153 -0
  133. package/styles/spreadsheet/_theme.scss +1361 -0
  134. package/styles/spreadsheet/bootstrap-dark.css +33 -35
  135. package/styles/spreadsheet/bootstrap-dark.scss +23 -1
  136. package/styles/spreadsheet/bootstrap.css +33 -35
  137. package/styles/spreadsheet/bootstrap.scss +23 -1
  138. package/styles/spreadsheet/bootstrap4.css +33 -35
  139. package/styles/spreadsheet/bootstrap4.scss +23 -1
  140. package/styles/spreadsheet/bootstrap5-dark.css +37 -36
  141. package/styles/spreadsheet/bootstrap5-dark.scss +22 -1
  142. package/styles/spreadsheet/bootstrap5.css +37 -36
  143. package/styles/spreadsheet/bootstrap5.scss +23 -1
  144. package/styles/spreadsheet/fabric-dark.css +33 -35
  145. package/styles/spreadsheet/fabric-dark.scss +23 -1
  146. package/styles/spreadsheet/fabric.css +33 -35
  147. package/styles/spreadsheet/fabric.scss +23 -1
  148. package/styles/spreadsheet/fluent-dark.css +38 -40
  149. package/styles/spreadsheet/fluent-dark.scss +22 -1
  150. package/styles/spreadsheet/fluent.css +38 -40
  151. package/styles/spreadsheet/fluent.scss +23 -1
  152. package/styles/spreadsheet/highcontrast-light.css +33 -35
  153. package/styles/spreadsheet/highcontrast-light.scss +22 -1
  154. package/styles/spreadsheet/highcontrast.css +33 -35
  155. package/styles/spreadsheet/highcontrast.scss +23 -1
  156. package/styles/spreadsheet/icons/_bootstrap-dark.scss +990 -0
  157. package/styles/spreadsheet/icons/_bootstrap.scss +990 -0
  158. package/styles/spreadsheet/icons/_bootstrap4.scss +994 -0
  159. package/styles/spreadsheet/icons/_bootstrap5-dark.scss +1 -0
  160. package/styles/spreadsheet/icons/_bootstrap5.scss +996 -0
  161. package/styles/spreadsheet/icons/_fabric-dark.scss +990 -0
  162. package/styles/spreadsheet/icons/_fabric.scss +994 -0
  163. package/styles/spreadsheet/icons/_fluent-dark.scss +1 -0
  164. package/styles/spreadsheet/icons/_fluent.scss +996 -0
  165. package/styles/spreadsheet/icons/_fusionnew.scss +996 -0
  166. package/styles/spreadsheet/icons/_highcontrast.scss +990 -0
  167. package/styles/spreadsheet/icons/_material-dark.scss +993 -0
  168. package/styles/spreadsheet/icons/_material.scss +995 -0
  169. package/styles/spreadsheet/icons/_material3.scss +996 -0
  170. package/styles/spreadsheet/icons/_tailwind-dark.scss +996 -0
  171. package/styles/spreadsheet/icons/_tailwind.scss +996 -0
  172. package/styles/spreadsheet/material-dark.css +33 -37
  173. package/styles/spreadsheet/material-dark.scss +23 -1
  174. package/styles/spreadsheet/material.css +32 -36
  175. package/styles/spreadsheet/material.scss +23 -1
  176. package/styles/spreadsheet/tailwind-dark.css +34 -36
  177. package/styles/spreadsheet/tailwind-dark.scss +22 -1
  178. package/styles/spreadsheet/tailwind.css +34 -36
  179. package/styles/spreadsheet/tailwind.scss +23 -1
  180. package/styles/tailwind-dark.css +35 -37
  181. package/styles/tailwind.css +35 -37
  182. package/syncfusion-ej2-angular-spreadsheet.d.ts +5 -0
  183. package/@syncfusion/ej2-angular-spreadsheet.es5.js +0 -989
  184. package/@syncfusion/ej2-angular-spreadsheet.es5.js.map +0 -1
  185. package/@syncfusion/ej2-angular-spreadsheet.js +0 -929
  186. package/@syncfusion/ej2-angular-spreadsheet.js.map +0 -1
  187. package/CHANGELOG.md +0 -1230
  188. package/dist/ej2-angular-spreadsheet.umd.js +0 -1585
  189. package/dist/ej2-angular-spreadsheet.umd.js.map +0 -1
  190. package/dist/ej2-angular-spreadsheet.umd.min.js +0 -11
  191. package/dist/ej2-angular-spreadsheet.umd.min.js.map +0 -1
  192. package/ej2-angular-spreadsheet.d.ts +0 -5
  193. package/ej2-angular-spreadsheet.metadata.json +0 -1
  194. package/postinstall/tagchange.js +0 -18
  195. package/schematics/collection.json +0 -10
  196. package/schematics/ng-add/index.d.ts +0 -3
  197. package/schematics/ng-add/index.js +0 -9
  198. package/schematics/ng-add/schema.d.ts +0 -13
  199. package/schematics/ng-add/schema.js +0 -2
  200. package/schematics/ng-add/schema.json +0 -34
  201. package/schematics/tsconfig.json +0 -25
  202. package/schematics/utils/lib-details.d.ts +0 -4
  203. package/schematics/utils/lib-details.js +0 -6
@@ -0,0 +1,2982 @@
1
+ @import '../ribbon/mixin.scss';
2
+ @include export-module('spreadsheet-layout') {
3
+
4
+ /*! spreadsheet layout */
5
+ .e-spreadsheet {
6
+ display: block;
7
+ user-select: none;
8
+
9
+ & .e-delete-sheet-dlg.e-dialog {
10
+ @if $skin-name == 'FluentUI' {
11
+ height: 211px !important; /* stylelint-disable-line declaration-no-important */
12
+ }
13
+ }
14
+
15
+ & .e-protect-dlg.e-dialog {
16
+ height: $protect-dlg-height;
17
+ width: $protect-dlg-width;
18
+
19
+ & .e-sheet-password-content .e-header {
20
+ font-size: 14px;
21
+ line-height: 28px;
22
+ margin-bottom: 4px;
23
+ }
24
+ }
25
+
26
+ & .e-custom-format-dlg.e-dialog {
27
+ @if $sheet-skin != 'material' {
28
+ height: 510px !important; /* stylelint-disable-line declaration-no-important */
29
+ width: 530px !important; /* stylelint-disable-line declaration-no-important */
30
+ }
31
+
32
+ & .e-footer-content {
33
+ padding: 0;
34
+ }
35
+
36
+ & .e-dlg-content {
37
+ display: inline-table;
38
+ padding-top: 3px;
39
+ }
40
+ }
41
+
42
+ @if $sheet-skin == 'FluentUI' {
43
+ display: inline;
44
+ }
45
+
46
+ @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
47
+ & .e-dlg-header-content {
48
+ padding: 18px;
49
+ }
50
+ }
51
+ @if $skin-name == 'bootstrap5' {
52
+ & .e-dlg-header-content {
53
+ padding: 12px;
54
+ }
55
+ }
56
+
57
+ & .e-unprotectworksheet-dlg.e-dialog {
58
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
59
+
60
+ & .e-dlg-header-content .e-dlg-header {
61
+ font-size: 18px;
62
+ line-height: 21px;
63
+ }
64
+
65
+ & .e-dlg-content {
66
+ & .e-unprotectsheetpwd-alert-span {
67
+ color: $dlg-error-color;
68
+ font-size: 12px;
69
+ padding-top: 7px;
70
+ }
71
+
72
+ & .e-unprotectsheetpwd-content {
73
+ & .e-header {
74
+ font-size: 14px;
75
+ line-height: 16px;
76
+ }
77
+
78
+ & .e-input {
79
+ margin-top: 10px;
80
+ }
81
+ }
82
+ }
83
+ }
84
+
85
+ & .e-reenterpwd-dlg.e-dialog {
86
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
87
+
88
+ & .e-dlg-header-content .e-dlg-header {
89
+ font-size: 18px;
90
+ line-height: 21px;
91
+ }
92
+
93
+ & .e-dlg-content {
94
+ & .e-reenterpwd-alert-span {
95
+ color: $dlg-error-color;
96
+ font-size: 12px;
97
+ padding-top: 7px;
98
+ }
99
+
100
+ & .e-reenterpwd-content {
101
+ & .e-header {
102
+ font-size: 14px;
103
+ line-height: 16px;
104
+ }
105
+
106
+ & .e-input {
107
+ margin-top: 10px;
108
+ }
109
+ }
110
+ }
111
+ }
112
+
113
+ & .e-goto-dlg.e-dialog {
114
+ height: auto;
115
+
116
+ & .e-dlg-content .e-goto-alert-span {
117
+ font-weight: bold;
118
+ padding-top: 7px;
119
+ }
120
+ }
121
+
122
+ & .e-findnreplace-exactmatchcheckbox {
123
+ padding: 12px;
124
+ }
125
+
126
+ &.e-filter-open {
127
+ position: relative;
128
+ }
129
+
130
+ & .e-findtool-dlg {
131
+ border: 1px solid;
132
+ height: $find-tool-dlg-height;
133
+ width: $find-tool-dlg-width;
134
+
135
+ & .e-dlg-content {
136
+ padding: 0%;
137
+ @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
138
+ border-radius: 5px;
139
+ }
140
+
141
+ & .e-input-group {
142
+ width: 170px;
143
+
144
+ & .e-input-group-icon {
145
+ width: 70px;
146
+ }
147
+ }
148
+ }
149
+ }
150
+
151
+ & .e-center-align {
152
+ text-align: center;
153
+ }
154
+
155
+ & .e-protect-option-list {
156
+ border: $dlg-list-border;
157
+ cursor: default;
158
+ margin-top: 20px;
159
+ overflow-y: auto;
160
+
161
+ @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
162
+ margin-top: 10px;
163
+ }
164
+ }
165
+
166
+ & .e-protect-checkbox {
167
+ height: 30px;
168
+ padding-top: 20px;
169
+
170
+ & .e-label {
171
+ font-size: 14px;
172
+ }
173
+ }
174
+
175
+ & .e-dlg-content .e-custom-dialog .e-input.e-dialog-input {
176
+ float: left;
177
+ @if $sheet-skin == 'bootstrap5' {
178
+ margin-right: 4.8%;
179
+ }
180
+ @else if $sheet-skin == 'FluentUI' {
181
+ margin-right: 6.8%;
182
+ }
183
+ @else {
184
+ margin-right: 2.8%;
185
+ }
186
+ width: 80%;
187
+ }
188
+
189
+ & .e-dlg-content .e-custom-dialog .e-custom-sample {
190
+ margin: 10px 10px 10px 0;
191
+ }
192
+
193
+ & .e-dlg-content .e-custom-dialog .e-custom-listview {
194
+ border: 1px solid $custom-listview-color;
195
+ border-radius: 3px;
196
+ height: 300px;
197
+ }
198
+
199
+ & .e-protect-content {
200
+ font-size: 13px;
201
+ height: 37px;
202
+ padding-top: 20px;
203
+ width: 100%;
204
+ }
205
+
206
+ & .e-formula-bar-panel {
207
+ align-items: center;
208
+ border: $spreadsheet-border;
209
+ display: flex;
210
+ width: 100%;
211
+
212
+ & .e-btn.e-css.e-insert-function,
213
+ & .e-btn.e-css.e-formula-submit {
214
+ border: 0;
215
+ border-radius: 0;
216
+ padding-bottom: 0;
217
+ padding-top: 0;
218
+ vertical-align: top;
219
+
220
+ & .e-btn-icon {
221
+ font-size: 16px;
222
+ margin-top: 0;
223
+ vertical-align: top;
224
+ }
225
+
226
+ &.e-btn:focus {
227
+ box-shadow: none;
228
+ outline: 0;
229
+ }
230
+ }
231
+
232
+ & .e-name-box {
233
+ align-self: flex-start;
234
+ border: 0;
235
+ margin-bottom: 0;
236
+ vertical-align: top;
237
+
238
+ & .e-clear-icon {
239
+ display: none;
240
+ }
241
+
242
+ &.e-input-group.e-input-focus.e-control-wrapper.e-ddl {
243
+ border: 0;
244
+ z-index: 1;
245
+
246
+ &::after,
247
+ &::before {
248
+ height: 0;
249
+ }
250
+ }
251
+
252
+ &.e-input-group.e-control-wrapper.e-ddl.e-name-box {
253
+ width: $name-box-width;
254
+
255
+ & input.e-input {
256
+ height: 23px;
257
+ min-height: 15px;
258
+ padding: 0 0 0 8px;
259
+ }
260
+
261
+ @if $skin-name != 'bootstrap4' {
262
+ & .e-input-group-icon {
263
+ font-size: $namebox-icon-size;
264
+ }
265
+ }
266
+ }
267
+
268
+ &.e-input-group.e-control-wrapper.e-name-box .e-input-group-icon {
269
+ border-left-width: 0;
270
+ min-height: 15px;
271
+
272
+ @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
273
+ font-size: 18px;
274
+ }
275
+ }
276
+ }
277
+
278
+ & .e-separator {
279
+ border-left-style: solid;
280
+ border-left-width: 1px;
281
+ height: 12px;
282
+ width: 1px;
283
+ }
284
+
285
+ & .e-formula-bar {
286
+ border: 0;
287
+ font-size: $formula-bar-font-size;
288
+ overflow: auto;
289
+ padding: 0 4px;
290
+ resize: none;
291
+ }
292
+
293
+ & .e-drop-icon {
294
+ align-self: flex-start;
295
+ cursor: pointer;
296
+ float: right;
297
+ line-height: 23px;
298
+ margin-right: $expand-icon-margin;
299
+ text-align: center;
300
+ transition: transform 300ms ease;
301
+ width: 18px;
302
+
303
+ @if $skin-name != 'bootstrap4' {
304
+ font-size: 10px;
305
+ }
306
+
307
+ @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
308
+ font-size: 18px;
309
+ line-height: 25px;
310
+ }
311
+ }
312
+ }
313
+
314
+ &.e-hide-row-header {
315
+ & .e-row-header,
316
+ & .e-selectall-container {
317
+ display: none;
318
+ }
319
+
320
+ & .e-column-header,
321
+ & .e-sheet-content {
322
+ width: 100% !important; /* stylelint-disable-line declaration-no-important */
323
+ }
324
+ }
325
+
326
+ &.e-hide-column-header {
327
+ & .e-header-panel {
328
+ display: none;
329
+ }
330
+
331
+ & .e-main-panel {
332
+ height: 100%;
333
+ }
334
+ }
335
+
336
+ & .e-sheet {
337
+ height: 100%;
338
+ overflow: hidden;
339
+ position: relative;
340
+
341
+ &:not(.e-frozen-rows) {
342
+ display: flex;
343
+ flex-direction: column;
344
+ }
345
+
346
+ & .e-virtualable {
347
+ will-change: transform;
348
+ z-index: 1;
349
+ }
350
+
351
+ & .e-spreadsheet-edit {
352
+ border: 0;
353
+ cursor: text;
354
+ display: none;
355
+ font-family: 'Calibri';
356
+ font-size: 11pt;
357
+ height: auto;
358
+ line-height: normal;
359
+ outline: none;
360
+ overflow-wrap: break-word;
361
+ padding: 0 1px;
362
+ position: absolute;
363
+ user-select: text;
364
+ vertical-align: bottom;
365
+ white-space: pre-wrap;
366
+ z-index: 2;
367
+
368
+ &.e-right-align {
369
+ text-align: right;
370
+ }
371
+ }
372
+
373
+ & .e-scrollbar {
374
+ border-top: $spreadsheet-border;
375
+ position: relative;
376
+ z-index: 4;
377
+
378
+ & .e-scroller {
379
+ height: 100%;
380
+ overflow-x: scroll;
381
+ position: absolute;
382
+
383
+ & .e-virtualtrack {
384
+ height: 1px;
385
+ }
386
+ }
387
+ }
388
+ }
389
+
390
+ & .e-ss-atc {
391
+ display: none;
392
+ }
393
+
394
+ & .e-main-panel {
395
+ height: calc(100% - 31px);
396
+ overflow: hidden;
397
+ position: relative;
398
+
399
+ & .e-ss-chart-overlay {
400
+ border: 1px solid $ele-color;
401
+ }
402
+
403
+ & .e-virtualable {
404
+ position: absolute;
405
+ }
406
+
407
+ & .e-virtualtrack {
408
+ position: relative;
409
+ }
410
+ }
411
+
412
+ & .e-excelfilter {
413
+ & .e-spreadsheet-ftrchk {
414
+ padding-left: $filter-selectall-padding;
415
+
416
+ & .e-chk-hidden {
417
+ margin: 3px 3px 3px 4px;
418
+ }
419
+
420
+ & .e-checkboxfiltertext {
421
+ width: auto;
422
+ }
423
+ }
424
+
425
+ &.e-rtl .e-spreadsheet-ftrchk {
426
+ padding-left: 0;
427
+ padding-right: $filter-selectall-padding;
428
+ }
429
+ }
430
+
431
+ & .e-checkboxtree {
432
+ ul {
433
+ padding-left: 0;
434
+ }
435
+
436
+ &.e-rtl ul {
437
+ padding-right: 0;
438
+ }
439
+ }
440
+
441
+ & .e-table {
442
+ border: 0 none;
443
+ border-collapse: separate;
444
+ border-spacing: 0;
445
+ cursor: cell;
446
+ table-layout: fixed;
447
+ width: 100%;
448
+
449
+ & tr {
450
+ line-height: normal;
451
+
452
+ & .e-cell,
453
+ & .e-header-cell,
454
+ & .e-select-all-cell {
455
+ border-style: solid;
456
+ border-width: 0 1px 1px 0;
457
+ line-height: inherit;
458
+ overflow: hidden;
459
+ }
460
+
461
+ & .e-cell {
462
+ font-family: 'Calibri';
463
+ font-size: 11pt;
464
+ padding: 0 2px;
465
+ position: relative;
466
+ text-align: left;
467
+ vertical-align: bottom;
468
+ white-space: pre;
469
+
470
+ &.e-right-align {
471
+ text-align: right;
472
+ }
473
+
474
+ & .e-hyperlink {
475
+ cursor: pointer;
476
+ }
477
+
478
+ & .e-hyperlink-style {
479
+ color: inherit;
480
+ text-decoration: underline;
481
+ }
482
+
483
+ &.e-alt-unwrap {
484
+ white-space: nowrap;
485
+ }
486
+
487
+ &.e-ie-wrap {
488
+ word-break: break-all;
489
+ }
490
+
491
+ &.e-wraptext {
492
+ overflow-wrap: break-word;
493
+ white-space: pre-wrap;
494
+
495
+ .e-wrap-content {
496
+ bottom: 0;
497
+ left: 0;
498
+ line-height: initial;
499
+ padding-left: 2px;
500
+ padding-right: 2px;
501
+ position: absolute;
502
+ text-decoration: inherit;
503
+ width: 100%;
504
+ }
505
+
506
+ &[style *= 'vertical-align: top;'] {
507
+ .e-wrap-content {
508
+ top: 0;
509
+ }
510
+ }
511
+
512
+ &[style *= 'vertical-align: middle;'] {
513
+ .e-wrap-content {
514
+ bottom: initial;
515
+ transform: translateY(-50%);
516
+ }
517
+ }
518
+ }
519
+
520
+ & .e-cf-databar {
521
+ position: relative;
522
+ z-index: 1;
523
+
524
+ .e-databar {
525
+ margin-top: 1px;
526
+ position: absolute;
527
+ z-index: -1;
528
+ }
529
+ }
530
+
531
+ .e-iconsetspan {
532
+ float: left;
533
+ height: 15px;
534
+ position: relative;
535
+ vertical-align: bottom;
536
+ width: 15px;
537
+ z-index: 2;
538
+ }
539
+ }
540
+
541
+ & .e-header-cell {
542
+ font-size: 12px;
543
+ font-weight: 500;
544
+ letter-spacing: 0;
545
+ text-align: center;
546
+ }
547
+ }
548
+ }
549
+
550
+ & .e-select-all-cell {
551
+ border-style: solid;
552
+ border-width: 0 1px 1px 0;
553
+ padding: 1px;
554
+
555
+ & .e-selectall {
556
+ border-style: solid;
557
+ border-width: $select-all-size * .5;
558
+ cursor: cell;
559
+ float: right;
560
+ height: $select-all-size;
561
+ padding: 0;
562
+ width: $select-all-size;
563
+ }
564
+ }
565
+
566
+ & .e-row-header .e-table .e-header-cell {
567
+ padding-bottom: 2px;
568
+ vertical-align: bottom;
569
+ }
570
+
571
+ & .e-column-header .e-table .e-header-cell {
572
+ padding: 1px 0 0 1px;
573
+ vertical-align: middle;
574
+ }
575
+
576
+ & .e-row-header .e-table {
577
+ .e-zero .e-header-cell,
578
+ .e-zero-start .e-header-cell,
579
+ .e-zero-end .e-header-cell {
580
+ border-bottom-width: 0;
581
+ padding-bottom: 0;
582
+ padding-top: 0;
583
+ vertical-align: bottom;
584
+ }
585
+ }
586
+
587
+ & .e-row-header .e-table {
588
+ .e-reach-fntsize .e-header-cell {
589
+ padding-bottom: 0;
590
+ padding-top: 0;
591
+ vertical-align: bottom;
592
+ }
593
+ }
594
+
595
+ & .e-row-header .e-table .e-zero-last .e-header-cell {
596
+ border-bottom-width: 1px;
597
+ }
598
+
599
+ & .e-sheet-content .e-table {
600
+ .e-zero .e-cell,
601
+ .e-zero-start .e-cell,
602
+ .e-zero-end .e-cell {
603
+ border-bottom-width: 0;
604
+ }
605
+ }
606
+
607
+ & .e-sheet .e-ss-overlay {
608
+ background-position: 0 0;
609
+ background-repeat: no-repeat;
610
+ background-size: 100% 100%;
611
+ left: 0;
612
+ position: absolute;
613
+ top: 0;
614
+ z-index: 3;
615
+ }
616
+
617
+ & .e-sheet .e-ss-overlay-active .e-ss-overlay-t {
618
+ background-color: $selection-border-color;
619
+ cursor: ns-resize;
620
+ position: absolute;
621
+ right: 50%;
622
+ top: 0;
623
+ transform: translate(-50%, -50%);
624
+ }
625
+
626
+ & .e-sheet .e-ss-overlay-active .e-ss-overlay-r {
627
+ background-color: $selection-border-color;
628
+ cursor: ew-resize;
629
+ position: absolute;
630
+ right: -8px;
631
+ top: 50%;
632
+ transform: translate(-50%, -50%);
633
+ }
634
+
635
+ & .e-sheet .e-ss-overlay-active .e-ss-overlay-b {
636
+ background-color: $selection-border-color;
637
+ cursor: ns-resize;
638
+ position: absolute;
639
+ right: 50%;
640
+ top: 100%;
641
+ transform: translate(-50%, -50%);
642
+ }
643
+
644
+ & .e-sheet .e-datavisualization-chart.e-ss-overlay {
645
+ border: 1px solid $find-popup-border-color;
646
+ @if $skin-name == 'FluentUI' or $skin-name == 'tailwind' {
647
+ background-color: $white;
648
+ }
649
+ }
650
+
651
+ & .e-sheet .e-ss-overlay.e-ss-overlay-active {
652
+ border: 1px solid $selection-border-color;
653
+ cursor: move;
654
+ }
655
+
656
+ & .e-sheet .e-ss-overlay-active .e-ss-overlay-l {
657
+ background-color: $selection-border-color;
658
+ cursor: ew-resize;
659
+ position: absolute;
660
+ top: 50%;
661
+ transform: translate(-50%, -50%);
662
+ }
663
+
664
+ & .e-header-panel .e-table tr .e-header-cell.e-colresize {
665
+ cursor: col-resize;
666
+ }
667
+
668
+ & .e-row-header .e-table tr .e-header-cell.e-rowresize,
669
+ & .e-selectall-container .e-table .e-row .e-header-cell.e-rowresize {
670
+ cursor: row-resize;
671
+ }
672
+
673
+ & .e-sheet {
674
+ border: $spreadsheet-border;
675
+
676
+ &.e-hide-headers {
677
+ &:not(.e-frozen-rows) .e-main-panel {
678
+ height: 100%;
679
+ }
680
+
681
+ &.e-frozen-rows:not(.e-frozen-columns) {
682
+ & .e-selectall-container,
683
+ & .e-row-header {
684
+ display: none;
685
+ }
686
+ }
687
+
688
+ &.e-frozen-columns:not(.e-frozen-rows) {
689
+ & .e-selectall-container,
690
+ & .e-column-header {
691
+ display: none;
692
+ }
693
+ }
694
+
695
+ &:not(.e-frozen-rows):not(.e-frozen-columns) {
696
+ & .e-selectall-container,
697
+ & .e-column-header,
698
+ & .e-row-header {
699
+ display: none;
700
+ }
701
+ }
702
+
703
+ & .e-select-all-cell,
704
+ & .e-header-cell,
705
+ & .e-header-row,
706
+ & .e-row-header colgroup col:first-child,
707
+ & .e-selectall-container colgroup col:first-child {
708
+ display: none;
709
+ }
710
+
711
+ & .e-sheet-content {
712
+ width: 100%;
713
+ }
714
+ }
715
+
716
+ &.e-mac-safari {
717
+ & .e-main-panel::-webkit-scrollbar {
718
+ width: 7px;
719
+ }
720
+
721
+ & .e-scroller::-webkit-scrollbar {
722
+ height: 7px;
723
+ }
724
+
725
+ // Safari with Mac OS
726
+ & .e-main-panel::-webkit-scrollbar-thumb,
727
+ & .e-scroller::-webkit-scrollbar-thumb {
728
+ background-color: $mac-scrollbar-background;
729
+ border-radius: 4px;
730
+ }
731
+ }
732
+ }
733
+
734
+ & .e-header-panel {
735
+ position: relative;
736
+ }
737
+
738
+ .e-sheet-content {
739
+ overflow: hidden;
740
+ position: absolute;
741
+ top: 0;
742
+ }
743
+
744
+ & .e-row-header {
745
+ position: relative;
746
+
747
+ & .e-table tr {
748
+ &.e-hide-start .e-header-cell::after,
749
+ &.e-hide-end .e-header-cell::before {
750
+ content: '';
751
+ left: 0;
752
+ position: absolute;
753
+ width: 100%;
754
+ }
755
+
756
+ &.e-hide-start .e-header-cell {
757
+ border-bottom-color: transparent;
758
+ position: relative;
759
+
760
+ &::after {
761
+ border-top: $spreadsheet-border;
762
+ bottom: .5px;
763
+ }
764
+ }
765
+
766
+ &.e-hide-end .e-header-cell {
767
+ position: relative;
768
+
769
+ &::before {
770
+ border-bottom: $spreadsheet-border;
771
+ top: .5px;
772
+ }
773
+ }
774
+ }
775
+ }
776
+
777
+ & .e-column-header {
778
+ border-style: solid;
779
+ border-width: 0;
780
+ overflow: hidden;
781
+ position: absolute;
782
+ top: 0;
783
+
784
+ & .e-table th {
785
+ &.e-header-cell.e-hide-start::after,
786
+ &.e-header-cell.e-hide-end::before {
787
+ bottom: 0;
788
+ content: '';
789
+ height: inherit;
790
+ position: absolute;
791
+ top: 0;
792
+ }
793
+
794
+ &.e-header-cell.e-hide-start {
795
+ border-right-color: transparent;
796
+ height: inherit;
797
+ position: relative;
798
+
799
+ &::after {
800
+ border-right: $spreadsheet-border;
801
+ right: .5px;
802
+ }
803
+ }
804
+
805
+ &.e-hide-end.e-header-cell {
806
+ height: inherit;
807
+ position: relative;
808
+
809
+ &::before {
810
+ border-left: $spreadsheet-border;
811
+ left: .5px;
812
+ }
813
+ }
814
+ }
815
+ }
816
+
817
+ & .e-sheet .e-datavisualization-chart .e-control.e-chart {
818
+ height: 100%;
819
+ position: initial !important; /* stylelint-disable-line declaration-no-important */
820
+ width: 100%;
821
+ }
822
+
823
+ & .e-sheet .e-datavisualization-chart .e-control.e-accumulationchart {
824
+ height: 100%;
825
+ overflow: hidden;
826
+ padding: 4px;
827
+ position: initial !important; /* stylelint-disable-line declaration-no-important */
828
+ width: 100%;
829
+ }
830
+
831
+ .e-sheet .e-datavisualization-chart .e-ss-overlay-l,
832
+ .e-sheet .e-datavisualization-chart .e-ss-overlay-r,
833
+ .e-sheet .e-datavisualization-chart .e-ss-overlay-t,
834
+ .e-sheet .e-datavisualization-chart .e-ss-overlay-b {
835
+ position: absolute;
836
+ }
837
+
838
+ & .e-header-panel {
839
+ & .e-header-row,
840
+ & .e-select-all-cell {
841
+ height: 30px;
842
+ }
843
+
844
+ & .e-virtualtrack {
845
+ height: 1px;
846
+ }
847
+ }
848
+
849
+ & .e-frozen-row,
850
+ & .e-frozen-column {
851
+ pointer-events: none;
852
+ position: absolute;
853
+ z-index: 3;
854
+ }
855
+
856
+ & .e-frozen-row {
857
+ height: 1px;
858
+ width: 100%;
859
+ }
860
+
861
+ & .e-frozen-column {
862
+ height: 100%;
863
+ top: 0;
864
+ width: 1px;
865
+ @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
866
+ width: 3px;
867
+ }
868
+ }
869
+
870
+ & .e-sheet-tab-panel {
871
+ align-items: center;
872
+ border: $spreadsheet-border;
873
+ border-top-width: 0;
874
+ display: flex;
875
+ padding: 0 8px;
876
+ }
877
+
878
+ & .e-sheet-tab {
879
+ display: inline-block;
880
+ line-height: 0;
881
+
882
+ @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
883
+ background-color: $content-bg-color-alt2;
884
+ }
885
+
886
+ & > div {
887
+ display: inline-block;
888
+ }
889
+
890
+ &.e-tab {
891
+ border: 0;
892
+
893
+ & .e-hscroll .e-scroll-nav.e-scroll-left-nav {
894
+ left: auto;
895
+ right: 40px;
896
+ }
897
+
898
+ & .e-tab-header {
899
+ @include tab-header-layout;
900
+
901
+ & .e-indicator {
902
+ display: block;
903
+ transition: none;
904
+ }
905
+
906
+ @if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap' {
907
+ &::before {
908
+ border-bottom-width: 0;
909
+ }
910
+
911
+ & .e-toolbar-item {
912
+ border-bottom-width: 0;
913
+ border-left-width: 0;
914
+ border-top-width: 0;
915
+
916
+ &.e-active {
917
+ border-bottom-width: 0;
918
+ border-radius: 0;
919
+ border-top-width: 0;
920
+ }
921
+ }
922
+
923
+ & .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
924
+ margin: 0;
925
+ }
926
+ }
927
+ @else {
928
+ & .e-toolbar-items .e-toolbar-item {
929
+ border-right: $spreadsheet-border;
930
+
931
+ @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
932
+ padding: 0;
933
+ }
934
+ }
935
+ }
936
+
937
+ & .e-toolbar-item {
938
+ margin: 0;
939
+
940
+ & input.e-input.e-sheet-rename {
941
+ background: transparent;
942
+ border: 0;
943
+ box-shadow: none;
944
+ min-width: 20px;
945
+ padding: 0;
946
+ }
947
+
948
+ & .e-tab-wrap {
949
+ padding: 0 12px;
950
+ }
951
+
952
+ @if $skin-name == 'material' {
953
+ &.e-active {
954
+ border-left-width: 0;
955
+ border-top-width: 0;
956
+ }
957
+
958
+ & input.e-input.e-sheet-rename {
959
+ margin-bottom: 0;
960
+ }
961
+ }
962
+
963
+ @if $skin-name == 'fabric' or $skin-name == 'highcontrast' {
964
+ &.e-active .e-text-wrap::before {
965
+ border-width: 0;
966
+ }
967
+ }
968
+ }
969
+
970
+ & .e-indicator {
971
+ z-index: 1;
972
+ }
973
+
974
+ & .e-toolbar-items {
975
+ border-left: $spreadsheet-border;
976
+ }
977
+ }
978
+
979
+ & .e-content {
980
+ display: none;
981
+ }
982
+ }
983
+ }
984
+
985
+ @include default-props;
986
+
987
+ & .e-sheets-list {
988
+ margin-right: 8px;
989
+ }
990
+
991
+ .e-hide {
992
+ display: none !important; /* stylelint-disable-line declaration-no-important */
993
+ }
994
+
995
+ .e-selection {
996
+ border-style: solid;
997
+ cursor: cell;
998
+ pointer-events: none;
999
+ position: absolute;
1000
+ z-index: 1;
1001
+
1002
+ @if $skin-name == 'highcontrast' {
1003
+ border-width: 2px;
1004
+ }
1005
+ @else {
1006
+ border-width: 1px;
1007
+ }
1008
+ }
1009
+
1010
+ .e-active-cell,
1011
+ .e-copy-indicator,
1012
+ .e-range-indicator {
1013
+ cursor: cell;
1014
+ pointer-events: none;
1015
+ position: absolute;
1016
+ z-index: 1;
1017
+ }
1018
+
1019
+ .e-formularef-indicator {
1020
+ cursor: cell;
1021
+ pointer-events: none;
1022
+ position: absolute;
1023
+ z-index: 1;
1024
+ }
1025
+
1026
+ .e-autofill {
1027
+ background-clip: content-box;
1028
+ background-color: $selection-border-color;
1029
+ border: 1px solid $cell-background;
1030
+ cursor: crosshair;
1031
+ height: 8px;
1032
+ position: absolute;
1033
+ width: 8px;
1034
+ z-index: 3;
1035
+ }
1036
+
1037
+ .e-filloption {
1038
+ position: absolute;
1039
+ z-index: 3;
1040
+
1041
+ @if $skin-name == 'material' {
1042
+ background-color: $cell-border-color;
1043
+ }
1044
+ }
1045
+
1046
+ .e-active-cell {
1047
+ border: 2px solid $selection-border-color;
1048
+ pointer-events: none;
1049
+
1050
+ &[style *= 'height: 1px;'],
1051
+ &[style *= 'width: 1px;'],
1052
+ &[style *= 'height: 0px;'],
1053
+ &[style *= 'width: 0px;'] {
1054
+ border-width: 1px;
1055
+ }
1056
+ }
1057
+
1058
+ .e-copy-indicator div,
1059
+ .e-range-indicator div,
1060
+ .e-formularef-indicator div {
1061
+ position: absolute;
1062
+
1063
+ &.e-top,
1064
+ &.e-bottom {
1065
+ height: 2px;
1066
+ width: 100%;
1067
+ }
1068
+
1069
+ &.e-left,
1070
+ &.e-right {
1071
+ height: 100%;
1072
+ width: 2px;
1073
+ }
1074
+
1075
+ &.e-top {
1076
+ top: 0;
1077
+ }
1078
+
1079
+ &.e-bottom {
1080
+ bottom: 0;
1081
+ }
1082
+
1083
+ &.e-left {
1084
+ left: 0;
1085
+ }
1086
+
1087
+ &.e-right {
1088
+ right: 0;
1089
+ }
1090
+ }
1091
+
1092
+ .e-clipboard {
1093
+ height: 1px;
1094
+ opacity: 0;
1095
+ overflow: hidden;
1096
+ position: absolute;
1097
+ width: 1px;
1098
+ }
1099
+
1100
+ & .e-ribbon {
1101
+ & .e-dropdown-btn {
1102
+ & .e-tbar-btn-text {
1103
+ float: left;
1104
+ overflow: hidden;
1105
+ padding: 0;
1106
+ text-align: left;
1107
+ text-overflow: ellipsis;
1108
+ white-space: nowrap;
1109
+ width: 80px;
1110
+ }
1111
+
1112
+ &.e-font-size-ddb {
1113
+ align-items: center;
1114
+ display: inline-flex;
1115
+ justify-content: left;
1116
+ width: $fontsize-btn-width;
1117
+
1118
+ & .e-caret {
1119
+ flex: 1;
1120
+ text-align: right;
1121
+ }
1122
+ }
1123
+ }
1124
+
1125
+ & .e-toolbar .e-btn:not(.e-tbar-btn) {
1126
+ font-weight: normal;
1127
+ padding-bottom: 0;
1128
+ padding-top: 0;
1129
+
1130
+ @if $skin-name == 'highcontrast' {
1131
+ border-width: 2px;
1132
+ }
1133
+
1134
+ &.e-dropdown-btn {
1135
+ text-overflow: initial;
1136
+ }
1137
+
1138
+ &:not(.e-split-colorpicker) {
1139
+ line-height: $ribbon-btn-height;
1140
+ }
1141
+
1142
+ &:not(.e-dropdown-btn):not(.e-split-btn) {
1143
+ padding-left: $ribbon-btn-padding;
1144
+ padding-right: $ribbon-btn-padding;
1145
+
1146
+ & .e-btn-icon {
1147
+ min-width: $ribbon-btn-width;
1148
+ }
1149
+ }
1150
+
1151
+ & .e-btn-icon {
1152
+ margin-top: 0;
1153
+ }
1154
+
1155
+ &:not(.e-split-colorpicker) .e-btn-icon {
1156
+ @if $skin-name != 'bootstrap5' {
1157
+ line-height: $ribbon-btn-height;
1158
+ min-height: $ribbon-btn-height;
1159
+ vertical-align: bottom;
1160
+ }
1161
+
1162
+ &:not(.e-caret) {
1163
+ @if $skin-name == 'bootstrap5' {
1164
+ font-size: 18px;
1165
+ }
1166
+ @else {
1167
+ font-size: 16px;
1168
+ }
1169
+ }
1170
+
1171
+ @if $skin-name == 'fabric' or $skin-name == 'highcontrast' or $skin-name == 'fabric-dark' {
1172
+ &.e-wrap-icon {
1173
+ font-size: 19px;
1174
+ }
1175
+ }
1176
+ }
1177
+ }
1178
+
1179
+ & .e-toolbar .e-toolbar-item .e-btn {
1180
+ @if $skin-name == 'material' or $skin-name == 'bootstrap4' {
1181
+ &.e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
1182
+ font-size: 16px;
1183
+ }
1184
+ }
1185
+
1186
+ & .e-chart-icon,
1187
+ & .e-chart-type-icon {
1188
+ font-size: 30px !important; /* stylelint-disable-line declaration-no-important */
1189
+ margin-right: 5px;
1190
+ padding: 0 5px;
1191
+ width: 30px;
1192
+ }
1193
+
1194
+ & .e-switch-row-column-icon {
1195
+ font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
1196
+ margin-right: 5px;
1197
+ }
1198
+
1199
+ & .e-addchart-icon {
1200
+ font-size: 18px !important; /* stylelint-disable-line declaration-no-important */
1201
+ margin-right: -5px;
1202
+ }
1203
+
1204
+ &.e-split-colorpicker {
1205
+ line-height: $ribbon-btn-height - 1;
1206
+ padding-bottom: 1px;
1207
+ padding-left: 0;
1208
+ padding-right: 0;
1209
+ width: $cpicker-btn-width;
1210
+
1211
+ & .e-icons.e-btn-icon:not(.e-caret) {
1212
+ &.e-font-color {
1213
+ font-size: 13px;
1214
+ }
1215
+
1216
+ &.e-fill-color {
1217
+ font-size: 14px;
1218
+ }
1219
+ }
1220
+ }
1221
+ }
1222
+
1223
+ & .e-colorpicker-wrapper {
1224
+ & .e-split-btn .e-selected-color {
1225
+ background: none;
1226
+ border-bottom-style: solid;
1227
+ border-bottom-width: 3px;
1228
+ border-radius: 0;
1229
+ height: auto;
1230
+ padding-bottom: 1px;
1231
+ width: auto;
1232
+
1233
+ & .e-split-preview {
1234
+ display: none;
1235
+ }
1236
+ }
1237
+
1238
+ & .e-dropdown-btn {
1239
+ margin-left: 0;
1240
+
1241
+ @if $skin-name == 'bootstrap4' {
1242
+ padding-left: 4px;
1243
+ padding-right: 4px;
1244
+ }
1245
+
1246
+ @if $skin-name == 'fabric' or $skin-name == 'highcontrast' {
1247
+ padding-left: 3px;
1248
+ padding-right: 3px;
1249
+ }
1250
+ }
1251
+ }
1252
+ }
1253
+
1254
+ &.e-mobile-view {
1255
+ & .e-header-toolbar {
1256
+ border: $spreadsheet-border;
1257
+ border-bottom-width: 0;
1258
+
1259
+ &.e-toolbar .e-toolbar-items .e-toolbar-item:last-child {
1260
+ min-width: auto;
1261
+ padding: 0;
1262
+
1263
+ @if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap' {
1264
+ min-height: $right-tbar-height;
1265
+ }
1266
+ }
1267
+ }
1268
+
1269
+ & .e-add-sheet-tab,
1270
+ & .e-sheets-list {
1271
+ height: $msheets-btn-height;
1272
+ width: 40px;
1273
+ }
1274
+
1275
+ & .e-formula-bar-panel {
1276
+ border-top-width: 0;
1277
+
1278
+ & .e-btn.e-css.e-insert-function,
1279
+ & .e-btn.e-css.e-formula-submit {
1280
+ height: $mformula-bar-height - $spreadsheet-border-width;
1281
+ line-height: $mformula-bar-height - $spreadsheet-border-width - 1;
1282
+ padding-left: 9px;
1283
+ padding-right: 9px;
1284
+
1285
+ & .e-btn-icon {
1286
+ font-size: 18px;
1287
+ line-height: $mformula-bar-height;
1288
+ }
1289
+ }
1290
+
1291
+ & .e-formula-bar {
1292
+ height: $mformula-bar-height - $spreadsheet-border-width;
1293
+ line-height: $mformula-bar-height - $spreadsheet-border-width;
1294
+ white-space: nowrap;
1295
+ width: calc(100% - 36px);
1296
+
1297
+ &::placeholder {
1298
+ font-style: italic;
1299
+ }
1300
+ }
1301
+
1302
+ &.e-focused {
1303
+ & .e-formula-bar {
1304
+ border-right: $spreadsheet-border;
1305
+ width: calc(100% - 72px);
1306
+ }
1307
+ }
1308
+ }
1309
+
1310
+ & .e-menu-wrapper.e-mobile.e-file-menu {
1311
+ height: 100%;
1312
+
1313
+ & ul {
1314
+ height: 100%;
1315
+ padding: 0;
1316
+
1317
+ & .e-menu-item.e-menu-caret-icon {
1318
+ height: 100%;
1319
+ line-height: 1;
1320
+ padding: 0 6px;
1321
+
1322
+ & .e-menu-icon.e-file-menu-icon {
1323
+ align-items: center;
1324
+ display: inline-flex;
1325
+ height: 100%;
1326
+ line-height: 1;
1327
+ margin: 0;
1328
+ width: auto;
1329
+ }
1330
+
1331
+ & .e-caret {
1332
+ display: none;
1333
+ }
1334
+ }
1335
+ }
1336
+
1337
+ &.e-rtl {
1338
+ direction: ltr;
1339
+ }
1340
+ }
1341
+
1342
+ & .e-toolbar-panel {
1343
+ border-top-width: 0;
1344
+ display: none;
1345
+
1346
+ @if $skin-name == 'bootstrap' or $skin-name == 'bootstrap4' {
1347
+ & .e-toolbar {
1348
+ border-color: $spreadsheet-border-color;
1349
+ border-radius: 0;
1350
+ border-top-width: 0;
1351
+ }
1352
+
1353
+ & .e-dropdown-btn.e-btn {
1354
+ border-left-width: 0;
1355
+ border-radius: 0;
1356
+ border-top-width: 0;
1357
+ }
1358
+ }
1359
+ @else {
1360
+ & .e-dropdown-btn.e-btn {
1361
+ border-bottom-width: 0;
1362
+ border-right-width: 0;
1363
+ border-top-width: 0;
1364
+ }
1365
+ }
1366
+
1367
+ & .e-toolbar {
1368
+ & .e-toolbar-items.e-hscroll.e-scroll-device {
1369
+ padding: 0;
1370
+ width: 100%;
1371
+ }
1372
+
1373
+ & .e-scroll-nav {
1374
+ display: none;
1375
+ }
1376
+ }
1377
+ }
1378
+
1379
+ & .e-sheet-tab {
1380
+ max-width: calc(100% - 104px);
1381
+ }
1382
+
1383
+ &.e-mobile-focused {
1384
+ & .e-toolbar-panel {
1385
+ display: flex;
1386
+ }
1387
+
1388
+ & .e-sheet-tab-panel {
1389
+ display: none;
1390
+ }
1391
+ }
1392
+ }
1393
+
1394
+ &.e-mobile-view:not(.e-mobile-focused) {
1395
+ & .e-active-cell,
1396
+ & .e-focused-tick,
1397
+ & .e-formula-bar-panel {
1398
+ display: none;
1399
+ }
1400
+ }
1401
+
1402
+ & .e-sheet-panel.e-rtl {
1403
+ & .e-sheet {
1404
+ & .e-table tr {
1405
+ & .e-cell,
1406
+ & .e-header-cell {
1407
+ border-width: 0 0 1px 1px;
1408
+ }
1409
+ }
1410
+ }
1411
+
1412
+ & .e-select-all-cell {
1413
+ border-width: 0 0 1px 1px;
1414
+ }
1415
+
1416
+ & .e-frozen-row {
1417
+ right: 0;
1418
+ }
1419
+ }
1420
+
1421
+ .e-sheet-panel {
1422
+ & .e-frozen-columns {
1423
+ & .e-selectall-container {
1424
+ position: relative;
1425
+ }
1426
+ }
1427
+
1428
+ & .e-frozen-rows {
1429
+ & .e-selectall-container {
1430
+ position: relative;
1431
+ }
1432
+ }
1433
+
1434
+ &:not(.e-rtl) .e-frozen-row {
1435
+ left: 0;
1436
+ }
1437
+
1438
+ &.e-protected {
1439
+ .e-selection,
1440
+ .e-active-cell {
1441
+ display: none;
1442
+ }
1443
+ }
1444
+ }
1445
+
1446
+ & .e-colresize-handler {
1447
+ border-right: 1px solid;
1448
+ cursor: col-resize;
1449
+ pointer-events: none;
1450
+ position: absolute;
1451
+ z-index: 1;
1452
+ }
1453
+
1454
+ & .e-rowresize-handler {
1455
+ border-top: 1px solid;
1456
+ cursor: row-resize;
1457
+ pointer-events: none;
1458
+ position: absolute;
1459
+ z-index: 1;
1460
+ }
1461
+
1462
+ & .e-validation-list {
1463
+ float: right;
1464
+ height: 18px;
1465
+ padding: 0;
1466
+ position: relative;
1467
+ right: 0;
1468
+ text-align: initial;
1469
+ width: 20px;
1470
+ z-index: 2;
1471
+
1472
+ .e-input-group {
1473
+ border: 0;
1474
+ box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
1475
+ }
1476
+
1477
+ & .e-ddl-icon {
1478
+ bottom: 5px;
1479
+
1480
+ @if $skin-name != 'material' {
1481
+ height: 18px;
1482
+ min-height: 0;
1483
+ min-width: 0;
1484
+ width: 20px;
1485
+ }
1486
+
1487
+ @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
1488
+ padding: 0;
1489
+ }
1490
+ }
1491
+ }
1492
+
1493
+ .e-rtl {
1494
+ .e-spreadsheet-edit {
1495
+ direction: ltr;
1496
+ text-align: left;
1497
+ }
1498
+ }
1499
+
1500
+ & .e-customsort-dlg.e-dialog {
1501
+ @if $skin-name == 'material' {
1502
+ height: 360px !important; /* stylelint-disable-line declaration-no-important */
1503
+ }
1504
+
1505
+ @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
1506
+ & .e-dlg-header-content {
1507
+ padding: 18px;
1508
+ }
1509
+ }
1510
+
1511
+ @if $skin-name == 'bootstrap5' {
1512
+ & .e-dlg-header-content {
1513
+ padding: 12px;
1514
+ }
1515
+ }
1516
+
1517
+ & .e-dlg-content {
1518
+ padding-bottom: 0;
1519
+ padding-left: 0;
1520
+ padding-right: 0;
1521
+
1522
+ @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
1523
+ & .e-sort-dialog {
1524
+ padding-top: 15px;
1525
+ }
1526
+ }
1527
+
1528
+ & .e-sort-listsection {
1529
+ padding-top: $dlg-content-padding;
1530
+
1531
+ & .e-input-group {
1532
+ min-width: 220px;
1533
+ }
1534
+ }
1535
+ }
1536
+
1537
+ & .e-footer-content {
1538
+ & .e-sort-addbtn {
1539
+ float: left;
1540
+ margin-left: 0;
1541
+ }
1542
+ }
1543
+ }
1544
+
1545
+ & .e-conditionalformatting-dlg {
1546
+ & .e-input,
1547
+ & .e-input-group {
1548
+ height: 34px;
1549
+ @if $skin-name == 'FlunetUI' {
1550
+ height: 40px;
1551
+ }
1552
+ }
1553
+
1554
+ & .e-cfmain {
1555
+ margin-bottom: 22px;
1556
+ }
1557
+
1558
+ & .e-header {
1559
+ display: block;
1560
+ margin-bottom: 6px;
1561
+ }
1562
+
1563
+ & .e-header-2 {
1564
+ margin-top: 10px;
1565
+ }
1566
+
1567
+ & .e-top-header {
1568
+ font-weight: 500;
1569
+ }
1570
+
1571
+ @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
1572
+ & .e-cf-dlg {
1573
+ padding-top: 10px;
1574
+ }
1575
+ }
1576
+ }
1577
+
1578
+ & .e-title-dlg {
1579
+ & .e-title-dlg-content {
1580
+ & .e-top-header {
1581
+ font-size: 16px;
1582
+ }
1583
+
1584
+ & .e-input {
1585
+ font-size: 14px;
1586
+ line-height: 30px;
1587
+ }
1588
+ }
1589
+ }
1590
+
1591
+ & .e-datavalidation-dlg {
1592
+ @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
1593
+ & .e-dlg-header-content {
1594
+ padding: 18px;
1595
+ }
1596
+ }
1597
+ @if $skin-name == 'bootstrap5' {
1598
+ & .e-dlg-header-content {
1599
+ padding: 12px;
1600
+ }
1601
+ }
1602
+
1603
+ & .e-validation-dlg {
1604
+ margin-top: 14px;
1605
+
1606
+ & .e-cellrange {
1607
+ margin-bottom: 24px;
1608
+
1609
+ & .e-header {
1610
+ font-size: 14px;
1611
+ line-height: 16px;
1612
+ }
1613
+
1614
+ & .e-input {
1615
+ font-size: 14px;
1616
+ height: 32px;
1617
+ margin-top: 5px;
1618
+ }
1619
+ }
1620
+
1621
+ & .e-allowdata {
1622
+ margin-bottom: 24px;
1623
+
1624
+ & .e-allow {
1625
+ display: inline-block;
1626
+ padding-right: 12px;
1627
+ width: 50%;
1628
+
1629
+ & .e-header {
1630
+ font-size: 14px;
1631
+ line-height: 16px;
1632
+ }
1633
+
1634
+ & .e-valid-input {
1635
+ height: 34px;
1636
+ margin-top: 5px;
1637
+ }
1638
+ }
1639
+
1640
+ & .e-data {
1641
+ display: inline-block;
1642
+ padding-left: 12px;
1643
+ width: 50%;
1644
+
1645
+ & .e-header {
1646
+ font-size: 14px;
1647
+ line-height: 16px;
1648
+ }
1649
+
1650
+ & .e-valid-input {
1651
+ height: 34px;
1652
+ margin-top: 5px;
1653
+ }
1654
+ }
1655
+ }
1656
+
1657
+ & .e-values {
1658
+ margin-bottom: 24px;
1659
+
1660
+ & .e-minimum {
1661
+ display: inline-block;
1662
+ padding-right: 12px;
1663
+ width: 50%;
1664
+
1665
+ & .e-header {
1666
+ font-size: 14px;
1667
+ line-height: 16px;
1668
+ }
1669
+
1670
+ & .e-input {
1671
+ font-size: 14px;
1672
+ height: 32px;
1673
+ margin-top: 5px;
1674
+ }
1675
+ }
1676
+
1677
+ & .e-maximum {
1678
+ display: inline-block;
1679
+ padding-left: 12px;
1680
+ width: 50%;
1681
+
1682
+ & .e-header {
1683
+ font-size: 14px;
1684
+ line-height: 16px;
1685
+ }
1686
+
1687
+ & .e-input {
1688
+ font-size: 14px;
1689
+ height: 32px;
1690
+ margin-top: 5px;
1691
+ }
1692
+ }
1693
+
1694
+ & .e-dlg-error {
1695
+ font-size: 12px;
1696
+ padding-top: 10px;
1697
+ }
1698
+
1699
+ & .e-header {
1700
+ font-size: 14px;
1701
+ line-height: 16px;
1702
+ }
1703
+
1704
+ & .e-input {
1705
+ font-size: 14px;
1706
+ height: 32px;
1707
+ }
1708
+ }
1709
+
1710
+ & .e-ignoreblank {
1711
+ margin-bottom: 5px;
1712
+ }
1713
+ }
1714
+
1715
+ & .e-footer-content .e-clearall-btn {
1716
+ float: left;
1717
+ }
1718
+ }
1719
+
1720
+ & .e-validationerror-dlg .e-dlg-content {
1721
+ font-size: 14px;
1722
+ line-height: 28px;
1723
+ }
1724
+
1725
+ & .e-hyperlink-dlg.e-dialog,
1726
+ .e-edithyperlink-dlg.e-dialog {
1727
+ max-height: 640px !important; /* stylelint-disable-line declaration-no-important */
1728
+
1729
+ & .e-dlg-header-content {
1730
+ @if $skin-name == 'FluentUI' {
1731
+ padding: 14px 24px;
1732
+ }
1733
+ @else {
1734
+ padding: 24px 24px 16px;
1735
+ }
1736
+
1737
+ & .e-dlg-header {
1738
+ font-size: 18px;
1739
+ line-height: 21px;
1740
+ }
1741
+ }
1742
+
1743
+ & .e-dlg-content {
1744
+ padding-bottom: 0;
1745
+ padding-left: 0;
1746
+ padding-right: 0;
1747
+
1748
+ & .e-link-dialog {
1749
+ & .e-tab-header {
1750
+ @if $skin-name == 'bootstrap5' {
1751
+ padding: 0 12px;
1752
+ }
1753
+ @else {
1754
+ padding: 0 24px 0 25px;
1755
+ }
1756
+
1757
+ & .e-toolbar-items {
1758
+ height: 100%;
1759
+ }
1760
+
1761
+ & .e-toolbar-item {
1762
+ text-align: center;
1763
+ width: 136px;
1764
+
1765
+ & .e-tab-text {
1766
+ font-size: 13px;
1767
+ line-height: 15px;
1768
+ }
1769
+ }
1770
+ }
1771
+
1772
+ & .e-content {
1773
+ @if $skin-name == 'bootstrap5' {
1774
+ padding-top: 12px;
1775
+ }
1776
+ @else {
1777
+ padding-top: 24px;
1778
+ }
1779
+
1780
+ & .e-cont {
1781
+ @if $skin-name == 'bootstrap5' {
1782
+ margin: 12px 12px 15.5px;
1783
+ }
1784
+ @else if $skin-name == 'FluentUI' {
1785
+ margin: 0 0 12px 24px;
1786
+ }
1787
+ @else {
1788
+ margin: 0 0 15.5px 24px;
1789
+ }
1790
+
1791
+ & .e-header {
1792
+ font-size: 14px;
1793
+ line-height: 16px;
1794
+ }
1795
+
1796
+ & .e-text {
1797
+ @if $skin-name != 'material' and $skin-name != 'material-dark' {
1798
+ margin-top: 8px;
1799
+ }
1800
+ font-size: 14px;
1801
+ height: 32px;
1802
+ line-height: 16px;
1803
+ width: 275px;
1804
+ @if $skin-name == 'FluentUI' {
1805
+ padding-bottom: 4px;
1806
+ }
1807
+ }
1808
+
1809
+ & .e-text.e-disabled {
1810
+ border-bottom-width: 2px;
1811
+ }
1812
+
1813
+ & .e-refcont {
1814
+ border: 1px solid $hyper-doc-border-color;
1815
+ height: 165px;
1816
+ margin: 8px 24px 0 0;
1817
+ overflow: auto;
1818
+ width: 273px;
1819
+ }
1820
+ }
1821
+ }
1822
+ }
1823
+ }
1824
+
1825
+ & .e-footer-content {
1826
+ margin: 4px 0;
1827
+ }
1828
+ }
1829
+
1830
+ & .e-open-dlg.e-dialog {
1831
+ width: $open-dlg-width;
1832
+
1833
+ & .e-dlg-content {
1834
+ @if $skin-name == 'bootstrap4' {
1835
+ & .e-input-group-icon {
1836
+ padding-left: 4px;
1837
+ padding-right: 4px;
1838
+ }
1839
+ }
1840
+
1841
+ & .e-file-alert-span {
1842
+ color: $dlg-error-color;
1843
+ font-size: 12px;
1844
+ padding-top: 7px;
1845
+ }
1846
+ }
1847
+ }
1848
+
1849
+ & .e-find-dlg.e-dialog {
1850
+ height: auto;
1851
+ width: $find-dlg-width;
1852
+
1853
+ & .e-dlg-content {
1854
+ & .e-find-alert-span {
1855
+ color: $dlg-error-color;
1856
+ font-size: 12px;
1857
+ padding-top: 7px;
1858
+ }
1859
+
1860
+ & .e-replace-alert-span {
1861
+ color: $dlg-error-color;
1862
+ font-size: 12px;
1863
+ padding-top: 7px;
1864
+ }
1865
+
1866
+ & .e-findnreplace-casecheckbox {
1867
+ padding-right: 12px;
1868
+ }
1869
+
1870
+ & .e-findnreplace-exactmatchcheckbox {
1871
+ padding: 12px 0;
1872
+ }
1873
+ }
1874
+
1875
+ & p.e-header {
1876
+ margin: 0;
1877
+ padding-bottom: 8px;
1878
+ padding-top: 12px;
1879
+ }
1880
+
1881
+ & .e-footer-content {
1882
+ text-align: left;
1883
+ }
1884
+ }
1885
+
1886
+ & .e-protectworkbook-dlg.e-dialog {
1887
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
1888
+
1889
+ & .e-dlg-header-content .e-dlg-header {
1890
+ font-size: 18px;
1891
+ line-height: 31px;
1892
+ }
1893
+
1894
+ & .e-dlg-content {
1895
+ & .e-pwd-alert-span {
1896
+ color: $dlg-error-color;
1897
+ font-size: 12px;
1898
+ padding-top: 12px;
1899
+ }
1900
+
1901
+ & .e-password-content {
1902
+ padding-top: 12px;
1903
+
1904
+ & .e-header {
1905
+ font-size: 12px;
1906
+ line-height: 24px;
1907
+ margin-bottom: 4px;
1908
+ }
1909
+ }
1910
+ }
1911
+ }
1912
+
1913
+ & .e-unprotectworkbook-dlg.e-dialog {
1914
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
1915
+
1916
+ & .e-dlg-header-content .e-dlg-header {
1917
+ font-size: 18px;
1918
+ line-height: 21px;
1919
+ }
1920
+
1921
+ & .e-dlg-content {
1922
+ & .e-unprotectpwd-alert-span {
1923
+ color: $dlg-error-color;
1924
+ font-size: 12px;
1925
+ padding-top: 7px;
1926
+ }
1927
+
1928
+ & .e-unprotectpwd-content {
1929
+ & .e-header {
1930
+ font-size: 14px;
1931
+ line-height: 16px;
1932
+ }
1933
+
1934
+ & .e-input {
1935
+ margin-top: 10px;
1936
+ }
1937
+ }
1938
+ }
1939
+ }
1940
+
1941
+ & .e-importprotectworkbook-dlg.e-dialog {
1942
+ left: 0 !important; /* stylelint-disable-line declaration-no-important */
1943
+
1944
+ & .e-dlg-header-content .e-dlg-header {
1945
+ font-size: 18px;
1946
+ line-height: 21px;
1947
+ }
1948
+
1949
+ & .e-dlg-content {
1950
+ & .e-importprotectpwd-alert-span {
1951
+ color: $dlg-error-color;
1952
+ font-size: 12px;
1953
+ padding-top: 7px;
1954
+ }
1955
+
1956
+ & .e-importprotectpwd-content {
1957
+ & .e-header {
1958
+ font-size: 14px;
1959
+ line-height: 16px;
1960
+ }
1961
+
1962
+ & .e-input {
1963
+ margin-top: 10px;
1964
+ }
1965
+ }
1966
+ }
1967
+ }
1968
+
1969
+ & .e-filter-icon {
1970
+ margin-bottom: $filter-icon-margin-bottom;
1971
+ @if $skin-name == 'FluentUI' {
1972
+ margin-top: -9px;
1973
+ }
1974
+ @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
1975
+ font-size: 14px;
1976
+ }
1977
+
1978
+ &::before {
1979
+ font-size: 20px;
1980
+ margin-left: -3px;
1981
+ }
1982
+ }
1983
+
1984
+ & .e-btn.e-icon-btn.e-filter-btn {
1985
+ bottom: 0;
1986
+ float: right;
1987
+ height: 18px;
1988
+ margin-right: -1px;
1989
+ padding: 0;
1990
+ position: relative;
1991
+ right: 0;
1992
+ width: 20px;
1993
+ z-index: 2;
1994
+ @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
1995
+ bottom: 1px;
1996
+ }
1997
+ }
1998
+ }
1999
+
2000
+ .e-colorpicker-wrapper.e-border-colorpicker {
2001
+ display: none;
2002
+
2003
+ & .e-container {
2004
+ box-shadow: none;
2005
+ width: 270px !important; /* stylelint-disable-line declaration-no-important */
2006
+
2007
+ & .e-selected-value {
2008
+ display: flex;
2009
+ }
2010
+ }
2011
+ }
2012
+
2013
+ .e-spreadsheet.e-col-resizing {
2014
+ cursor: col-resize;
2015
+ }
2016
+
2017
+ .e-spreadsheet.e-row-resizing {
2018
+ cursor: row-resize;
2019
+ }
2020
+
2021
+ .e-dropdown-popup {
2022
+ &.e-numformat-ddb ul {
2023
+ max-width: initial;
2024
+
2025
+ & .e-numformat-preview-text {
2026
+ font-size: 13px;
2027
+ max-width: 200px;
2028
+ overflow: hidden;
2029
+ text-align: right;
2030
+ text-overflow: ellipsis;
2031
+ }
2032
+ }
2033
+
2034
+ &.e-font-size-ddb ul {
2035
+ min-width: 60px;
2036
+ }
2037
+
2038
+ &.e-align-ddb ul {
2039
+ min-width: auto;
2040
+ padding: $align-ddb-ul-padding;
2041
+
2042
+ & .e-item {
2043
+ display: inline-flex;
2044
+ height: $align-ddb-item-height;
2045
+ line-height: $align-ddb-item-height;
2046
+ margin: $align-ddb-item-margin;
2047
+ padding: $align-ddb-item-padding;
2048
+
2049
+ & .e-menu-icon {
2050
+ line-height: $align-ddb-item-height;
2051
+ margin-right: 0;
2052
+ }
2053
+ }
2054
+ }
2055
+
2056
+ &.e-colorpicker-popup {
2057
+ & .e-container {
2058
+ & .e-custom-palette .e-palette {
2059
+ padding: 0;
2060
+ }
2061
+
2062
+ & .e-switch-ctrl-btn {
2063
+ padding-top: $ctrl-btn-padding;
2064
+ }
2065
+ }
2066
+ }
2067
+
2068
+ &.e-font-family ul .e-item {
2069
+ @for $i from 0 to length($font-family-collection) {
2070
+ &:nth-child(#{$i+1}) {
2071
+ font-family: nth($font-family-collection, $i+1);
2072
+ }
2073
+ }
2074
+ }
2075
+
2076
+ &.e-aggregate-list {
2077
+ font-size: 13px;
2078
+ margin-left: auto;
2079
+ }
2080
+
2081
+ &.e-borders-ddb .e-menu-wrapper {
2082
+ border: 0;
2083
+
2084
+ & ul .e-menu-item .e-menu-icon {
2085
+ font-size: 16px;
2086
+ }
2087
+ }
2088
+
2089
+ &.e-popup.e-aggregate-list ul {
2090
+ font-size: 13px;
2091
+ }
2092
+ }
2093
+
2094
+ .e-menu-wrapper {
2095
+ &.e-file-menu ul .e-menu-item div {
2096
+ display: flex;
2097
+ width: 100%;
2098
+
2099
+ & .e-extension {
2100
+ font-size: 13px;
2101
+ margin-left: auto;
2102
+ opacity: .7;
2103
+ padding-left: $menu-extension-padding;
2104
+ }
2105
+ }
2106
+
2107
+ & .e-border-style {
2108
+ & .e-menu-item {
2109
+ align-items: center;
2110
+ display: flex;
2111
+
2112
+ &::after {
2113
+ content: '';
2114
+ width: 135px;
2115
+ }
2116
+
2117
+ $border-style-collection: solid solid solid dashed dotted double;
2118
+ $border-width-collection: thin medium thick thin thin medium;
2119
+ @for $i from 0 to length($border-style-collection) {
2120
+ &:nth-child(#{$i+1})::after {
2121
+ border-bottom-style: nth($border-style-collection, $i+1);
2122
+ border-bottom-width: nth($border-width-collection, $i+1);
2123
+ }
2124
+ }
2125
+ }
2126
+ }
2127
+
2128
+ &.e-databars .e-ul,
2129
+ &.e-colorscales .e-ul {
2130
+ overflow: visible;
2131
+ padding: 0;
2132
+
2133
+ & .e-menu-item {
2134
+ height: auto;
2135
+ line-height: 0;
2136
+ padding: 0;
2137
+
2138
+ & .e-cf-icon {
2139
+ display: inline-block;
2140
+ height: 40px;
2141
+ width: 40px;
2142
+ }
2143
+ }
2144
+ }
2145
+
2146
+ &.e-databars .e-ul {
2147
+ min-width: 110px;
2148
+ }
2149
+
2150
+ &.e-colorscales .e-ul {
2151
+ min-width: 150px;
2152
+ }
2153
+
2154
+ &.e-popup.e-menu-popup.e-iconsets ul {
2155
+ min-width: 250px;
2156
+ overflow: visible;
2157
+ padding: 0;
2158
+
2159
+ & .e-menu-item {
2160
+ height: auto;
2161
+ line-height: 0;
2162
+ padding: 0;
2163
+
2164
+ & .e-is {
2165
+ height: 550px;
2166
+ width: auto;
2167
+
2168
+ & .e-is1,
2169
+ & .e-is3,
2170
+ & .e-is5,
2171
+ & .e-is7 {
2172
+ height: 6%;
2173
+ padding: 18px 16px;
2174
+ }
2175
+
2176
+ & .e-iconsetspan {
2177
+ display: inline-block;
2178
+ height: 100%;
2179
+ width: 20%;
2180
+ }
2181
+
2182
+ & .e-is2 {
2183
+ height: 25.3%;
2184
+
2185
+ & .e-3arrows,
2186
+ & .e-3arrowsgray,
2187
+ & .e-3triangles,
2188
+ & .e-4arrowsgray,
2189
+ & .e-4arrows,
2190
+ & .e-5arrowsgray,
2191
+ & .e-5arrows {
2192
+ float: left;
2193
+ height: 25%;
2194
+ padding: 2px 12px;
2195
+ width: 50%;
2196
+ }
2197
+ }
2198
+
2199
+ & .e-is4 {
2200
+ height: 19%;
2201
+
2202
+ & .e-3trafficlights,
2203
+ & .e-3rafficlights2,
2204
+ & .e-3signs,
2205
+ & .e-4trafficlights,
2206
+ & .e-4redtoblack {
2207
+ float: left;
2208
+ height: 33%;
2209
+ padding: 2px 12px;
2210
+ width: 50%;
2211
+ }
2212
+ }
2213
+
2214
+ & .e-is6 {
2215
+ height: 12.6%;
2216
+
2217
+ & .e-3symbols,
2218
+ & .e-3symbols2,
2219
+ & .e-3flags {
2220
+ float: left;
2221
+ height: 50%;
2222
+ padding: 2px 12px;
2223
+ width: 50%;
2224
+ }
2225
+ }
2226
+
2227
+ & .e-is8 {
2228
+ height: 19%;
2229
+
2230
+ & .e-3stars,
2231
+ & .e-4rating,
2232
+ & .e-5quarters,
2233
+ & .e-5rating,
2234
+ & .e-5boxes {
2235
+ float: left;
2236
+ height: 33%;
2237
+ width: 50%;
2238
+ }
2239
+ }
2240
+ }
2241
+ }
2242
+ }
2243
+
2244
+ &.e-popup.e-menu-popup.e-border-color ul {
2245
+ min-width: 270px;
2246
+ overflow: visible;
2247
+ padding: 0;
2248
+
2249
+ & .e-menu-item {
2250
+ height: auto;
2251
+ line-height: 0;
2252
+ padding: 0;
2253
+
2254
+ &.e-ripple,
2255
+ &.e-ripple-style {
2256
+ overflow: visible;
2257
+
2258
+ & .e-ripple-element {
2259
+ display: none;
2260
+ }
2261
+ }
2262
+
2263
+ & .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container {
2264
+ display: block;
2265
+ }
2266
+ }
2267
+ }
2268
+
2269
+ &.e-popup.e-menu-popup.e-addchart-menu ul {
2270
+ @if $sheet-skin == 'bootstrap' or $sheet-skin == 'bootstrap4' or $sheet-skin == 'bootstrap5' or $sheet-skin == 'bootstrap-dark' or $sheet-skin == 'bootstrap5-dark' {
2271
+ & .e-menu-item {
2272
+ height: 35px;
2273
+ }
2274
+ }
2275
+ }
2276
+
2277
+ &.e-popup.e-menu-popup.e-chart-menu ul,
2278
+ &.e-popup.e-menu-popup.e-chart-type-menu ul {
2279
+ min-width: 165px;
2280
+ overflow: visible;
2281
+ padding: 0;
2282
+
2283
+ & .e-menu-item {
2284
+ height: auto;
2285
+ line-height: 0;
2286
+ padding: 0;
2287
+
2288
+ & .e-column-main,
2289
+ & .e-bar-main {
2290
+ height: 90px;
2291
+
2292
+ & .e-column1-text,
2293
+ & .e-bar1-text {
2294
+ height: 40%;
2295
+ padding: 18px 16px;
2296
+ }
2297
+
2298
+ & .e-column1-cont,
2299
+ & .e-bar1-cont {
2300
+ height: 60%;
2301
+
2302
+ & .e-clusteredcolumn,
2303
+ & .e-stackedcolumn,
2304
+ & .e-stackedcolumn100,
2305
+ & .e-clusteredcolumn3d,
2306
+ & .e-stackedcolumn3d,
2307
+ & .e-stackedcolumn1003d,
2308
+ & .e-clusteredbar,
2309
+ & .e-stackedbar,
2310
+ & .e-stackedbar100,
2311
+ & .e-clusteredbar3d,
2312
+ & .e-stackedbar3d,
2313
+ & .e-stackedbar1003d {
2314
+ display: inline-block;
2315
+ font-size: 40px;
2316
+ height: 100%;
2317
+ margin: 0;
2318
+ padding: 10px;
2319
+ width: 55px;
2320
+ }
2321
+ }
2322
+ }
2323
+ }
2324
+ }
2325
+
2326
+ &.e-popup.e-menu-popup.e-chart-menu ul,
2327
+ &.e-popup.e-menu-popup.e-chart-type-menu ul {
2328
+ min-width: 110px;
2329
+ overflow: visible;
2330
+ padding: 0;
2331
+
2332
+ & .e-menu-item {
2333
+ height: auto;
2334
+ line-height: 0;
2335
+ padding: 0;
2336
+
2337
+ & .e-pie-main,
2338
+ & .e-radar-main {
2339
+ height: 90px;
2340
+
2341
+ & .e-pie-text,
2342
+ & .e-radar-text {
2343
+ height: 40%;
2344
+ padding: 18px 16px;
2345
+ }
2346
+
2347
+ & .e-pie-cont,
2348
+ & .e-radar-cont {
2349
+ height: 60%;
2350
+
2351
+ & .e-pie,
2352
+ & .e-doughnut,
2353
+ & .e-radar,
2354
+ & .e-radar-markers {
2355
+ display: inline-block;
2356
+ font-size: 40px;
2357
+ height: 60px;
2358
+ margin: 0;
2359
+ padding: 10px;
2360
+ width: 55px;
2361
+ }
2362
+ }
2363
+ }
2364
+ }
2365
+ }
2366
+
2367
+ &.e-popup.e-menu-popup.e-chart-menu ul,
2368
+ &.e-popup.e-menu-popup.e-chart-type-menu ul {
2369
+ min-width: 165px;
2370
+ overflow: visible;
2371
+ padding: 0;
2372
+
2373
+ & .e-menu-item {
2374
+ height: auto;
2375
+ line-height: 0;
2376
+ padding: 0;
2377
+
2378
+ & .e-line-main,
2379
+ & .e-area-main {
2380
+ height: 90px;
2381
+
2382
+ & .e-line-text,
2383
+ & .e-area-text {
2384
+ height: 40%;
2385
+ padding: 18px 16px;
2386
+ }
2387
+
2388
+ & .e-line-cont,
2389
+ & .e-area-cont {
2390
+ height: 60%;
2391
+
2392
+ & .e-area,
2393
+ & .e-stackedarea,
2394
+ & .e-stackedarea100,
2395
+ & .e-line,
2396
+ & .e-stackedline,
2397
+ & .e-stackedline100 {
2398
+ display: inline-block;
2399
+ font-size: 40px;
2400
+ height: 60px;
2401
+ margin: 0;
2402
+ padding: 10px;
2403
+ width: 55px;
2404
+ }
2405
+ }
2406
+ }
2407
+ }
2408
+ }
2409
+
2410
+ &.e-popup.e-menu-popup.e-chart-menu ul,
2411
+ &.e-popup.e-menu-popup.e-chart-type-menu ul {
2412
+ min-width: 60px;
2413
+ overflow: visible;
2414
+ padding: 0;
2415
+
2416
+ & .e-menu-item {
2417
+ height: auto;
2418
+ line-height: 0;
2419
+ padding: 0;
2420
+
2421
+ & .e-scatter-main {
2422
+ height: 90px;
2423
+
2424
+ & .e-scatter-text {
2425
+ height: 40%;
2426
+ padding: 18px 16px;
2427
+ }
2428
+
2429
+ & .e-scatter-cont {
2430
+ height: 60%;
2431
+
2432
+ & .e-scatter {
2433
+ display: inline-block;
2434
+ font-size: 60px;
2435
+ height: 60px;
2436
+ margin: 0;
2437
+ padding: 10px;
2438
+ width: 100%;
2439
+ }
2440
+ }
2441
+ }
2442
+ }
2443
+ }
2444
+ }
2445
+
2446
+ .e-spreadsheet-function-dlg.e-dialog {
2447
+ min-height: $dlg-min-height;
2448
+ user-select: none;
2449
+
2450
+ & .e-dlg-header-content {
2451
+ @if $skin-name == 'bootstrap5' {
2452
+ padding: 12px;
2453
+ }
2454
+ @else {
2455
+ padding: 18px;
2456
+ }
2457
+
2458
+ & .e-dlg-header {
2459
+ font-size: 16px;
2460
+ font-weight: normal;
2461
+ }
2462
+ }
2463
+
2464
+ & .e-dlg-content {
2465
+ overflow: hidden;
2466
+ padding-left: $dlg-content-padding;
2467
+ padding-right: $dlg-content-padding;
2468
+
2469
+ & .e-category-content {
2470
+ font-size: 12px;
2471
+ font-weight: 500;
2472
+ margin-bottom: $dlg-category-margin-bottom;
2473
+
2474
+ @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
2475
+ font-weight: 600;
2476
+ padding: 10px 0;
2477
+ }
2478
+ }
2479
+
2480
+ & .e-formula-description {
2481
+ margin-left: -4px;
2482
+ margin-top: 5px;
2483
+ padding: 4px;
2484
+ }
2485
+
2486
+ & .e-description-content {
2487
+ font-size: 14px;
2488
+ font-weight: $dlg-description-font-weight;
2489
+ padding-top: 10px;
2490
+ }
2491
+
2492
+ & .e-formula-list {
2493
+ border: $dlg-list-border;
2494
+ cursor: default;
2495
+ margin-top: 6px;
2496
+ overflow-y: auto;
2497
+ }
2498
+ }
2499
+ }
2500
+
2501
+ .e-xlflmenu {
2502
+ @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
2503
+ & .e-xlfl-maindiv {
2504
+ padding-top: 10px;
2505
+ }
2506
+ }
2507
+
2508
+ & .e-xlfl-maindiv .e-xlfl-radiodiv {
2509
+ width: auto;
2510
+ }
2511
+ }
2512
+
2513
+ .e-name-box {
2514
+ & .e-dropdownbase .e-list-item {
2515
+ line-height: 25px;
2516
+ min-height: 25px;
2517
+ text-indent: 10px;
2518
+ }
2519
+ }
2520
+
2521
+ .e-spreadsheet:not(.e-mobile-view) {
2522
+ & .e-formula-bar-panel {
2523
+ border-bottom-width: 0;
2524
+
2525
+ & .e-btn.e-css.e-insert-function {
2526
+ border-left: $spreadsheet-border;
2527
+ height: 23px;
2528
+
2529
+ & .e-btn-icon {
2530
+ line-height: 24px;
2531
+ }
2532
+ }
2533
+
2534
+ & .e-formula-bar {
2535
+ height: 23px;
2536
+ line-height: 23px;
2537
+ width: $formula-textarea-width;
2538
+ }
2539
+
2540
+ &.e-expanded {
2541
+ & .e-formula-bar,
2542
+ & .e-btn.e-css.e-insert-function {
2543
+ height: 71px;
2544
+ }
2545
+
2546
+ & .e-btn.e-css.e-insert-function {
2547
+ line-height: 71px;
2548
+ }
2549
+
2550
+ & .e-drop-icon {
2551
+ transform: rotate(180deg);
2552
+ }
2553
+
2554
+ & .e-separator {
2555
+ height: 60px;
2556
+ }
2557
+ }
2558
+ }
2559
+
2560
+ & .e-sheet-tab {
2561
+ max-width: 60%;
2562
+
2563
+ & .e-hscroll-bar {
2564
+ margin-left: -40px;
2565
+ margin-right: 40px;
2566
+ }
2567
+ }
2568
+
2569
+ & .e-add-sheet-tab.e-btn.e-icon-btn.e-css,
2570
+ & .e-sheets-list.e-dropdown-btn {
2571
+ height: 32px;
2572
+ padding: 0;
2573
+ width: 32px;
2574
+
2575
+ & .e-btn-icon {
2576
+ line-height: 33px;
2577
+ margin-top: 0;
2578
+ }
2579
+ }
2580
+
2581
+ & .e-aggregate-list {
2582
+ font-size: 13px;
2583
+ margin-left: auto;
2584
+ }
2585
+
2586
+ & .e-ribbon {
2587
+ border-bottom-width: 0;
2588
+ }
2589
+ }
2590
+
2591
+ .e-bigger .e-spreadsheet,
2592
+ .e-bigger.e-spreadsheet {
2593
+ @if $skin-name == 'FluentUI' {
2594
+ & .e-protect-dlg.e-dialog {
2595
+ height: 790px !important; /* stylelint-disable-line declaration-no-important */
2596
+ }
2597
+
2598
+ & .e-delete-sheet-dlg.e-dialog {
2599
+ height: 240px !important; /* stylelint-disable-line declaration-no-important */
2600
+ }
2601
+
2602
+ & .e-merge-alert-dlg.e-dialog {
2603
+ height: 215px;
2604
+
2605
+ .e-dlg-content {
2606
+ padding-bottom: 0;
2607
+ }
2608
+ }
2609
+
2610
+ .e-validationerror-dlg .e-dlg-content {
2611
+ padding-bottom: 0;
2612
+ }
2613
+
2614
+ .e-spreadsheet-function-dlg.e-dialog {
2615
+ height: 515px !important; /* stylelint-disable-line declaration-no-important */
2616
+ }
2617
+ }
2618
+
2619
+ @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' or $skin-name == 'FluentUI' {
2620
+ & .e-validation-list .e-ddl-icon {
2621
+ min-height: 0;
2622
+ min-width: 0;
2623
+ padding: 0;
2624
+ }
2625
+
2626
+ & .e-findtool-dlg .e-dlg-content .e-find-toolbar .e-input {
2627
+ width: calc(100% - 70px);
2628
+ }
2629
+ }
2630
+
2631
+ & .e-ribbon {
2632
+ & .e-toolbar .e-btn:not(.e-tbar-btn) {
2633
+ &:not(.e-split-colorpicker) {
2634
+ line-height: $bigger-ribbon-btn-height;
2635
+ }
2636
+
2637
+ &.e-split-colorpicker {
2638
+ line-height: $bigger-ribbon-btn-height - 2;
2639
+ padding-bottom: 2px;
2640
+ width: $bigger-cpicker-btn-width;
2641
+ }
2642
+
2643
+ &:not(.e-dropdown-btn):not(.e-split-btn) {
2644
+ padding-left: $bigger-ribbon-btn-padding;
2645
+ padding-right: $bigger-ribbon-btn-padding;
2646
+ }
2647
+
2648
+ &:not(.e-split-colorpicker) .e-btn-icon {
2649
+ line-height: $bigger-ribbon-btn-height;
2650
+ min-height: $bigger-ribbon-btn-height;
2651
+
2652
+ &:not(.e-caret) {
2653
+ font-size: 18px;
2654
+ }
2655
+
2656
+ @if $skin-name == 'fabric' or $skin-name == 'highcontrast' or $skin-name == 'fabric-dark' {
2657
+ &.e-wrap-icon {
2658
+ font-size: 21px;
2659
+ }
2660
+ }
2661
+ }
2662
+ }
2663
+
2664
+ & .e-toolbar .e-toolbar-item .e-btn {
2665
+ &.e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
2666
+ font-size: 18px;
2667
+ }
2668
+ }
2669
+
2670
+ & .e-dropdown-btn.e-font-size-ddb {
2671
+ width: $bigger-fontsize-btn-width;
2672
+ }
2673
+
2674
+ & .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color {
2675
+ height: auto;
2676
+ width: auto;
2677
+ }
2678
+
2679
+ & .e-content .e-hscroll-bar {
2680
+ height: auto;
2681
+ overflow: hidden;
2682
+ }
2683
+ }
2684
+
2685
+ & .e-formula-bar-panel {
2686
+ & .e-input-group.e-control-wrapper.e-ddl.e-name-box .e-input-group-icon {
2687
+ font-size: 20px;
2688
+ margin: 0;
2689
+ }
2690
+
2691
+ // Need to remove the below properties & its variable once touch support provided by UX team
2692
+ & .e-css.e-btn.e-icon-btn {
2693
+ padding-left: $normal-btn-padding;
2694
+ padding-right: $normal-btn-padding;
2695
+ }
2696
+ }
2697
+
2698
+ & .e-add-sheet-tab.e-btn.e-icon-btn.e-css,
2699
+ & .e-sheets-list.e-dropdown-btn {
2700
+ height: 39px;
2701
+ width: 39px;
2702
+
2703
+ & .e-btn-icon {
2704
+ line-height: 39px;
2705
+ }
2706
+ }
2707
+
2708
+ & .e-sheet-tab-panel {
2709
+ @include bigger-tab-header-layout;
2710
+ }
2711
+
2712
+ & .e-sheet-tab .e-tab-header .e-toolbar-item {
2713
+ & .e-tab-wrap {
2714
+ padding: 0 16px;
2715
+ }
2716
+ }
2717
+
2718
+ @if $skin-name != 'bootstrap' and $skin-name != 'bootstrap4' {
2719
+ & .e-drop-icon {
2720
+ font-size: 12px;
2721
+ margin-right: 5px;
2722
+ }
2723
+ }
2724
+
2725
+ &:not(.e-mobile-view) .e-formula-bar-panel {
2726
+ & .e-btn.e-css.e-insert-function {
2727
+ height: 29px;
2728
+
2729
+ & .e-btn-icon {
2730
+ font-size: 18px;
2731
+ line-height: 30px;
2732
+ }
2733
+ }
2734
+
2735
+ & .e-input-group.e-control-wrapper.e-ddl.e-name-box input.e-input {
2736
+ height: 29px;
2737
+ }
2738
+
2739
+ & .e-drop-icon {
2740
+ line-height: 29px;
2741
+
2742
+ @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
2743
+ font-size: 18px;
2744
+ line-height: 38px;
2745
+ }
2746
+ }
2747
+
2748
+ & .e-separator {
2749
+ height: 15px;
2750
+ }
2751
+
2752
+ & .e-formula-bar {
2753
+ font-size: $bigger-formula-bar-font-size;
2754
+ height: 29px;
2755
+ line-height: 29px;
2756
+ }
2757
+
2758
+ &.e-expanded {
2759
+ & .e-formula-bar,
2760
+ & .e-btn.e-css.e-insert-function {
2761
+ height: 89px;
2762
+ line-height: 89px;
2763
+ }
2764
+
2765
+ & .e-separator {
2766
+ height: 78px;
2767
+ }
2768
+ }
2769
+ }
2770
+
2771
+ & .e-dlg-content .e-custom-dialog .e-input.e-dialog-input {
2772
+ float: left;
2773
+ margin-right: 2.8%;
2774
+ width: 77%;
2775
+ @if $skin-name == 'FluentUI' {
2776
+ height: 40px;
2777
+ }
2778
+ }
2779
+
2780
+ & .e-customsort-dlg.e-dialog {
2781
+ width: 590px !important; /* stylelint-disable-line declaration-no-important */
2782
+ @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' or $skin-name == 'FluentUI' {
2783
+ width: 630px !important; /* stylelint-disable-line declaration-no-important */
2784
+ }
2785
+ }
2786
+
2787
+ .e-sort-dialog .e-sort-template .e-list-item {
2788
+ height: auto;
2789
+ line-height: 1;
2790
+ }
2791
+
2792
+ & .e-filter-icon {
2793
+ margin-bottom: $filter-icon-bigger-margin-bottom;
2794
+ @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' {
2795
+ font-size: 21px;
2796
+ margin-top: -3px;
2797
+ }
2798
+ }
2799
+
2800
+ & .e-find-dlg .e-footer-content .e-btn {
2801
+ font-size: 11px;
2802
+ margin-top: 6px;
2803
+ }
2804
+
2805
+ & .e-findtool-dlg {
2806
+ height: $bigger-find-tool-dlg-height;
2807
+ width: $bigger-find-tool-dlg-width;
2808
+ }
2809
+
2810
+ & .e-goto-dlg.e-dialog {
2811
+ height: auto;
2812
+
2813
+ & .e-btn {
2814
+ font-size: 12px;
2815
+ }
2816
+ }
2817
+
2818
+ & .e-protectworkbook-dlg.e-dialog .e-dlg-content {
2819
+ & .e-pwd-alert-span {
2820
+ color: $dlg-error-color;
2821
+ font-size: 14px;
2822
+ padding-top: 16px;
2823
+ }
2824
+
2825
+ & .e-password-content {
2826
+ padding-top: 16px;
2827
+
2828
+ & .e-header {
2829
+ font-size: 14px;
2830
+ line-height: 28px;
2831
+ margin-bottom: 4px;
2832
+ }
2833
+ }
2834
+ }
2835
+
2836
+ & .e-excelfilter {
2837
+ & .e-spreadsheet-ftrchk {
2838
+ padding-left: $filter-selectall-bigger-padding;
2839
+ }
2840
+
2841
+ &.e-rtl .e-spreadsheet-ftrchk {
2842
+ padding-left: 0;
2843
+ padding-right: $filter-selectall-bigger-padding;
2844
+ }
2845
+ }
2846
+
2847
+ & .e-checkboxtree {
2848
+ ul {
2849
+ padding-left: 0;
2850
+ }
2851
+
2852
+ &.e-rtl ul {
2853
+ padding-right: 0;
2854
+ }
2855
+ }
2856
+ }
2857
+
2858
+ .e-bigger.e-dropdown-popup,
2859
+ .e-bigger .e-dropdown-popup {
2860
+ &.e-font-size-ddb ul {
2861
+ min-width: 70px;
2862
+ }
2863
+
2864
+ @if $sheet-skin == 'tailwind' or $sheet-skin == 'tailwind-dark' or $skin-name == 'FluentUI' {
2865
+ &.e-dragfill-ddb ul,
2866
+ &.e-numformat-ddb ul {
2867
+ max-width: initial;
2868
+ }
2869
+ }
2870
+ }
2871
+
2872
+ .e-bigger .e-spreadsheet .e-hyperlink-dlg.e-dialog {
2873
+ @if $skin-name == 'FluentUI' {
2874
+ & .e-dlg-content .e-link-dialog .e-content .e-cont {
2875
+ margin: 0 0 16px 24px;
2876
+ }
2877
+
2878
+ & .e-dlg-header-content {
2879
+ padding: 24px 24px 16px;
2880
+ }
2881
+ }
2882
+ }
2883
+
2884
+ .e-sort-dialog {
2885
+ height: 100%;
2886
+ position: relative;
2887
+
2888
+ & .e-sort-listsection {
2889
+ @if $skin-name != 'FluentUI' {
2890
+ height: calc(100% - 28px);
2891
+ }
2892
+ margin: 0 auto;
2893
+ overflow: auto;
2894
+ width: 100%;
2895
+ }
2896
+
2897
+ & .e-sort-listwrapper {
2898
+ padding-left: 2px;
2899
+ }
2900
+
2901
+ & .e-sort-listwrapper .text {
2902
+ font-size: 12px;
2903
+ padding: 10px 0 5px;
2904
+ }
2905
+
2906
+ & .e-list-sort {
2907
+ height: 100%;
2908
+ }
2909
+
2910
+ & .e-sort-row {
2911
+ align-items: center;
2912
+ display: flex;
2913
+ padding: 5px 0 10px;
2914
+ }
2915
+
2916
+ & .e-sort-error,
2917
+ & .e-sort-header,
2918
+ & .e-sort-casecheckbox,
2919
+ & .e-sort-listsection {
2920
+ padding-left: $dlg-content-padding;
2921
+ padding-right: $dlg-content-padding;
2922
+ }
2923
+
2924
+ & .e-sort-error {
2925
+ bottom: 0;
2926
+ display: none;
2927
+ font-size: 12px;
2928
+ height: 20px;
2929
+ line-height: 20px;
2930
+ position: absolute;
2931
+ width: 100%;
2932
+ }
2933
+
2934
+ & .e-sort-template {
2935
+ border: 0;
2936
+
2937
+ & .e-list-item {
2938
+ height: auto;
2939
+ line-height: unset;
2940
+
2941
+ &:not(:first-child) {
2942
+ padding: 5px 0 0;
2943
+ }
2944
+
2945
+ &:first-child {
2946
+ padding: 0;
2947
+ }
2948
+ }
2949
+
2950
+ & .e-content {
2951
+ height: 100%;
2952
+ overflow: auto;
2953
+ }
2954
+ }
2955
+
2956
+ & .e-sort-field {
2957
+ width: auto;
2958
+ }
2959
+
2960
+ & .e-radio-wrapper {
2961
+ margin-left: 16px;
2962
+ }
2963
+
2964
+ & li:first-of-type .e-sort-delete {
2965
+ display: none;
2966
+ }
2967
+
2968
+ & .e-sort-delete {
2969
+ border-left-style: solid;
2970
+ border-left-width: 1px;
2971
+ line-height: 32px;
2972
+ margin-left: auto;
2973
+ margin-right: 5px;
2974
+ padding-left: 22px;
2975
+ vertical-align: middle;
2976
+
2977
+ &::before {
2978
+ cursor: pointer;
2979
+ }
2980
+ }
2981
+ }
2982
+ }