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