@syncfusion/ej2-react-layouts 19.4.47 → 20.1.47

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 (59) hide show
  1. package/CHANGELOG.md +0 -14
  2. package/dist/ej2-react-layouts.umd.min.js +1 -1
  3. package/package.json +8 -8
  4. package/styles/avatar/bootstrap5-dark.css +2 -0
  5. package/styles/avatar/bootstrap5.css +2 -0
  6. package/styles/avatar/fluent-dark.css +61 -0
  7. package/styles/avatar/fluent-dark.scss +1 -0
  8. package/styles/avatar/fluent.css +61 -0
  9. package/styles/avatar/fluent.scss +1 -0
  10. package/styles/bootstrap-dark.css +4 -4
  11. package/styles/bootstrap.css +4 -4
  12. package/styles/bootstrap4.css +4 -4
  13. package/styles/bootstrap5-dark.css +14 -10
  14. package/styles/bootstrap5.css +14 -10
  15. package/styles/card/bootstrap5-dark.css +5 -3
  16. package/styles/card/bootstrap5.css +5 -3
  17. package/styles/card/fluent-dark.css +602 -0
  18. package/styles/card/fluent-dark.scss +1 -0
  19. package/styles/card/fluent.css +602 -0
  20. package/styles/card/fluent.scss +1 -0
  21. package/styles/card/tailwind-dark.css +8 -8
  22. package/styles/card/tailwind.css +8 -8
  23. package/styles/dashboard-layout/bootstrap5-dark.css +1 -1
  24. package/styles/dashboard-layout/bootstrap5.css +1 -1
  25. package/styles/dashboard-layout/fluent-dark.css +388 -0
  26. package/styles/dashboard-layout/fluent-dark.scss +1 -0
  27. package/styles/dashboard-layout/fluent.css +388 -0
  28. package/styles/dashboard-layout/fluent.scss +1 -0
  29. package/styles/dashboard-layout/tailwind-dark.css +18 -15
  30. package/styles/dashboard-layout/tailwind.css +16 -13
  31. package/styles/fabric-dark.css +4 -4
  32. package/styles/fabric.css +4 -4
  33. package/styles/fluent-dark.css +1628 -0
  34. package/styles/fluent-dark.scss +4 -0
  35. package/styles/fluent.css +1628 -0
  36. package/styles/fluent.scss +4 -0
  37. package/styles/highcontrast-light.css +4 -4
  38. package/styles/highcontrast.css +4 -4
  39. package/styles/material-dark.css +4 -4
  40. package/styles/material.css +4 -4
  41. package/styles/splitter/bootstrap-dark.css +4 -4
  42. package/styles/splitter/bootstrap.css +4 -4
  43. package/styles/splitter/bootstrap4.css +4 -4
  44. package/styles/splitter/bootstrap5-dark.css +6 -6
  45. package/styles/splitter/bootstrap5.css +6 -6
  46. package/styles/splitter/fabric-dark.css +4 -4
  47. package/styles/splitter/fabric.css +4 -4
  48. package/styles/splitter/fluent-dark.css +574 -0
  49. package/styles/splitter/fluent-dark.scss +1 -0
  50. package/styles/splitter/fluent.css +574 -0
  51. package/styles/splitter/fluent.scss +1 -0
  52. package/styles/splitter/highcontrast-light.css +4 -4
  53. package/styles/splitter/highcontrast.css +4 -4
  54. package/styles/splitter/material-dark.css +4 -4
  55. package/styles/splitter/material.css +4 -4
  56. package/styles/splitter/tailwind-dark.css +8 -16
  57. package/styles/splitter/tailwind.css +8 -16
  58. package/styles/tailwind-dark.css +34 -39
  59. package/styles/tailwind.css +32 -37
@@ -0,0 +1,388 @@
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 {
4
+ height: 100%;
5
+ padding: 20px 0;
6
+ right: 1px;
7
+ top: 0;
8
+ width: 12px;
9
+ }
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 {
13
+ height: 100%;
14
+ left: 0;
15
+ padding: 20px 0;
16
+ top: 0;
17
+ width: 12px;
18
+ }
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 {
22
+ height: 12px;
23
+ padding: 0 20px;
24
+ top: 1px;
25
+ width: 100%;
26
+ }
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 {
30
+ bottom: 1px;
31
+ height: 12px;
32
+ padding: 0 20px;
33
+ width: 100%;
34
+ }
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 {
38
+ bottom: 0;
39
+ right: 1px;
40
+ z-index: 10;
41
+ }
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 {
45
+ left: 2px;
46
+ top: 2px;
47
+ z-index: 10;
48
+ }
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 {
52
+ right: 2px;
53
+ top: 2px;
54
+ z-index: 10;
55
+ }
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 {
59
+ bottom: 1px;
60
+ left: 1px;
61
+ z-index: 10;
62
+ }
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 {
66
+ bottom: 4px;
67
+ content: '\e761';
68
+ font-size: 12px;
69
+ position: absolute;
70
+ right: 4px;
71
+ }
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 {
75
+ bottom: 4px;
76
+ content: '\e761';
77
+ font-size: 12px;
78
+ left: 4px;
79
+ position: absolute;
80
+ transform: rotateY(180deg);
81
+ }
82
+
83
+ .e-dashboardlayout.e-control .e-dashboard-gridline-table {
84
+ background: #f3f2f1;
85
+ border-collapse: collapse;
86
+ height: 100%;
87
+ width: 100%;
88
+ }
89
+
90
+ .e-dashboardlayout.e-control .e-dashboard-gridline-table tbody tr td.e-dashboard-gridline {
91
+ border: 1px dotted #c8c6c4;
92
+ position: absolute;
93
+ }
94
+
95
+ .e-dashboardlayout.e-control.e-responsive {
96
+ width: 100% !important;
97
+ }
98
+
99
+ .e-dashboardlayout.e-control.e-prevent {
100
+ -webkit-user-select: none;
101
+ -ms-user-select: none;
102
+ user-select: none;
103
+ }
104
+
105
+ .e-dashboardlayout.e-control .e-panel {
106
+ border-radius: 2px;
107
+ }
108
+
109
+ .e-dashboardlayout.e-control .e-panel:hover {
110
+ border: 1px solid #c8c6c4;
111
+ box-shadow: 0 6.4px 14.4px 0 rgba(0, 0, 0, 0.132), 0 1.2px 3.6px 0 rgba(0, 0, 0, 0.108);
112
+ }
113
+
114
+ .e-dashboardlayout.e-control .e-panel:hover .e-panel-container .e-resize.e-dl-icon {
115
+ display: block;
116
+ }
117
+
118
+ .e-dashboardlayout.e-control .e-panel:active {
119
+ border: 1px solid #0078d4;
120
+ }
121
+
122
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-dl-icon {
123
+ display: none;
124
+ }
125
+
126
+ .e-dashboardlayout.e-control .e-panel.e-panel-transition {
127
+ transition: top .5s, left .5s;
128
+ }
129
+
130
+ .e-dashboardlayout.e-control .e-panel .e-panel-header {
131
+ border-bottom: 1px solid #edebe9;
132
+ color: #201f1e;
133
+ font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
134
+ font-size: 16px;
135
+ font-weight: 600;
136
+ height: 56px;
137
+ padding: 16px 0 16px 16px;
138
+ }
139
+
140
+ .e-dashboardlayout.e-control .e-panel .e-panel-header div {
141
+ overflow: hidden;
142
+ text-overflow: ellipsis;
143
+ white-space: nowrap;
144
+ }
145
+
146
+ .e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-content {
147
+ display: inline-block;
148
+ }
149
+
150
+ .e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-template {
151
+ float: right;
152
+ }
153
+
154
+ .e-dashboardlayout.e-control .e-panel .e-panel-container {
155
+ height: 100%;
156
+ width: 100%;
157
+ }
158
+
159
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-content .e-blazor-template {
160
+ height: inherit;
161
+ width: inherit;
162
+ }
163
+
164
+ .e-dashboardlayout.e-control .e-panel {
165
+ border: 1px solid #fff;
166
+ height: 100%;
167
+ -webkit-user-select: none;
168
+ -ms-user-select: none;
169
+ user-select: none;
170
+ width: 100%;
171
+ }
172
+
173
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single,
174
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-double {
175
+ position: absolute;
176
+ -ms-touch-action: none;
177
+ touch-action: none;
178
+ }
179
+
180
+ .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,
181
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east,
182
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west,
183
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north,
184
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south {
185
+ border: none;
186
+ }
187
+
188
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east:hover,
189
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east:hover {
190
+ cursor: e-resize;
191
+ }
192
+
193
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west:hover,
194
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west:hover {
195
+ cursor: w-resize;
196
+ }
197
+
198
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north:hover,
199
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north:hover {
200
+ cursor: n-resize;
201
+ }
202
+
203
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south:hover,
204
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south:hover {
205
+ cursor: s-resize;
206
+ }
207
+
208
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west:hover,
209
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west:hover {
210
+ cursor: nw-resize;
211
+ }
212
+
213
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east:hover,
214
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east:hover {
215
+ cursor: ne-resize;
216
+ }
217
+
218
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west:hover,
219
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west:hover {
220
+ cursor: sw-resize;
221
+ }
222
+
223
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east:hover,
224
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east:hover {
225
+ cursor: se-resize;
226
+ }
227
+
228
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-single::before,
229
+ .e-dashboardlayout.e-control .e-panel .e-resize.e-double::before {
230
+ font-family: 'e-icons';
231
+ position: absolute;
232
+ }
233
+
234
+ .e-dashboardlayout.e-control .e-drag:hover {
235
+ cursor: move;
236
+ }
237
+
238
+ .e-dashboardlayout.e-control .e-drag-restrict.e-drag:hover,
239
+ .e-dashboardlayout.e-control .e-drag-restrict .e-drag:hover {
240
+ cursor: default;
241
+ }
242
+
243
+ .e-dashboardlayout.e-control .e-panel.e-dragging,
244
+ .e-dashboardlayout.e-control .e-panel.e-item-moving {
245
+ cursor: move;
246
+ z-index: 1111 !important;
247
+ }
248
+
249
+ .e-dashboardlayout.e-control .e-panel.e-rtl .e-panel-header .e-header-template {
250
+ float: left;
251
+ }
252
+
253
+ .e-dashboardlayout.e-control .e-holder {
254
+ background: #deecf9;
255
+ border: 1px #0078d4 dashed;
256
+ border-radius: 2px;
257
+ position: absolute;
258
+ border-radius: 2px;
259
+ }
260
+
261
+ .e-dashboardlayout.e-control .e-holder.e-holder-transition {
262
+ transition: top .3s, left .3s;
263
+ }
264
+
265
+ .e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header {
266
+ font-size: 18px;
267
+ font-weight: 600;
268
+ height: 68px;
269
+ padding: 20px 0 20px 20px;
270
+ }
271
+
272
+ .e-bigger .e-dashboardlayout.e-control .e-panel .e-panel-header {
273
+ font-size: 18px;
274
+ font-weight: 600;
275
+ height: 68px;
276
+ padding: 20px 0 20px 20px;
277
+ }
278
+
279
+ .e-content-placeholder.e-dashboardlayout.e-placeholder-dashboardlayout {
280
+ height: 100%;
281
+ width: 100%;
282
+ }
283
+
284
+ .e-dashboardlayout.e-control {
285
+ display: block;
286
+ position: relative;
287
+ }
288
+
289
+ .e-dashboardlayout.e-control .e-panel {
290
+ background: #fff;
291
+ box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108);
292
+ box-sizing: border-box;
293
+ position: absolute;
294
+ }
295
+
296
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
297
+ color: #201f1e;
298
+ }
299
+
300
+ .e-dashboardlayout.e-control .e-panel {
301
+ background: #fff;
302
+ box-shadow: 0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108);
303
+ box-sizing: border-box;
304
+ position: absolute;
305
+ }
306
+
307
+ .e-dashboardlayout.e-control .e-panel:active {
308
+ background: #faf9f8;
309
+ }
310
+
311
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
312
+ color: #201f1e;
313
+ }
314
+
315
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-single {
316
+ background: none;
317
+ }
318
+
319
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double {
320
+ color: #a19f9d;
321
+ font-size: 7px;
322
+ height: 7px;
323
+ width: 7px;
324
+ }
325
+
326
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-double {
327
+ bottom: 2px;
328
+ right: 2px;
329
+ }
330
+
331
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-double {
332
+ bottom: 2px;
333
+ left: 2px;
334
+ }
335
+
336
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-double {
337
+ left: 2px;
338
+ top: 2px;
339
+ }
340
+
341
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-double {
342
+ right: 2px;
343
+ top: 2px;
344
+ }
345
+
346
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-shrink {
347
+ right: 2px;
348
+ top: 2px;
349
+ }
350
+
351
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-shrink {
352
+ left: 2px;
353
+ top: 2px;
354
+ }
355
+
356
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-shrink {
357
+ bottom: 2px;
358
+ left: 2px;
359
+ }
360
+
361
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-shrink {
362
+ bottom: 2px;
363
+ right: 2px;
364
+ }
365
+
366
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-expand {
367
+ right: 2px;
368
+ top: 2px;
369
+ }
370
+
371
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-expand {
372
+ left: 2px;
373
+ top: 2px;
374
+ }
375
+
376
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-expand {
377
+ bottom: 2px;
378
+ left: 2px;
379
+ }
380
+
381
+ .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-expand {
382
+ bottom: 2px;
383
+ right: 2px;
384
+ }
385
+
386
+ .e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header {
387
+ color: #201f1e;
388
+ }
@@ -0,0 +1 @@
1
+ @import 'ej2-layouts/styles/dashboard-layout/fluent.scss';
@@ -64,19 +64,19 @@
64
64
 
65
65
  .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east::before,
66
66
  .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east::before {
67
- bottom: 0;
68
- content: '\e859';
69
- font-size: 8px;
67
+ bottom: 4px;
68
+ content: '\e761';
69
+ font-size: 12px;
70
70
  position: absolute;
71
- right: 0;
71
+ right: 4px;
72
72
  }
73
73
 
74
74
  .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west::before,
75
75
  .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west::before {
76
- bottom: 0;
77
- content: '\e859';
78
- font-size: 8px;
79
- left: 0;
76
+ bottom: 4px;
77
+ content: '\e761';
78
+ font-size: 12px;
79
+ left: 4px;
80
80
  position: absolute;
81
81
  transform: rotateY(180deg);
82
82
  }
@@ -112,7 +112,6 @@
112
112
  }
113
113
 
114
114
  .e-dashboardlayout.e-control .e-panel:hover {
115
- border: 1px solid #9ca3af;
116
115
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
117
116
  }
118
117
 
@@ -120,10 +119,6 @@
120
119
  display: block;
121
120
  }
122
121
 
123
- .e-dashboardlayout.e-control .e-panel:active {
124
- border: 1px solid #22d3ee;
125
- }
126
-
127
122
  .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-dl-icon {
128
123
  display: none;
129
124
  }
@@ -169,6 +164,10 @@
169
164
  width: inherit;
170
165
  }
171
166
 
167
+ .e-dashboardlayout.e-control .e-panel .e-panel-content {
168
+ padding: 12px;
169
+ }
170
+
172
171
  .e-dashboardlayout.e-control .e-panel {
173
172
  border: 1px solid #4b5563;
174
173
  height: 100%;
@@ -286,6 +285,10 @@
286
285
  line-height: 24px;
287
286
  }
288
287
 
288
+ .e-bigger .e-dashboardlayout.e-control .e-panel .e-panel-content {
289
+ padding: 16px;
290
+ }
291
+
289
292
  .e-content-placeholder.e-dashboardlayout.e-placeholder-dashboardlayout {
290
293
  height: 100%;
291
294
  width: 100%;
@@ -297,7 +300,7 @@
297
300
  }
298
301
 
299
302
  .e-dashboardlayout.e-control .e-panel {
300
- background: #374151;
303
+ background: #1f2937;
301
304
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
302
305
  box-sizing: border-box;
303
306
  position: absolute;
@@ -315,7 +318,7 @@
315
318
  }
316
319
 
317
320
  .e-dashboardlayout.e-control .e-panel {
318
- background: #374151;
321
+ background: #1f2937;
319
322
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
320
323
  box-sizing: border-box;
321
324
  position: absolute;
@@ -64,19 +64,19 @@
64
64
 
65
65
  .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east::before,
66
66
  .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east::before {
67
- bottom: 0;
68
- content: '\e859';
69
- font-size: 8px;
67
+ bottom: 4px;
68
+ content: '\e761';
69
+ font-size: 12px;
70
70
  position: absolute;
71
- right: 0;
71
+ right: 4px;
72
72
  }
73
73
 
74
74
  .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west::before,
75
75
  .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west::before {
76
- bottom: 0;
77
- content: '\e859';
78
- font-size: 8px;
79
- left: 0;
76
+ bottom: 4px;
77
+ content: '\e761';
78
+ font-size: 12px;
79
+ left: 4px;
80
80
  position: absolute;
81
81
  transform: rotateY(180deg);
82
82
  }
@@ -112,7 +112,6 @@
112
112
  }
113
113
 
114
114
  .e-dashboardlayout.e-control .e-panel:hover {
115
- border: 1px solid #9ca3af;
116
115
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
117
116
  }
118
117
 
@@ -120,10 +119,6 @@
120
119
  display: block;
121
120
  }
122
121
 
123
- .e-dashboardlayout.e-control .e-panel:active {
124
- border: 1px solid #4f46e5;
125
- }
126
-
127
122
  .e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-dl-icon {
128
123
  display: none;
129
124
  }
@@ -169,6 +164,10 @@
169
164
  width: inherit;
170
165
  }
171
166
 
167
+ .e-dashboardlayout.e-control .e-panel .e-panel-content {
168
+ padding: 12px;
169
+ }
170
+
172
171
  .e-dashboardlayout.e-control .e-panel {
173
172
  border: 1px solid #e5e7eb;
174
173
  height: 100%;
@@ -286,6 +285,10 @@
286
285
  line-height: 24px;
287
286
  }
288
287
 
288
+ .e-bigger .e-dashboardlayout.e-control .e-panel .e-panel-content {
289
+ padding: 16px;
290
+ }
291
+
289
292
  .e-content-placeholder.e-dashboardlayout.e-placeholder-dashboardlayout {
290
293
  height: 100%;
291
294
  width: 100%;
@@ -762,7 +762,7 @@
762
762
 
763
763
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
764
764
  border-radius: 50%;
765
- bottom: 18px;
765
+ bottom: 20px;
766
766
  right: 22px;
767
767
  }
768
768
 
@@ -770,7 +770,7 @@
770
770
  border-radius: 50%;
771
771
  left: 22px;
772
772
  right: auto;
773
- top: 18px;
773
+ top: 20px;
774
774
  }
775
775
 
776
776
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
@@ -980,14 +980,14 @@
980
980
 
981
981
  .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
982
982
  border-radius: 50%;
983
- bottom: 18px;
983
+ bottom: 20px;
984
984
  left: 22px;
985
985
  }
986
986
 
987
987
  .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down {
988
988
  border-radius: 50%;
989
989
  right: 22px;
990
- top: 18px;
990
+ top: 20px;
991
991
  }
992
992
 
993
993
  .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 {
package/styles/fabric.css CHANGED
@@ -775,7 +775,7 @@
775
775
 
776
776
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
777
777
  border-radius: 50%;
778
- bottom: 18px;
778
+ bottom: 20px;
779
779
  right: 22px;
780
780
  }
781
781
 
@@ -783,7 +783,7 @@
783
783
  border-radius: 50%;
784
784
  left: 22px;
785
785
  right: auto;
786
- top: 18px;
786
+ top: 20px;
787
787
  }
788
788
 
789
789
  .e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after {
@@ -993,14 +993,14 @@
993
993
 
994
994
  .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) {
995
995
  border-radius: 50%;
996
- bottom: 18px;
996
+ bottom: 20px;
997
997
  left: 22px;
998
998
  }
999
999
 
1000
1000
  .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down {
1001
1001
  border-radius: 50%;
1002
1002
  right: 22px;
1003
- top: 18px;
1003
+ top: 20px;
1004
1004
  }
1005
1005
 
1006
1006
  .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 {