@syncfusion/ej2-layouts 21.2.6 → 22.1.34

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 (57) hide show
  1. package/.eslintrc.json +1 -0
  2. package/CHANGELOG.md +16 -0
  3. package/dist/ej2-layouts.min.js +2 -2
  4. package/dist/ej2-layouts.umd.min.js +2 -2
  5. package/dist/ej2-layouts.umd.min.js.map +1 -1
  6. package/dist/es6/ej2-layouts.es2015.js +30 -17
  7. package/dist/es6/ej2-layouts.es2015.js.map +1 -1
  8. package/dist/es6/ej2-layouts.es5.js +30 -17
  9. package/dist/es6/ej2-layouts.es5.js.map +1 -1
  10. package/dist/global/ej2-layouts.min.js +2 -2
  11. package/dist/global/ej2-layouts.min.js.map +1 -1
  12. package/dist/global/index.d.ts +1 -1
  13. package/package.json +6 -6
  14. package/src/dashboard-layout/dashboard-layout-model.d.ts +5 -3
  15. package/src/dashboard-layout/dashboard-layout.d.ts +6 -4
  16. package/src/dashboard-layout/dashboard-layout.js +27 -17
  17. package/src/splitter/splitter.js +3 -0
  18. package/styles/avatar/_material3-dark-definition.scss +1 -0
  19. package/styles/avatar/_material3-definition.scss +26 -0
  20. package/styles/avatar/material3-dark.css +114 -0
  21. package/styles/avatar/material3-dark.scss +4 -0
  22. package/styles/avatar/material3.css +170 -0
  23. package/styles/avatar/material3.scss +4 -0
  24. package/styles/bootstrap4.css +3 -2
  25. package/styles/card/_bootstrap4-definition.scss +3 -2
  26. package/styles/card/_layout.scss +2 -2
  27. package/styles/card/_material3-dark-definition.scss +1 -0
  28. package/styles/card/_material3-definition.scss +125 -0
  29. package/styles/card/bootstrap4.css +3 -2
  30. package/styles/card/fabric.css +1 -1
  31. package/styles/card/highcontrast.css +1 -1
  32. package/styles/card/material3-dark.css +567 -0
  33. package/styles/card/material3-dark.scss +4 -0
  34. package/styles/card/material3.css +623 -0
  35. package/styles/card/material3.scss +4 -0
  36. package/styles/dashboard-layout/_layout.scss +1 -1
  37. package/styles/dashboard-layout/_material3-dark-definition.scss +1 -0
  38. package/styles/dashboard-layout/_material3-definition.scss +108 -0
  39. package/styles/dashboard-layout/_theme.scss +1 -1
  40. package/styles/dashboard-layout/icons/_material3-dark.scss +1 -0
  41. package/styles/dashboard-layout/material3-dark.css +357 -0
  42. package/styles/dashboard-layout/material3-dark.scss +5 -0
  43. package/styles/dashboard-layout/material3.css +413 -0
  44. package/styles/dashboard-layout/material3.scss +5 -0
  45. package/styles/fabric.css +1 -1
  46. package/styles/highcontrast.css +1 -1
  47. package/styles/material3-dark.css +1414 -0
  48. package/styles/material3-dark.scss +6 -0
  49. package/styles/material3.css +1470 -0
  50. package/styles/material3.scss +6 -0
  51. package/styles/splitter/_material3-dark-definition.scss +1 -0
  52. package/styles/splitter/_material3-definition.scss +31 -0
  53. package/styles/splitter/icons/_material3-dark.scss +1 -0
  54. package/styles/splitter/material3-dark.css +543 -0
  55. package/styles/splitter/material3-dark.scss +5 -0
  56. package/styles/splitter/material3.css +599 -0
  57. package/styles/splitter/material3.scss +5 -0
@@ -0,0 +1,1414 @@
1
+ @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
2
+ :root {
3
+ --color-sf-black: 0, 0, 0;
4
+ --color-sf-white: 255, 255, 255;
5
+ --color-sf-primary: 208, 188, 255;
6
+ --color-sf-primary-container: 79, 55, 139;
7
+ --color-sf-secondary: 204, 194, 220;
8
+ --color-sf-secondary-container: 74, 68, 88;
9
+ --color-sf-tertiary: 239, 184, 200;
10
+ --color-sf-tertiary-container: 99, 59, 72;
11
+ --color-sf-surface: 28, 27, 31;
12
+ --color-sf-surface-variant: 73, 69, 79;
13
+ --color-sf-background: var(--color-sf-surface);
14
+ --color-sf-on-primary: 55, 30, 115;
15
+ --color-sf-on-primary-container: 234, 221, 255;
16
+ --color-sf-on-secondary: 51, 45, 65;
17
+ --color-sf-on-secondary-container: 232, 222, 248;
18
+ --color-sf-on-tertiary: 73, 37, 50;
19
+ --color-sf-on-tertiary-containe: 255, 216, 228;
20
+ --color-sf-on-surface: 230, 225, 229;
21
+ --color-sf-on-surface-variant: 202, 196, 208;
22
+ --color-sf-on-background: 230, 225, 229;
23
+ --color-sf-outline: 147, 143, 153;
24
+ --color-sf-outline-variant: 68, 71, 70;
25
+ --color-sf-shadow: 0, 0, 0;
26
+ --color-sf-surface-tint-color: 208, 188, 255;
27
+ --color-sf-inverse-surface: 230, 225, 229;
28
+ --color-sf-inverse-on-surface: 49, 48, 51;
29
+ --color-sf-inverse-primary: 103, 80, 164;
30
+ --color-sf-scrim: 0, 0, 0;
31
+ --color-sf-error: 242, 184, 181;
32
+ --color-sf-error-container: 140, 29, 24;
33
+ --color-sf-on-error: 96, 20, 16;
34
+ --color-sf-on-error-container: 249, 222, 220;
35
+ --color-sf-success: 83, 202, 23;
36
+ --color-sf-success-container: 22, 62, 2;
37
+ --color-sf-on-success: 13, 39, 0;
38
+ --color-sf-on-success-container: 183, 250, 150;
39
+ --color-sf-info: 71, 172, 251;
40
+ --color-sf-info-container: 0, 67, 120;
41
+ --color-sf-on-info: 0, 51, 91;
42
+ --color-sf-on-info-container: 173, 219, 255;
43
+ --color-sf-warning: 245, 180, 130;
44
+ --color-sf-warning-container: 123, 65, 0;
45
+ --color-sf-on-warning: 99, 52, 0;
46
+ --color-sf-on-warning-container: 255, 220, 193;
47
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
48
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
49
+ --color-sf-success-text: 0, 0, 0;
50
+ --color-sf-warning-text: 0, 0, 0;
51
+ --color-sf-info-text: 0, 0, 0;
52
+ --color-sf-danger-text: 0, 0, 0;
53
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
54
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
55
+ }
56
+
57
+ .e-avatar {
58
+ -ms-flex-line-pack: center;
59
+ align-content: center;
60
+ -ms-flex-align: center;
61
+ align-items: center;
62
+ background-color: rgba(var(--color-sf-primary-container));
63
+ background-position: center;
64
+ background-repeat: no-repeat;
65
+ background-size: cover;
66
+ border-radius: 4px;
67
+ color: rgba(var(--color-sf-on-primary-container));
68
+ display: -ms-inline-flexbox;
69
+ display: inline-flex;
70
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
71
+ font-size: 20px;
72
+ font-weight: 500;
73
+ height: 40px;
74
+ -ms-flex-pack: center;
75
+ justify-content: center;
76
+ overflow: hidden;
77
+ position: relative;
78
+ width: 40px;
79
+ line-height: 20px;
80
+ }
81
+ .e-avatar img {
82
+ height: 100%;
83
+ width: auto;
84
+ }
85
+ .e-avatar.e-avatar-circle {
86
+ border-radius: 50%;
87
+ }
88
+ .e-avatar.e-avatar-circle.e-avatar-large, .e-avatar.e-avatar-circle.e-avatar-xlarge {
89
+ border-radius: 50%;
90
+ }
91
+ .e-avatar.e-avatar-xsmall {
92
+ font-size: 14px;
93
+ height: 24px;
94
+ line-height: 14px;
95
+ width: 24px;
96
+ }
97
+ .e-avatar.e-avatar-small {
98
+ font-size: 18px;
99
+ height: 32px;
100
+ line-height: 18px;
101
+ width: 32px;
102
+ }
103
+ .e-avatar.e-avatar-large {
104
+ font-size: 26px;
105
+ height: 48px;
106
+ line-height: 26px;
107
+ width: 48px;
108
+ }
109
+ .e-avatar.e-avatar-xlarge {
110
+ font-size: 30px;
111
+ height: 56px;
112
+ line-height: 30px;
113
+ width: 56px;
114
+ }
115
+
116
+ /*! card layout */
117
+ .e-bigger .e-card,
118
+ .e-bigger.e-card {
119
+ line-height: 48px;
120
+ min-height: 48px;
121
+ }
122
+ .e-bigger .e-card > .e-card-header-title,
123
+ .e-bigger.e-card > .e-card-header-title {
124
+ line-height: 1.5;
125
+ padding: 16px;
126
+ }
127
+ .e-bigger .e-card > .e-card-header-title + :not(.e-card-header-title),
128
+ .e-bigger.e-card > .e-card-header-title + :not(.e-card-header-title) {
129
+ margin-top: 0;
130
+ padding-top: 0;
131
+ }
132
+ .e-bigger .e-card > .e-card-title,
133
+ .e-bigger.e-card > .e-card-title {
134
+ line-height: 1.5;
135
+ padding: 16px;
136
+ }
137
+ .e-bigger .e-card > .e-card-title + :not(.e-card-title),
138
+ .e-bigger.e-card > .e-card-title + :not(.e-card-title) {
139
+ margin-top: 0;
140
+ padding-top: 0;
141
+ }
142
+ .e-bigger .e-card.e-card-horizontal .e-card-image,
143
+ .e-bigger .e-card.e-card-horizontal img,
144
+ .e-bigger .e-card .e-card-horizontal .e-card-image,
145
+ .e-bigger .e-card .e-card-horizontal img,
146
+ .e-bigger.e-card.e-card-horizontal .e-card-image,
147
+ .e-bigger.e-card.e-card-horizontal img,
148
+ .e-bigger.e-card .e-card-horizontal .e-card-image,
149
+ .e-bigger.e-card .e-card-horizontal img {
150
+ margin: 2px;
151
+ }
152
+ .e-bigger .e-card .e-card-header,
153
+ .e-bigger.e-card .e-card-header {
154
+ min-height: 30px;
155
+ padding: 16px;
156
+ }
157
+ .e-bigger .e-card .e-card-header .e-card-content,
158
+ .e-bigger.e-card .e-card-header .e-card-content {
159
+ padding-left: 0;
160
+ padding-right: 0;
161
+ }
162
+ .e-bigger .e-card .e-card-header .e-card-header-caption,
163
+ .e-bigger.e-card .e-card-header .e-card-header-caption {
164
+ padding: 0 0 0 16px;
165
+ }
166
+ .e-bigger .e-card .e-card-header .e-card-header-caption:first-child,
167
+ .e-bigger.e-card .e-card-header .e-card-header-caption:first-child {
168
+ padding: 0;
169
+ }
170
+ .e-bigger .e-card .e-card-header .e-card-header-caption .e-card-header-title,
171
+ .e-bigger.e-card .e-card-header .e-card-header-caption .e-card-header-title {
172
+ font-size: 16px;
173
+ line-height: 1.5;
174
+ }
175
+ .e-bigger .e-card .e-card-header .e-card-header-caption .e-card-sub-title,
176
+ .e-bigger.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
177
+ font-size: 14px;
178
+ line-height: 1.5;
179
+ padding: 8px 0 0;
180
+ }
181
+ .e-bigger .e-card .e-card-header .e-card-header-image,
182
+ .e-bigger.e-card .e-card-header .e-card-header-image {
183
+ background-size: cover;
184
+ height: 60px;
185
+ width: 55px;
186
+ }
187
+ .e-bigger .e-card .e-card-image,
188
+ .e-bigger.e-card .e-card-image {
189
+ min-height: 150px;
190
+ }
191
+ .e-bigger .e-card .e-card-image .e-card-title,
192
+ .e-bigger.e-card .e-card-image .e-card-title {
193
+ font-size: 16px;
194
+ line-height: 1.25;
195
+ min-height: 40px;
196
+ padding: 12px 16px;
197
+ }
198
+ .e-bigger .e-card .e-card-actions,
199
+ .e-bigger.e-card .e-card-actions {
200
+ padding: 16px;
201
+ }
202
+ .e-bigger .e-card .e-card-actions.e-card-vertical,
203
+ .e-bigger.e-card .e-card-actions.e-card-vertical {
204
+ padding: 16px 20px;
205
+ }
206
+ .e-bigger .e-card .e-card-actions.e-card-vertical .e-card-btn,
207
+ .e-bigger .e-card .e-card-actions.e-card-vertical a,
208
+ .e-bigger.e-card .e-card-actions.e-card-vertical .e-card-btn,
209
+ .e-bigger.e-card .e-card-actions.e-card-vertical a {
210
+ margin: 0 0 7px 0;
211
+ }
212
+ .e-bigger .e-card .e-card-actions.e-card-vertical .e-card-btn:last-child,
213
+ .e-bigger .e-card .e-card-actions.e-card-vertical a:last-child,
214
+ .e-bigger.e-card .e-card-actions.e-card-vertical .e-card-btn:last-child,
215
+ .e-bigger.e-card .e-card-actions.e-card-vertical a:last-child {
216
+ margin-bottom: 0;
217
+ }
218
+ .e-bigger .e-card .e-card-actions .e-card-btn span,
219
+ .e-bigger .e-card .e-card-actions .e-card-btn span.e-icons,
220
+ .e-bigger.e-card .e-card-actions .e-card-btn span,
221
+ .e-bigger.e-card .e-card-actions .e-card-btn span.e-icons {
222
+ height: 24px;
223
+ width: 24px;
224
+ }
225
+ .e-bigger .e-card .e-card-actions .e-card-btn,
226
+ .e-bigger .e-card .e-card-actions a,
227
+ .e-bigger.e-card .e-card-actions .e-card-btn,
228
+ .e-bigger.e-card .e-card-actions a {
229
+ line-height: 38px;
230
+ margin: 0 0 0 13px;
231
+ min-height: 38px;
232
+ padding: 0 8px;
233
+ }
234
+ .e-bigger .e-card .e-card-actions .e-card-btn:first-child,
235
+ .e-bigger .e-card .e-card-actions a:first-child,
236
+ .e-bigger.e-card .e-card-actions .e-card-btn:first-child,
237
+ .e-bigger.e-card .e-card-actions a:first-child {
238
+ margin-left: 0;
239
+ }
240
+ .e-bigger .e-card .e-card-content,
241
+ .e-bigger.e-card .e-card-content {
242
+ padding: 16px;
243
+ }
244
+ .e-bigger .e-card .e-card-content + :not(.e-card-content),
245
+ .e-bigger .e-card .e-card-content + .e-card-actions.e-card-vertical,
246
+ .e-bigger.e-card .e-card-content + :not(.e-card-content),
247
+ .e-bigger.e-card .e-card-content + .e-card-actions.e-card-vertical {
248
+ margin-top: 0;
249
+ padding-top: 0;
250
+ }
251
+
252
+ .e-card {
253
+ border-radius: 12px;
254
+ box-sizing: border-box;
255
+ display: -ms-flexbox;
256
+ display: flex;
257
+ -ms-flex-direction: column;
258
+ flex-direction: column;
259
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
260
+ font-size: 15px;
261
+ -ms-flex-pack: center;
262
+ justify-content: center;
263
+ line-height: 36px;
264
+ min-height: 36px;
265
+ overflow: hidden;
266
+ position: relative;
267
+ text-overflow: ellipsis;
268
+ vertical-align: middle;
269
+ width: 100%;
270
+ }
271
+ .e-card > * {
272
+ -ms-flex-pack: center;
273
+ justify-content: center;
274
+ }
275
+ .e-card > .e-card-header-title {
276
+ box-sizing: border-box;
277
+ font-size: 14px;
278
+ line-height: 1.375;
279
+ padding: 12px;
280
+ }
281
+ .e-card > .e-card-header-title + :not(.e-card-header-title) {
282
+ margin-top: 0;
283
+ padding-top: 0;
284
+ }
285
+ .e-card > .e-card-title {
286
+ font-size: 14px;
287
+ line-height: 1.5;
288
+ padding: 12px;
289
+ }
290
+ .e-card > .e-card-title + :not(.e-card-title) {
291
+ margin-top: 0;
292
+ padding-top: 0;
293
+ }
294
+ .e-card > .e-card-header-title,
295
+ .e-card > .e-card-title {
296
+ overflow: hidden;
297
+ text-overflow: ellipsis;
298
+ }
299
+ .e-card .e-card-header-caption {
300
+ line-height: normal;
301
+ }
302
+ .e-card .e-card-header-caption .e-card-header-title {
303
+ font-size: 14px;
304
+ }
305
+ .e-card .e-card-header-caption .e-card-sub-title {
306
+ font-size: 12px;
307
+ }
308
+ .e-card .e-card-stacked {
309
+ display: -ms-flexbox;
310
+ display: flex;
311
+ -ms-flex-direction: column;
312
+ flex-direction: column;
313
+ -ms-flex-pack: center;
314
+ justify-content: center;
315
+ overflow: hidden;
316
+ }
317
+ .e-card.e-card-horizontal,
318
+ .e-card .e-card-horizontal {
319
+ display: -ms-flexbox;
320
+ display: flex;
321
+ -ms-flex-direction: row;
322
+ flex-direction: row;
323
+ -ms-flex-pack: center;
324
+ justify-content: center;
325
+ }
326
+ .e-card.e-card-horizontal .e-card-image,
327
+ .e-card.e-card-horizontal img,
328
+ .e-card .e-card-horizontal .e-card-image,
329
+ .e-card .e-card-horizontal img {
330
+ margin: 2px;
331
+ }
332
+ .e-card .e-card-horizontal {
333
+ line-height: normal;
334
+ padding: 2px;
335
+ }
336
+ .e-card.e-card-horizontal > * {
337
+ -ms-flex: 1;
338
+ flex: 1;
339
+ }
340
+ .e-card.e-card-horizontal .e-card-stacked {
341
+ display: -ms-flexbox;
342
+ display: flex;
343
+ -ms-flex: 1;
344
+ flex: 1;
345
+ -ms-flex-direction: column;
346
+ flex-direction: column;
347
+ overflow: hidden;
348
+ }
349
+ .e-card.e-card-horizontal .e-card-stacked > :first-child {
350
+ -ms-flex-positive: 1;
351
+ flex-grow: 1;
352
+ }
353
+ .e-card .e-card-separator {
354
+ display: block;
355
+ }
356
+ .e-card .e-card-corner {
357
+ border-radius: 50%;
358
+ }
359
+ .e-card .e-card-header {
360
+ box-sizing: border-box;
361
+ display: -ms-flexbox;
362
+ display: flex;
363
+ -ms-flex-direction: row;
364
+ flex-direction: row;
365
+ -ms-flex-pack: center;
366
+ justify-content: center;
367
+ line-height: normal;
368
+ min-height: 22.5px;
369
+ padding: 12px;
370
+ width: inherit;
371
+ }
372
+ .e-card .e-card-header .e-card-content {
373
+ padding-left: 0;
374
+ padding-right: 0;
375
+ }
376
+ .e-card .e-card-header .e-card-actions {
377
+ -ms-flex-pack: start;
378
+ justify-content: flex-start;
379
+ }
380
+ .e-card .e-card-header .e-card-header-image {
381
+ -ms-flex-item-align: center;
382
+ align-self: center;
383
+ display: -ms-flexbox;
384
+ display: flex;
385
+ }
386
+ .e-card .e-card-header .e-card-header-caption {
387
+ -ms-flex-item-align: center;
388
+ align-self: center;
389
+ display: -ms-flexbox;
390
+ display: flex;
391
+ -ms-flex: 1;
392
+ flex: 1;
393
+ -ms-flex-direction: column;
394
+ flex-direction: column;
395
+ overflow: hidden;
396
+ padding: 0 0 0 12px;
397
+ }
398
+ .e-card .e-card-header .e-card-header-caption:first-child {
399
+ padding: 0;
400
+ }
401
+ .e-card .e-card-header .e-card-header-caption .e-card-header-title,
402
+ .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
403
+ display: inline-block;
404
+ overflow: hidden;
405
+ text-overflow: ellipsis;
406
+ white-space: nowrap;
407
+ }
408
+ .e-card .e-card-header .e-card-header-caption .e-card-header-title {
409
+ font-size: 14px;
410
+ font-weight: normal;
411
+ line-height: 1.5;
412
+ }
413
+ .e-card .e-card-header .e-card-header-caption .e-card-sub-title {
414
+ font-size: 12px;
415
+ font-weight: normal;
416
+ line-height: 1.5;
417
+ padding: 4px 0 0;
418
+ }
419
+ .e-card .e-card-header .e-card-header-image {
420
+ background-repeat: no-repeat;
421
+ background-size: cover;
422
+ height: 50px;
423
+ width: 52px;
424
+ }
425
+ .e-card .e-card-header .e-card-corner {
426
+ border-radius: 50%;
427
+ }
428
+ .e-card .e-card-image {
429
+ background-size: cover;
430
+ min-height: 112.5px;
431
+ position: relative;
432
+ width: 100%;
433
+ }
434
+ .e-card .e-card-image .e-card-title {
435
+ bottom: 0;
436
+ box-sizing: border-box;
437
+ font-size: 14px;
438
+ line-height: 30px;
439
+ min-height: 30px;
440
+ overflow: hidden;
441
+ padding: 12px 16px;
442
+ position: absolute;
443
+ text-overflow: ellipsis;
444
+ width: inherit;
445
+ }
446
+ .e-card .e-card-image .e-card-title.e-card-top-left, .e-card .e-card-image .e-card-title.e-card-top-right {
447
+ bottom: auto;
448
+ top: 0;
449
+ }
450
+ .e-card .e-card-image .e-card-title.e-card-top-right {
451
+ text-align: right;
452
+ }
453
+ .e-card .e-card-image .e-card-title.e-card-bottom-right {
454
+ text-align: right;
455
+ }
456
+ .e-card .e-card-actions {
457
+ box-sizing: border-box;
458
+ display: inline-block;
459
+ -ms-flex-pack: start;
460
+ justify-content: flex-start;
461
+ padding: 12px;
462
+ }
463
+ .e-card .e-card-actions.e-card-vertical {
464
+ display: -ms-flexbox;
465
+ display: flex;
466
+ -ms-flex-direction: column;
467
+ flex-direction: column;
468
+ padding: 12px;
469
+ }
470
+ .e-card .e-card-actions.e-card-vertical .e-card-btn,
471
+ .e-card .e-card-actions.e-card-vertical a {
472
+ -ms-flex-item-align: initial;
473
+ -ms-grid-row-align: initial;
474
+ align-self: initial;
475
+ box-sizing: border-box;
476
+ display: inline-block;
477
+ -ms-flex-pack: center;
478
+ justify-content: center;
479
+ margin: 0 0 0 8px;
480
+ text-align: center;
481
+ width: 100%;
482
+ }
483
+ .e-card .e-card-actions.e-card-vertical .e-card-btn:last-child,
484
+ .e-card .e-card-actions.e-card-vertical a:last-child {
485
+ margin-bottom: 0;
486
+ }
487
+ .e-card .e-card-actions button,
488
+ .e-card .e-card-actions a {
489
+ -ms-flex-align: center;
490
+ align-items: center;
491
+ -ms-flex-item-align: center;
492
+ align-self: center;
493
+ cursor: pointer;
494
+ display: -ms-inline-flexbox;
495
+ display: inline-flex;
496
+ overflow: hidden;
497
+ vertical-align: middle;
498
+ white-space: nowrap;
499
+ }
500
+ .e-card .e-card-actions .e-card-btn span,
501
+ .e-card .e-card-actions .e-card-btn span.e-icons {
502
+ display: -ms-flexbox;
503
+ display: flex;
504
+ font-size: 12px;
505
+ height: 24px;
506
+ width: 24px;
507
+ }
508
+ .e-card .e-card-actions .e-card-btn span::before,
509
+ .e-card .e-card-actions .e-card-btn span.e-icons::before {
510
+ -ms-flex-item-align: center;
511
+ align-self: center;
512
+ display: -ms-flexbox;
513
+ display: flex;
514
+ -ms-flex-pack: center;
515
+ justify-content: center;
516
+ width: inherit;
517
+ }
518
+ .e-card .e-card-actions .e-card-btn > * {
519
+ overflow: hidden;
520
+ text-overflow: ellipsis;
521
+ width: inherit;
522
+ }
523
+ .e-card .e-card-actions .e-card-btn,
524
+ .e-card .e-card-actions a {
525
+ border-radius: 2px;
526
+ }
527
+ .e-card .e-card-actions .e-card-btn,
528
+ .e-card .e-card-actions a {
529
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
530
+ font-size: 12px;
531
+ line-height: 30px;
532
+ margin: 0 0 0 8px;
533
+ min-height: 30px;
534
+ padding: 0 6px;
535
+ text-decoration: none;
536
+ text-transform: none;
537
+ }
538
+ .e-card .e-card-actions .e-card-btn:first-child,
539
+ .e-card .e-card-actions a:first-child {
540
+ margin-left: 0;
541
+ }
542
+ .e-card .e-card-content {
543
+ font-size: 14px;
544
+ line-height: 1.5;
545
+ padding: 12px;
546
+ word-wrap: break-word;
547
+ }
548
+ .e-card .e-card-content + :not(.e-card-content),
549
+ .e-card .e-card-content + .e-card-actions.e-card-vertical {
550
+ margin-top: 0;
551
+ padding-top: 0;
552
+ }
553
+ .e-card .e-card-content,
554
+ .e-card .e-card-content p {
555
+ line-height: 1.5;
556
+ overflow: hidden;
557
+ text-overflow: ellipsis;
558
+ }
559
+
560
+ /*! card theme */
561
+ /* stylelint-disable property-no-vendor-prefix */
562
+ .e-card {
563
+ -webkit-tap-highlight-color: rgba(var(--color-sf-primary));
564
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
565
+ border: none none none;
566
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
567
+ color: rgba(var(--color-sf-on-surface));
568
+ outline: none;
569
+ }
570
+ .e-card:hover {
571
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
572
+ border-color: rgba(var(--color-sf-on-surface), 0.38);
573
+ }
574
+ .e-card:focus {
575
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
576
+ border-color: rgba(var(--color-sf-outline-variant));
577
+ }
578
+ .e-card:active {
579
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
580
+ border-color: rgba(var(--color-sf-primary));
581
+ }
582
+ .e-card .e-card-separator {
583
+ border-bottom: 1px solid rgba(var(--color-sf-outline-variant));
584
+ }
585
+ .e-card .e-card-header-caption .e-card-header-title {
586
+ color: rgba(var(--color-sf-on-surface));
587
+ }
588
+ .e-card .e-card-header-caption .e-card-sub-title {
589
+ color: rgba(var(--color-sf-on-surface));
590
+ }
591
+ .e-card .e-card-image .e-card-title {
592
+ background-color: rgba(var(--color-sf-scrim), 0.5);
593
+ color: rgba(var(--color-sf-white));
594
+ }
595
+ .e-card .e-card-actions .e-card-btn span,
596
+ .e-card .e-card-actions .e-card-btn span.e-icons {
597
+ color: rgba(var(--color-sf-primary));
598
+ }
599
+ .e-card .e-card-actions .e-card-btn,
600
+ .e-card .e-card-actions a {
601
+ background-color: rgba(var(--color-sf-primary));
602
+ border: 1px solid rgba(var(--color-sf-primary));
603
+ color: rgba(var(--color-sf-on-primary));
604
+ outline: 0;
605
+ }
606
+ .e-card .e-card-actions .e-card-btn:hover,
607
+ .e-card .e-card-actions a:hover {
608
+ background-color: rgba(var(--color-sf-primary));
609
+ border: 1px solid linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08));
610
+ color: rgba(var(--color-sf-on-primary));
611
+ }
612
+ .e-card .e-card-actions .e-card-btn:focus,
613
+ .e-card .e-card-actions a:focus {
614
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08)), rgba(var(--color-sf-surface));
615
+ border: 1px solid;
616
+ color: var(--color-sf-on-surface);
617
+ }
618
+ .e-card .e-card-actions .e-card-btn:active,
619
+ .e-card .e-card-actions a:active {
620
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
621
+ border: 1px solid linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12));
622
+ color: rgba(var(--color-sf-on-surface));
623
+ }
624
+ .e-card .e-card-content {
625
+ color: rgba(var(--color-sf-on-surface));
626
+ }
627
+
628
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler::before {
629
+ content: "\e7e3";
630
+ font-family: "e-icons";
631
+ font-size: 14px;
632
+ }
633
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler::before {
634
+ content: "\e7fd";
635
+ font-family: "e-icons";
636
+ font-size: 14px;
637
+ }
638
+
639
+ .e-bigger .e-splitter .e-split-bar .e-resize-handler::before {
640
+ font-size: 16px;
641
+ }
642
+ .e-bigger.e-splitter .e-split-bar .e-resize-handler::before {
643
+ font-size: 16px;
644
+ }
645
+
646
+ .e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical {
647
+ border-width: 1px;
648
+ display: -ms-flexbox;
649
+ display: flex;
650
+ overflow: hidden;
651
+ position: relative;
652
+ -ms-touch-action: none;
653
+ touch-action: none;
654
+ width: 100%;
655
+ }
656
+ .e-splitter.e-splitter-horizontal .e-pane, .e-splitter.e-splitter-vertical .e-pane {
657
+ -ms-flex: 1 1 auto;
658
+ flex: 1 1 auto;
659
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
660
+ font-size: 14px;
661
+ font-weight: 400;
662
+ }
663
+ .e-splitter.e-splitter-horizontal .e-pane.e-scrollable, .e-splitter.e-splitter-vertical .e-pane.e-scrollable {
664
+ overflow: auto;
665
+ }
666
+ .e-splitter.e-splitter-horizontal .e-pane.e-static-pane, .e-splitter.e-splitter-vertical .e-pane.e-static-pane {
667
+ -ms-flex-positive: 0;
668
+ flex-grow: 0;
669
+ -ms-flex-negative: 0;
670
+ flex-shrink: 0;
671
+ }
672
+ .e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal {
673
+ overflow: auto;
674
+ }
675
+ .e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal.e-pane-hidden, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal.e-pane-hidden {
676
+ -ms-flex-preferred-size: 0 !important;
677
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
678
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
679
+ }
680
+ .e-splitter.e-splitter-horizontal {
681
+ -ms-flex-direction: row;
682
+ flex-direction: row;
683
+ }
684
+ .e-splitter.e-splitter-horizontal.e-pane.e-scrollable {
685
+ overflow: hidden;
686
+ }
687
+ .e-splitter.e-splitter-horizontal.e-rtl {
688
+ -ms-flex-direction: row-reverse;
689
+ flex-direction: row-reverse;
690
+ }
691
+ .e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal {
692
+ -ms-flex-direction: row-reverse;
693
+ flex-direction: row-reverse;
694
+ }
695
+ .e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::before,
696
+ .e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::after {
697
+ right: auto;
698
+ }
699
+ .e-splitter.e-splitter-vertical {
700
+ -ms-flex-direction: column;
701
+ flex-direction: column;
702
+ }
703
+ .e-splitter.e-splitter-vertical.e-pane.e-scrollable {
704
+ overflow: hidden;
705
+ }
706
+ .e-splitter.e-splitter-vertical .e-pane-vertical {
707
+ overflow: auto;
708
+ }
709
+ .e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
710
+ -ms-flex-preferred-size: 0 !important;
711
+ flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
712
+ overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
713
+ }
714
+ .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
715
+ .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
716
+ right: auto;
717
+ }
718
+ .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
719
+ border-radius: 50%;
720
+ bottom: 20px;
721
+ right: 22px;
722
+ }
723
+ .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down {
724
+ border-radius: 50%;
725
+ left: 22px;
726
+ right: auto;
727
+ top: 20px;
728
+ }
729
+ .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
730
+ right: auto;
731
+ }
732
+ .e-splitter .e-split-bar.e-split-bar-horizontal {
733
+ -ms-flex-align: center;
734
+ align-items: center;
735
+ display: -ms-flexbox;
736
+ display: flex;
737
+ -ms-flex: 0 0 auto;
738
+ flex: 0 0 auto;
739
+ -ms-flex-pack: center;
740
+ justify-content: center;
741
+ min-width: 1px;
742
+ z-index: 15;
743
+ }
744
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-icon-hidden {
745
+ visibility: hidden;
746
+ }
747
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar {
748
+ cursor: col-resize;
749
+ }
750
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar::after {
751
+ content: "";
752
+ cursor: col-resize;
753
+ display: block;
754
+ height: 100%;
755
+ position: absolute;
756
+ width: 16px;
757
+ z-index: 10;
758
+ }
759
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
760
+ -ms-flex-align: center;
761
+ align-items: center;
762
+ display: -ms-flexbox;
763
+ display: flex;
764
+ height: 18px;
765
+ -ms-flex-pack: center;
766
+ justify-content: center;
767
+ position: relative;
768
+ width: 1px;
769
+ }
770
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler.e-hide-handler {
771
+ visibility: hidden;
772
+ }
773
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::before,
774
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::after {
775
+ left: 8px;
776
+ right: 3px;
777
+ }
778
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow {
779
+ border-image: none;
780
+ border-width: 1px;
781
+ cursor: pointer;
782
+ display: -ms-flexbox;
783
+ display: flex;
784
+ height: 26px;
785
+ padding: 1px 12px;
786
+ position: relative;
787
+ }
788
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::after {
789
+ border-radius: 16px;
790
+ content: "";
791
+ height: 8px;
792
+ position: absolute;
793
+ transform: rotate(0deg);
794
+ width: 2px;
795
+ }
796
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::before {
797
+ top: 5px;
798
+ transform-origin: 1px 7px 0;
799
+ }
800
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::after {
801
+ top: 11px;
802
+ transform-origin: 1px 1px 0;
803
+ }
804
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right) {
805
+ border-radius: 50%;
806
+ right: 5px;
807
+ }
808
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right {
809
+ border-radius: 50%;
810
+ left: 5px;
811
+ }
812
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right::before, .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right::after {
813
+ right: 8px;
814
+ }
815
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-last-bar:not(.e-resizable-split-bar) {
816
+ margin: 0 3px;
817
+ }
818
+ .e-splitter .e-split-bar.e-split-bar-horizontal:not(.e-resizable-split-bar) {
819
+ margin: 0 0 0 3px;
820
+ }
821
+ .e-splitter .e-split-bar.e-split-bar-vertical {
822
+ -ms-flex-align: center;
823
+ align-items: center;
824
+ border-left: none;
825
+ border-right: none;
826
+ display: -ms-flexbox;
827
+ display: flex;
828
+ -ms-flex: 0 0 auto;
829
+ flex: 0 0 auto;
830
+ -ms-flex-pack: center;
831
+ justify-content: center;
832
+ min-height: 1px;
833
+ }
834
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-icon-hidden {
835
+ visibility: hidden;
836
+ }
837
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-resizable-split-bar {
838
+ cursor: row-resize;
839
+ }
840
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-resizable-split-bar::after {
841
+ content: "";
842
+ cursor: row-resize;
843
+ display: block;
844
+ height: 16px;
845
+ position: absolute;
846
+ width: 100%;
847
+ z-index: 12;
848
+ }
849
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
850
+ -ms-flex-align: center;
851
+ align-items: center;
852
+ display: -ms-flexbox;
853
+ display: flex;
854
+ height: 1px;
855
+ -ms-flex-pack: center;
856
+ justify-content: center;
857
+ width: 18px;
858
+ }
859
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler.e-hide-handler {
860
+ visibility: hidden;
861
+ }
862
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
863
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
864
+ left: 10px;
865
+ }
866
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow {
867
+ border-image: none;
868
+ border-width: 0;
869
+ cursor: pointer;
870
+ display: -ms-flexbox;
871
+ display: flex;
872
+ height: 26px;
873
+ padding: 10px 3px 10px 18px;
874
+ position: relative;
875
+ width: 26px;
876
+ }
877
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::after {
878
+ border-radius: 16px;
879
+ content: "";
880
+ height: 8px;
881
+ position: absolute;
882
+ transform: rotate(90deg);
883
+ width: 2px;
884
+ }
885
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before {
886
+ top: 3px;
887
+ transform-origin: 2px 7px 0;
888
+ }
889
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
890
+ left: 11px;
891
+ top: 8px;
892
+ transform-origin: 1px 1px 0;
893
+ }
894
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::before {
895
+ left: 12px;
896
+ top: 8px;
897
+ transform-origin: 1px 6px 0;
898
+ }
899
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
900
+ left: 10px;
901
+ top: 12px;
902
+ transform-origin: 1px 2px 0;
903
+ }
904
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
905
+ border-radius: 50%;
906
+ bottom: 20px;
907
+ left: 22px;
908
+ }
909
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down {
910
+ border-radius: 50%;
911
+ right: 22px;
912
+ top: 20px;
913
+ }
914
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
915
+ right: 10px;
916
+ }
917
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-last-bar:not(.e-resizable-split-bar) {
918
+ margin: 3px 0;
919
+ }
920
+ .e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar) {
921
+ margin: 3px 0 0;
922
+ }
923
+
924
+ .e-bigger.e-splitter .e-pane {
925
+ font-size: 16px;
926
+ }
927
+ .e-bigger.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
928
+ height: 20px;
929
+ }
930
+ .e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
931
+ width: 20px;
932
+ }
933
+ .e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
934
+ .e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
935
+ margin-top: -2px;
936
+ }
937
+ .e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
938
+ margin-top: 2px;
939
+ }
940
+
941
+ .e-rtl .e-splitter.e-splitter-horizontal {
942
+ -ms-flex-direction: row-reverse;
943
+ flex-direction: row-reverse;
944
+ }
945
+
946
+ .e-bigger .e-splitter .e-pane {
947
+ font-size: 16px;
948
+ }
949
+ .e-bigger .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
950
+ height: 20px;
951
+ }
952
+ .e-bigger .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
953
+ width: 20px;
954
+ }
955
+
956
+ .e-content-placeholder.e-splitter.e-placeholder-splitter {
957
+ background-size: 100px 110px;
958
+ min-height: 110px;
959
+ }
960
+
961
+ .e-bigger .e-content-placeholder.e-splitter.e-placeholder-splitter,
962
+ .e-bigger.e-content-placeholder.e-splitter.e-placeholder-splitter {
963
+ background-size: 100px 110px;
964
+ min-height: 110px;
965
+ }
966
+
967
+ .e-splitter.e-ie .e-navigate-arrow.e-arrow-left {
968
+ margin-left: -26px;
969
+ }
970
+
971
+ .e-splitter.e-ie .e-split-bar-horizontal .e-resize-handler {
972
+ -ms-flex-direction: column;
973
+ flex-direction: column;
974
+ }
975
+
976
+ .e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical {
977
+ border: solid 1px rgba(var(--color-sf-outline-variant));
978
+ }
979
+ .e-splitter.e-splitter-horizontal .e-pane, .e-splitter.e-splitter-vertical .e-pane {
980
+ color: rgba(var(--color-sf-on-surface));
981
+ }
982
+ .e-splitter.e-splitter-horizontal .e-pane.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-horizontal .e-pane.e-splitter.e-splitter-vertical, .e-splitter.e-splitter-vertical .e-pane.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical .e-pane.e-splitter.e-splitter-vertical {
983
+ border: transparent;
984
+ }
985
+ .e-splitter .e-split-bar.e-split-bar-horizontal {
986
+ background: rgba(var(--color-sf-outline-variant));
987
+ border-left: none;
988
+ border-right: none;
989
+ }
990
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler {
991
+ background: rgba(var(--color-sf-surface));
992
+ color: rgba(var(--color-sf-on-surface-variant));
993
+ }
994
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden) {
995
+ background-color: transparent;
996
+ border-color: transparent;
997
+ color: transparent;
998
+ transition: background-color 500ms ease-out;
999
+ }
1000
+ .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden)::before, .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-icon-hidden)::after {
1001
+ background-color: rgba(var(--color-sf-primary));
1002
+ opacity: 0;
1003
+ transition-duration: 0.3s;
1004
+ transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
1005
+ }
1006
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active {
1007
+ background: rgba(var(--color-sf-primary));
1008
+ border-left: none;
1009
+ border-right: none;
1010
+ }
1011
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-resize-handler, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler {
1012
+ background: rgba(var(--color-sf-surface));
1013
+ color: rgba(var(--color-sf-primary));
1014
+ }
1015
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-left, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-left, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right {
1016
+ background-color: transparent;
1017
+ border-color: rgba(var(--color-sf-primary));
1018
+ border-width: 1px;
1019
+ opacity: 0.9;
1020
+ }
1021
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-hover .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-active .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active.e-split-bar-hover .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active.e-split-bar-active .e-navigate-arrow::before {
1022
+ background-color: rgba(var(--color-sf-primary));
1023
+ opacity: 1;
1024
+ transform: rotate(40deg);
1025
+ }
1026
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-hover .e-navigate-arrow::after, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-active .e-navigate-arrow::after, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active.e-split-bar-hover .e-navigate-arrow::after, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active.e-split-bar-active .e-navigate-arrow::after {
1027
+ background-color: rgba(var(--color-sf-primary));
1028
+ opacity: 1;
1029
+ transform: rotate(-40deg);
1030
+ }
1031
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right::before, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right::before {
1032
+ background-color: rgba(var(--color-sf-primary));
1033
+ opacity: 1;
1034
+ transform: rotate(-40deg);
1035
+ }
1036
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right::after, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right::after {
1037
+ background-color: rgba(var(--color-sf-primary));
1038
+ opacity: 1;
1039
+ transform: rotate(40deg);
1040
+ }
1041
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active {
1042
+ background: rgba(var(--color-sf-primary));
1043
+ }
1044
+ .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler {
1045
+ background: rgba(var(--color-sf-surface));
1046
+ color: rgba(var(--color-sf-primary));
1047
+ }
1048
+ .e-splitter .e-split-bar.e-split-bar-vertical {
1049
+ background: rgba(var(--color-sf-outline-variant));
1050
+ }
1051
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler {
1052
+ background: rgba(var(--color-sf-surface));
1053
+ color: rgba(var(--color-sf-on-surface-variant));
1054
+ }
1055
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
1056
+ background: rgba(var(--color-sf-primary));
1057
+ border-left: none;
1058
+ border-right: none;
1059
+ }
1060
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down {
1061
+ background-color: transparent;
1062
+ border-color: rgba(var(--color-sf-primary));
1063
+ border-width: 1px;
1064
+ opacity: 0.9;
1065
+ }
1066
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-resize-handler, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler {
1067
+ background: rgba(var(--color-sf-surface));
1068
+ color: rgba(var(--color-sf-primary));
1069
+ }
1070
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up::before, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up::before {
1071
+ background-color: rgba(var(--color-sf-primary));
1072
+ opacity: 1;
1073
+ transform: rotate(125deg);
1074
+ }
1075
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up::after, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up::after {
1076
+ background-color: rgba(var(--color-sf-primary));
1077
+ opacity: 1;
1078
+ transform: rotate(50deg);
1079
+ }
1080
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down::before, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down::before {
1081
+ background-color: rgba(var(--color-sf-primary));
1082
+ opacity: 1;
1083
+ transform: rotate(55deg);
1084
+ }
1085
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down::after, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down::after {
1086
+ background-color: rgba(var(--color-sf-primary));
1087
+ opacity: 1;
1088
+ transform: rotate(125deg);
1089
+ }
1090
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow {
1091
+ background-color: transparent;
1092
+ border-color: transparent;
1093
+ color: transparent;
1094
+ transition: background-color 300ms ease-out;
1095
+ }
1096
+ .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::after {
1097
+ background-color: rgba(var(--color-sf-primary));
1098
+ opacity: 0;
1099
+ transition-duration: 0.3s;
1100
+ transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
1101
+ }
1102
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active {
1103
+ background: rgba(var(--color-sf-primary));
1104
+ }
1105
+ .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler {
1106
+ background: rgba(var(--color-sf-surface));
1107
+ color: rgba(var(--color-sf-primary));
1108
+ }
1109
+ .e-splitter.e-disabled {
1110
+ opacity: 0.4;
1111
+ pointer-events: none;
1112
+ }
1113
+
1114
+ /* stylelint-disable-line no-empty-source */ /*! component's theme wise override material 3 definitions and variables */
1115
+ /* stylelint-disable */
1116
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
1117
+ height: 100%;
1118
+ padding: 20px 0;
1119
+ right: 1px;
1120
+ top: 0;
1121
+ width: 12px;
1122
+ }
1123
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west {
1124
+ height: 100%;
1125
+ left: 0;
1126
+ padding: 20px 0;
1127
+ top: 0;
1128
+ width: 12px;
1129
+ }
1130
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north {
1131
+ height: 12px;
1132
+ padding: 0 20px;
1133
+ top: 1px;
1134
+ width: 100%;
1135
+ }
1136
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
1137
+ bottom: 1px;
1138
+ height: 12px;
1139
+ padding: 0 20px;
1140
+ width: 100%;
1141
+ }
1142
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east {
1143
+ bottom: 0;
1144
+ right: 1px;
1145
+ z-index: 10;
1146
+ }
1147
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west {
1148
+ left: 2px;
1149
+ top: 2px;
1150
+ z-index: 10;
1151
+ }
1152
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east {
1153
+ right: 2px;
1154
+ top: 2px;
1155
+ z-index: 10;
1156
+ }
1157
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west {
1158
+ bottom: 1px;
1159
+ left: 1px;
1160
+ z-index: 10;
1161
+ }
1162
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east::before, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east::before {
1163
+ bottom: 4px;
1164
+ content: "\e761";
1165
+ font-size: 12px;
1166
+ position: absolute;
1167
+ right: 4px;
1168
+ }
1169
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west::before, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west::before {
1170
+ bottom: 4px;
1171
+ content: "\e761";
1172
+ font-size: 12px;
1173
+ left: 4px;
1174
+ position: absolute;
1175
+ transform: rotateY(180deg);
1176
+ }
1177
+
1178
+ .e-dashboardlayout.e-control .e-dashboard-gridline-table {
1179
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
1180
+ border-collapse: collapse;
1181
+ height: 100%;
1182
+ width: 100%;
1183
+ }
1184
+ .e-dashboardlayout.e-control .e-dashboard-gridline-table tbody tr td.e-dashboard-gridline {
1185
+ border: 1px dashed rgba(var(--color-sf-primary));
1186
+ position: absolute;
1187
+ }
1188
+ .e-dashboardlayout.e-control.e-responsive {
1189
+ width: 100% !important;
1190
+ }
1191
+ .e-dashboardlayout.e-control.e-prevent {
1192
+ -webkit-user-select: none;
1193
+ -ms-user-select: none;
1194
+ user-select: none;
1195
+ }
1196
+ .e-dashboardlayout.e-control .e-panel {
1197
+ border-radius: 8px;
1198
+ }
1199
+ .e-dashboardlayout.e-control .e-panel:hover {
1200
+ border: 1px solid rgba(var(--color-sf-outline-variant));
1201
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1202
+ }
1203
+ .e-dashboardlayout.e-control .e-panel:hover .e-panel-container .e-resize.e-dl-icon {
1204
+ display: block;
1205
+ }
1206
+ .e-dashboardlayout.e-control .e-panel:active {
1207
+ border: 1px solid rgba(var(--color-sf-primary));
1208
+ }
1209
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-dl-icon {
1210
+ display: none;
1211
+ }
1212
+ .e-dashboardlayout.e-control .e-panel.e-panel-transition {
1213
+ transition: top 0.5s, left 0.5s;
1214
+ }
1215
+ .e-dashboardlayout.e-control .e-panel .e-panel-header {
1216
+ border-bottom: 1px solid rgba(var(--color-sf-outline-variant));
1217
+ color: rgba(var(--color-sf-on-surface));
1218
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
1219
+ font-size: 14px;
1220
+ font-weight: 600;
1221
+ height: 40px;
1222
+ padding: 11px 16px;
1223
+ border-top-left-radius: 8px;
1224
+ border-top-right-radius: 8px;
1225
+ }
1226
+ .e-dashboardlayout.e-control .e-panel .e-panel-header div {
1227
+ overflow: hidden;
1228
+ text-overflow: ellipsis;
1229
+ white-space: nowrap;
1230
+ }
1231
+ .e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-content {
1232
+ display: inline-block;
1233
+ }
1234
+ .e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-template {
1235
+ float: right;
1236
+ }
1237
+ .e-dashboardlayout.e-control .e-panel .e-panel-container {
1238
+ height: 100%;
1239
+ width: 100%;
1240
+ }
1241
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-content .e-blazor-template {
1242
+ height: inherit;
1243
+ width: inherit;
1244
+ }
1245
+ .e-dashboardlayout.e-control .e-panel {
1246
+ border: 1px solid rgba(var(--color-sf-outline-variant));
1247
+ height: 100%;
1248
+ -webkit-user-select: none;
1249
+ -ms-user-select: none;
1250
+ user-select: none;
1251
+ width: 100%;
1252
+ }
1253
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single, .e-dashboardlayout.e-control .e-panel .e-resize.e-double {
1254
+ position: absolute;
1255
+ -ms-touch-action: none;
1256
+ touch-action: none;
1257
+ }
1258
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
1259
+ border: none;
1260
+ }
1261
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east:hover {
1262
+ cursor: e-resize;
1263
+ }
1264
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west:hover {
1265
+ cursor: w-resize;
1266
+ }
1267
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north:hover {
1268
+ cursor: n-resize;
1269
+ }
1270
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south:hover {
1271
+ cursor: s-resize;
1272
+ }
1273
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west:hover {
1274
+ cursor: nw-resize;
1275
+ }
1276
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east:hover {
1277
+ cursor: ne-resize;
1278
+ }
1279
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west:hover {
1280
+ cursor: sw-resize;
1281
+ }
1282
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east:hover, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east:hover {
1283
+ cursor: se-resize;
1284
+ }
1285
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single::before, .e-dashboardlayout.e-control .e-panel .e-resize.e-double::before {
1286
+ font-family: "e-icons";
1287
+ position: absolute;
1288
+ }
1289
+ .e-dashboardlayout.e-control .e-drag:hover {
1290
+ cursor: move;
1291
+ }
1292
+ .e-dashboardlayout.e-control .e-drag-restrict.e-drag:hover,
1293
+ .e-dashboardlayout.e-control .e-drag-restrict .e-drag:hover {
1294
+ cursor: default;
1295
+ }
1296
+ .e-dashboardlayout.e-control .e-panel.e-dragging, .e-dashboardlayout.e-control .e-panel.e-item-moving {
1297
+ cursor: move;
1298
+ z-index: 1111 !important;
1299
+ }
1300
+ .e-dashboardlayout.e-control .e-panel.e-rtl .e-panel-header .e-header-template {
1301
+ float: left;
1302
+ }
1303
+ .e-dashboardlayout.e-control .e-holder {
1304
+ background: rgba(var(--color-sf-primary-container));
1305
+ border: 1px rgba(var(--color-sf-primary)) dashed;
1306
+ border-radius: 8px;
1307
+ position: absolute;
1308
+ border-radius: 8px;
1309
+ }
1310
+ .e-dashboardlayout.e-control .e-holder.e-holder-transition {
1311
+ transition: top 0.3s, left 0.3s;
1312
+ }
1313
+ .e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header {
1314
+ font-size: 16px;
1315
+ font-weight: 600;
1316
+ height: 48px;
1317
+ padding: 14px 16px;
1318
+ }
1319
+
1320
+ .e-bigger .e-dashboardlayout.e-control .e-panel .e-panel-header {
1321
+ font-size: 16px;
1322
+ font-weight: 600;
1323
+ height: 48px;
1324
+ padding: 14px 16px;
1325
+ }
1326
+ .e-content-placeholder.e-dashboardlayout.e-placeholder-dashboardlayout {
1327
+ height: 100%;
1328
+ width: 100%;
1329
+ }
1330
+
1331
+ .e-dashboardlayout.e-control {
1332
+ display: block;
1333
+ position: relative;
1334
+ }
1335
+ .e-dashboardlayout.e-control .e-panel {
1336
+ background: rgba(var(--color-sf-surface));
1337
+ box-shadow: none;
1338
+ box-sizing: border-box;
1339
+ position: absolute;
1340
+ }
1341
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
1342
+ color: rgba(var(--color-sf-on-surface));
1343
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
1344
+ box-sizing: border-box;
1345
+ }
1346
+ .e-dashboardlayout.e-control .e-panel {
1347
+ background: rgba(var(--color-sf-surface));
1348
+ box-shadow: none;
1349
+ box-sizing: border-box;
1350
+ position: absolute;
1351
+ }
1352
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
1353
+ color: rgba(var(--color-sf-on-surface));
1354
+ }
1355
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-single {
1356
+ background: none;
1357
+ }
1358
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double {
1359
+ color: rgba(var(--color-sf-on-surface-variant), 0.38);
1360
+ font-size: 8px;
1361
+ height: 8px;
1362
+ width: 8px;
1363
+ }
1364
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-double {
1365
+ bottom: 2px;
1366
+ right: 2px;
1367
+ }
1368
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-double {
1369
+ bottom: 2px;
1370
+ left: 2px;
1371
+ }
1372
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-double {
1373
+ left: 2px;
1374
+ top: 2px;
1375
+ }
1376
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-double {
1377
+ right: 2px;
1378
+ top: 2px;
1379
+ }
1380
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-shrink {
1381
+ right: 2px;
1382
+ top: 2px;
1383
+ }
1384
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-shrink {
1385
+ left: 2px;
1386
+ top: 2px;
1387
+ }
1388
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-shrink {
1389
+ bottom: 2px;
1390
+ left: 2px;
1391
+ }
1392
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-shrink {
1393
+ bottom: 2px;
1394
+ right: 2px;
1395
+ }
1396
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-expand {
1397
+ right: 2px;
1398
+ top: 2px;
1399
+ }
1400
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-expand {
1401
+ left: 2px;
1402
+ top: 2px;
1403
+ }
1404
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-expand {
1405
+ bottom: 2px;
1406
+ left: 2px;
1407
+ }
1408
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-expand {
1409
+ bottom: 2px;
1410
+ right: 2px;
1411
+ }
1412
+ .e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header {
1413
+ color: rgba(var(--color-sf-on-surface));
1414
+ }