@syncfusion/ej2-react-layouts 20.1.47 → 20.1.55

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