@syncfusion/ej2-vue-layouts 21.1.36 → 21.1.42

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