@syncfusion/ej2-react-layouts 19.4.52 → 20.1.58

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