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