@syncfusion/ej2-vue-layouts 21.1.36 → 21.1.42

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