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