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