@syncfusion/ej2-react-layouts 20.1.47 → 20.1.61

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 (80) hide show
  1. package/CHANGELOG.md +14 -0
  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 +1 -7
  10. package/styles/avatar/bootstrap5.css +1 -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 +1 -7
  14. package/styles/avatar/fluent.css +1 -7
  15. package/styles/avatar/highcontrast-light.css +1 -7
  16. package/styles/avatar/highcontrast.css +1 -7
  17. package/styles/avatar/material-dark.css +1 -7
  18. package/styles/avatar/material.css +1 -7
  19. package/styles/avatar/tailwind-dark.css +1 -7
  20. package/styles/avatar/tailwind.css +1 -7
  21. package/styles/bootstrap-dark.css +43 -312
  22. package/styles/bootstrap.css +43 -312
  23. package/styles/bootstrap4.css +43 -314
  24. package/styles/bootstrap5-dark.css +41 -309
  25. package/styles/bootstrap5.css +41 -309
  26. package/styles/card/bootstrap-dark.css +1 -85
  27. package/styles/card/bootstrap.css +1 -85
  28. package/styles/card/bootstrap4.css +1 -87
  29. package/styles/card/bootstrap5-dark.css +1 -85
  30. package/styles/card/bootstrap5.css +1 -85
  31. package/styles/card/fabric-dark.css +1 -85
  32. package/styles/card/fabric.css +1 -87
  33. package/styles/card/fluent-dark.css +1 -85
  34. package/styles/card/fluent.css +1 -85
  35. package/styles/card/highcontrast-light.css +1 -85
  36. package/styles/card/highcontrast.css +1 -87
  37. package/styles/card/material-dark.css +1 -85
  38. package/styles/card/material.css +1 -85
  39. package/styles/card/tailwind-dark.css +1 -87
  40. package/styles/card/tailwind.css +1 -87
  41. package/styles/dashboard-layout/bootstrap-dark.css +28 -116
  42. package/styles/dashboard-layout/bootstrap.css +28 -116
  43. package/styles/dashboard-layout/bootstrap4.css +28 -116
  44. package/styles/dashboard-layout/bootstrap5-dark.css +28 -117
  45. package/styles/dashboard-layout/bootstrap5.css +28 -117
  46. package/styles/dashboard-layout/fabric-dark.css +28 -116
  47. package/styles/dashboard-layout/fabric.css +28 -116
  48. package/styles/dashboard-layout/fluent-dark.css +28 -117
  49. package/styles/dashboard-layout/fluent.css +28 -117
  50. package/styles/dashboard-layout/highcontrast-light.css +16 -85
  51. package/styles/dashboard-layout/highcontrast.css +28 -115
  52. package/styles/dashboard-layout/material-dark.css +28 -116
  53. package/styles/dashboard-layout/material.css +28 -116
  54. package/styles/dashboard-layout/tailwind-dark.css +28 -119
  55. package/styles/dashboard-layout/tailwind.css +28 -119
  56. package/styles/fabric-dark.css +43 -312
  57. package/styles/fabric.css +43 -314
  58. package/styles/fluent-dark.css +41 -309
  59. package/styles/fluent.css +41 -309
  60. package/styles/highcontrast-light.css +31 -281
  61. package/styles/highcontrast.css +43 -313
  62. package/styles/material-dark.css +53 -322
  63. package/styles/material.css +43 -312
  64. package/styles/splitter/bootstrap-dark.css +16 -107
  65. package/styles/splitter/bootstrap.css +16 -107
  66. package/styles/splitter/bootstrap4.css +16 -107
  67. package/styles/splitter/bootstrap5-dark.css +14 -103
  68. package/styles/splitter/bootstrap5.css +14 -103
  69. package/styles/splitter/fabric-dark.css +16 -107
  70. package/styles/splitter/fabric.css +16 -107
  71. package/styles/splitter/fluent-dark.css +14 -103
  72. package/styles/splitter/fluent.css +14 -103
  73. package/styles/splitter/highcontrast-light.css +16 -107
  74. package/styles/splitter/highcontrast.css +16 -107
  75. package/styles/splitter/material-dark.css +26 -117
  76. package/styles/splitter/material.css +16 -107
  77. package/styles/splitter/tailwind-dark.css +14 -103
  78. package/styles/splitter/tailwind.css +14 -103
  79. package/styles/tailwind-dark.css +41 -313
  80. package/styles/tailwind.css +41 -313
@@ -1,79 +1,60 @@
1
1
  /*! component's theme wise override tailwind-definitions and variables */
2
- .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east,
3
- .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
2
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
4
3
  height: 100%;
5
4
  padding: 20px 0;
6
5
  right: 1px;
7
6
  top: 0;
8
7
  width: 12px;
9
8
  }
10
-
11
- .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west,
12
- .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west {
9
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west {
13
10
  height: 100%;
14
11
  left: 0;
15
12
  padding: 20px 0;
16
13
  top: 0;
17
14
  width: 12px;
18
15
  }
19
-
20
- .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north,
21
- .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north {
16
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north {
22
17
  height: 12px;
23
18
  padding: 0 20px;
24
19
  top: 1px;
25
20
  width: 100%;
26
21
  }
27
-
28
- .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south,
29
- .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
22
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
30
23
  bottom: 1px;
31
24
  height: 12px;
32
25
  padding: 0 20px;
33
26
  width: 100%;
34
27
  }
35
-
36
- .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east,
37
- .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east {
28
+ .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 {
38
29
  bottom: 0;
39
30
  right: 1px;
40
31
  z-index: 10;
41
32
  }
42
-
43
- .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west,
44
- .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west {
33
+ .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 {
45
34
  left: 2px;
46
35
  top: 2px;
47
36
  z-index: 10;
48
37
  }
49
-
50
- .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east,
51
- .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east {
38
+ .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 {
52
39
  right: 2px;
53
40
  top: 2px;
54
41
  z-index: 10;
55
42
  }
56
-
57
- .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west,
58
- .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west {
43
+ .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 {
59
44
  bottom: 1px;
60
45
  left: 1px;
61
46
  z-index: 10;
62
47
  }
63
-
64
- .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east::before,
65
- .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east::before {
48
+ .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 {
66
49
  bottom: 4px;
67
- content: '\e761';
50
+ content: "\e761";
68
51
  font-size: 12px;
69
52
  position: absolute;
70
53
  right: 4px;
71
54
  }
72
-
73
- .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west::before,
74
- .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west::before {
55
+ .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 {
75
56
  bottom: 4px;
76
- content: '\e761';
57
+ content: "\e761";
77
58
  font-size: 12px;
78
59
  left: 4px;
79
60
  position: absolute;
@@ -86,48 +67,38 @@
86
67
  height: 100%;
87
68
  width: 100%;
88
69
  }
89
-
90
70
  .e-dashboardlayout.e-control .e-dashboard-gridline-table tbody tr td.e-dashboard-gridline {
91
71
  border: 1px dashed #adb5bd;
92
72
  border-radius: 6px;
93
73
  position: absolute;
94
74
  }
95
-
96
75
  .e-dashboardlayout.e-control.e-responsive {
97
76
  width: 100% !important;
98
77
  }
99
-
100
78
  .e-dashboardlayout.e-control.e-prevent {
101
79
  -webkit-user-select: none;
102
80
  -ms-user-select: none;
103
81
  user-select: none;
104
82
  }
105
-
106
83
  .e-dashboardlayout.e-control .e-panel {
107
84
  border-radius: 4px;
108
85
  }
109
-
110
86
  .e-dashboardlayout.e-control .e-panel:hover {
111
87
  border: 1px solid #adb5bd;
112
88
  box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
113
89
  }
114
-
115
90
  .e-dashboardlayout.e-control .e-panel:hover .e-panel-container .e-resize.e-dl-icon {
116
91
  display: block;
117
92
  }
118
-
119
93
  .e-dashboardlayout.e-control .e-panel:active {
120
94
  border: 1px solid #0d6efd;
121
95
  }
122
-
123
96
  .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-dl-icon {
124
97
  display: none;
125
98
  }
126
-
127
99
  .e-dashboardlayout.e-control .e-panel.e-panel-transition {
128
- transition: top .5s, left .5s;
100
+ transition: top 0.5s, left 0.5s;
129
101
  }
130
-
131
102
  .e-dashboardlayout.e-control .e-panel .e-panel-header {
132
103
  border-bottom: 1px solid #dee2e6;
133
104
  color: #212529;
@@ -139,31 +110,25 @@
139
110
  border-top-left-radius: 4px;
140
111
  border-top-right-radius: 4px;
141
112
  }
142
-
143
113
  .e-dashboardlayout.e-control .e-panel .e-panel-header div {
144
114
  overflow: hidden;
145
115
  text-overflow: ellipsis;
146
116
  white-space: nowrap;
147
117
  }
148
-
149
118
  .e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-content {
150
119
  display: inline-block;
151
120
  }
152
-
153
121
  .e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-template {
154
122
  float: right;
155
123
  }
156
-
157
124
  .e-dashboardlayout.e-control .e-panel .e-panel-container {
158
125
  height: 100%;
159
126
  width: 100%;
160
127
  }
161
-
162
128
  .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-content .e-blazor-template {
163
129
  height: inherit;
164
130
  width: inherit;
165
131
  }
166
-
167
132
  .e-dashboardlayout.e-control .e-panel {
168
133
  border: 1px solid #dee2e6;
169
134
  height: 100%;
@@ -172,87 +137,56 @@
172
137
  user-select: none;
173
138
  width: 100%;
174
139
  }
175
-
176
- .e-dashboardlayout.e-control .e-panel .e-resize.e-single,
177
- .e-dashboardlayout.e-control .e-panel .e-resize.e-double {
140
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single, .e-dashboardlayout.e-control .e-panel .e-resize.e-double {
178
141
  position: absolute;
179
142
  -ms-touch-action: none;
180
143
  touch-action: none;
181
144
  }
182
-
183
- .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,
184
- .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east,
185
- .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west,
186
- .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north,
187
- .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
145
+ .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 {
188
146
  border: none;
189
147
  }
190
-
191
- .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east:hover,
192
- .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east:hover {
148
+ .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 {
193
149
  cursor: e-resize;
194
150
  }
195
-
196
- .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west:hover,
197
- .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west:hover {
151
+ .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 {
198
152
  cursor: w-resize;
199
153
  }
200
-
201
- .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north:hover,
202
- .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north:hover {
154
+ .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 {
203
155
  cursor: n-resize;
204
156
  }
205
-
206
- .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south:hover,
207
- .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south:hover {
157
+ .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 {
208
158
  cursor: s-resize;
209
159
  }
210
-
211
- .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west:hover,
212
- .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west:hover {
160
+ .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 {
213
161
  cursor: nw-resize;
214
162
  }
215
-
216
- .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east:hover,
217
- .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east:hover {
163
+ .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 {
218
164
  cursor: ne-resize;
219
165
  }
220
-
221
- .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west:hover,
222
- .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west:hover {
166
+ .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 {
223
167
  cursor: sw-resize;
224
168
  }
225
-
226
- .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east:hover,
227
- .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east:hover {
169
+ .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 {
228
170
  cursor: se-resize;
229
171
  }
230
-
231
- .e-dashboardlayout.e-control .e-panel .e-resize.e-single::before,
232
- .e-dashboardlayout.e-control .e-panel .e-resize.e-double::before {
233
- font-family: 'e-icons';
172
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single::before, .e-dashboardlayout.e-control .e-panel .e-resize.e-double::before {
173
+ font-family: "e-icons";
234
174
  position: absolute;
235
175
  }
236
-
237
176
  .e-dashboardlayout.e-control .e-drag:hover {
238
177
  cursor: move;
239
178
  }
240
-
241
179
  .e-dashboardlayout.e-control .e-drag-restrict.e-drag:hover,
242
180
  .e-dashboardlayout.e-control .e-drag-restrict .e-drag:hover {
243
181
  cursor: default;
244
182
  }
245
-
246
- .e-dashboardlayout.e-control .e-panel.e-dragging,
247
- .e-dashboardlayout.e-control .e-panel.e-item-moving {
183
+ .e-dashboardlayout.e-control .e-panel.e-dragging, .e-dashboardlayout.e-control .e-panel.e-item-moving {
248
184
  cursor: move;
249
185
  z-index: 1111 !important;
250
186
  }
251
-
252
187
  .e-dashboardlayout.e-control .e-panel.e-rtl .e-panel-header .e-header-template {
253
188
  float: left;
254
189
  }
255
-
256
190
  .e-dashboardlayout.e-control .e-holder {
257
191
  background: #e7f1ff;
258
192
  border: 1px #0d6efd dashed;
@@ -260,11 +194,9 @@
260
194
  position: absolute;
261
195
  border-radius: 4px;
262
196
  }
263
-
264
197
  .e-dashboardlayout.e-control .e-holder.e-holder-transition {
265
- transition: top .3s, left .3s;
198
+ transition: top 0.3s, left 0.3s;
266
199
  }
267
-
268
200
  .e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header {
269
201
  font-size: 16px;
270
202
  font-weight: 500;
@@ -278,7 +210,6 @@
278
210
  height: 40px;
279
211
  padding: 8px 18px;
280
212
  }
281
-
282
213
  .e-content-placeholder.e-dashboardlayout.e-placeholder-dashboardlayout {
283
214
  height: 100%;
284
215
  width: 100%;
@@ -288,106 +219,86 @@
288
219
  display: block;
289
220
  position: relative;
290
221
  }
291
-
292
222
  .e-dashboardlayout.e-control .e-panel {
293
223
  background: #fff;
294
224
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
295
225
  box-sizing: border-box;
296
226
  position: absolute;
297
227
  }
298
-
299
228
  .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
300
229
  color: #212529;
301
230
  background: #f8f9fa;
302
231
  box-sizing: border-box;
303
232
  }
304
-
305
233
  .e-dashboardlayout.e-control .e-panel {
306
234
  background: #fff;
307
235
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
308
236
  box-sizing: border-box;
309
237
  position: absolute;
310
238
  }
311
-
312
239
  .e-dashboardlayout.e-control .e-panel:active {
313
240
  background: #fff;
314
241
  }
315
-
316
242
  .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
317
243
  color: #212529;
318
244
  }
319
-
320
245
  .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-single {
321
246
  background: none;
322
247
  }
323
-
324
248
  .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double {
325
249
  color: #adb5bd;
326
250
  font-size: 8px;
327
251
  height: 8px;
328
252
  width: 8px;
329
253
  }
330
-
331
254
  .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-double {
332
255
  bottom: 2px;
333
256
  right: 2px;
334
257
  }
335
-
336
258
  .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-double {
337
259
  bottom: 2px;
338
260
  left: 2px;
339
261
  }
340
-
341
262
  .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-double {
342
263
  left: 2px;
343
264
  top: 2px;
344
265
  }
345
-
346
266
  .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-double {
347
267
  right: 2px;
348
268
  top: 2px;
349
269
  }
350
-
351
270
  .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-shrink {
352
271
  right: 2px;
353
272
  top: 2px;
354
273
  }
355
-
356
274
  .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-shrink {
357
275
  left: 2px;
358
276
  top: 2px;
359
277
  }
360
-
361
278
  .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-shrink {
362
279
  bottom: 2px;
363
280
  left: 2px;
364
281
  }
365
-
366
282
  .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-shrink {
367
283
  bottom: 2px;
368
284
  right: 2px;
369
285
  }
370
-
371
286
  .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-expand {
372
287
  right: 2px;
373
288
  top: 2px;
374
289
  }
375
-
376
290
  .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-expand {
377
291
  left: 2px;
378
292
  top: 2px;
379
293
  }
380
-
381
294
  .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-expand {
382
295
  bottom: 2px;
383
296
  left: 2px;
384
297
  }
385
-
386
298
  .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-expand {
387
299
  bottom: 2px;
388
300
  right: 2px;
389
301
  }
390
-
391
302
  .e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header {
392
303
  color: #212529;
393
- }
304
+ }