@syncfusion/ej2-layouts 20.2.45 → 20.3.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.
- package/CHANGELOG.md +8 -0
- package/dist/ej2-layouts.min.js +10 -0
- package/dist/ej2-layouts.umd.min.js +2 -2
- package/dist/ej2-layouts.umd.min.js.map +1 -1
- package/dist/es6/ej2-layouts.es2015.js +3 -3
- package/dist/es6/ej2-layouts.es2015.js.map +1 -1
- package/dist/es6/ej2-layouts.es5.js +5 -4
- package/dist/es6/ej2-layouts.es5.js.map +1 -1
- package/dist/global/ej2-layouts.min.js +2 -2
- package/dist/global/ej2-layouts.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +7 -7
- package/src/dashboard-layout/dashboard-layout.js +2 -3
- package/src/splitter/splitter.d.ts +1 -0
- package/src/splitter/splitter.js +3 -1
- package/styles/avatar/_bootstrap-dark-definition.scss +0 -1
- package/styles/avatar/_fabric-dark-definition.scss +0 -1
- package/styles/avatar/_highcontrast-light-definition.scss +0 -1
- package/styles/avatar/_material-dark-definition.scss +0 -1
- package/styles/avatar/_theme.scss +1 -0
- package/styles/bootstrap-dark.css +11 -9
- package/styles/bootstrap.css +11 -9
- package/styles/bootstrap4.css +11 -9
- package/styles/bootstrap5-dark.css +11 -9
- package/styles/bootstrap5.css +11 -9
- package/styles/card/_all.scss +1 -1
- package/styles/card/_bootstrap-dark-definition.scss +6 -9
- package/styles/card/_bootstrap-definition.scss +2 -4
- package/styles/card/_bootstrap4-definition.scss +2 -4
- package/styles/card/_bootstrap5-definition.scss +8 -2
- package/styles/card/_fabric-dark-definition.scss +6 -9
- package/styles/card/_fabric-definition.scss +2 -4
- package/styles/card/_fluent-definition.scss +8 -2
- package/styles/card/_fusionnew-definition.scss +8 -2
- package/styles/card/_highcontrast-definition.scss +2 -4
- package/styles/card/_highcontrast-light-definition.scss +6 -9
- package/styles/card/_layout.scss +7 -8
- package/styles/card/_material-dark-definition.scss +7 -8
- package/styles/card/_material-definition.scss +4 -5
- package/styles/card/_material3-definition.scss +8 -2
- package/styles/card/_tailwind-definition.scss +7 -2
- package/styles/card/_theme.scss +3 -3
- package/styles/card/bootstrap-dark.css +5 -4
- package/styles/card/bootstrap.css +5 -4
- package/styles/card/bootstrap4.css +5 -4
- package/styles/card/bootstrap5-dark.css +5 -4
- package/styles/card/bootstrap5.css +5 -4
- package/styles/card/fabric-dark.css +5 -4
- package/styles/card/fabric.css +5 -4
- package/styles/card/fluent-dark.css +5 -4
- package/styles/card/fluent.css +5 -4
- package/styles/card/highcontrast-light.css +5 -4
- package/styles/card/highcontrast.css +5 -4
- package/styles/card/material-dark.css +5 -4
- package/styles/card/material.css +5 -4
- package/styles/card/tailwind-dark.css +3 -6
- package/styles/card/tailwind.css +3 -6
- package/styles/dashboard-layout/_bootstrap-dark-definition.scss +1 -3
- package/styles/dashboard-layout/_bootstrap-definition.scss +1 -3
- package/styles/dashboard-layout/_bootstrap4-definition.scss +2 -3
- package/styles/dashboard-layout/_bootstrap5-definition.scss +1 -2
- package/styles/dashboard-layout/_fabric-dark-definition.scss +1 -3
- package/styles/dashboard-layout/_fabric-definition.scss +1 -3
- package/styles/dashboard-layout/_fluent-definition.scss +1 -2
- package/styles/dashboard-layout/_fusionnew-definition.scss +1 -2
- package/styles/dashboard-layout/_highcontrast-definition.scss +1 -3
- package/styles/dashboard-layout/_highcontrast-light-definition.scss +1 -3
- package/styles/dashboard-layout/_layout.scss +0 -5
- package/styles/dashboard-layout/_material-dark-definition.scss +1 -3
- package/styles/dashboard-layout/_material-definition.scss +1 -3
- package/styles/dashboard-layout/_material3-definition.scss +1 -2
- package/styles/dashboard-layout/_tailwind-definition.scss +1 -2
- package/styles/dashboard-layout/bootstrap-dark.css +1 -0
- package/styles/dashboard-layout/bootstrap.css +1 -0
- package/styles/dashboard-layout/bootstrap4.css +1 -0
- package/styles/dashboard-layout/bootstrap5-dark.css +1 -0
- package/styles/dashboard-layout/bootstrap5.css +1 -0
- package/styles/dashboard-layout/fabric-dark.css +1 -0
- package/styles/dashboard-layout/fabric.css +1 -0
- package/styles/dashboard-layout/fluent-dark.css +1 -0
- package/styles/dashboard-layout/fluent.css +1 -0
- package/styles/dashboard-layout/highcontrast-light.css +1 -0
- package/styles/dashboard-layout/highcontrast.css +1 -0
- package/styles/dashboard-layout/icons/_bootstrap-dark.scss +0 -1
- package/styles/dashboard-layout/icons/_bootstrap.scss +0 -1
- package/styles/dashboard-layout/icons/_bootstrap4.scss +0 -1
- package/styles/dashboard-layout/icons/_bootstrap5.scss +0 -1
- package/styles/dashboard-layout/icons/_fabric-dark.scss +0 -2
- package/styles/dashboard-layout/icons/_fabric.scss +0 -2
- package/styles/dashboard-layout/icons/_fluent.scss +0 -1
- package/styles/dashboard-layout/icons/_fusionnew.scss +0 -1
- package/styles/dashboard-layout/icons/_highcontrast.scss +0 -1
- package/styles/dashboard-layout/icons/_material-dark.scss +0 -1
- package/styles/dashboard-layout/icons/_material.scss +0 -1
- package/styles/dashboard-layout/icons/_material3.scss +0 -1
- package/styles/dashboard-layout/icons/_tailwind-dark.scss +0 -1
- package/styles/dashboard-layout/icons/_tailwind.scss +0 -1
- package/styles/dashboard-layout/material-dark.css +1 -0
- package/styles/dashboard-layout/material.css +1 -0
- package/styles/dashboard-layout/tailwind-dark.css +1 -0
- package/styles/dashboard-layout/tailwind.css +1 -0
- package/styles/fabric-dark.css +11 -9
- package/styles/fabric.css +11 -9
- package/styles/fluent-dark.css +11 -9
- package/styles/fluent.css +11 -9
- package/styles/highcontrast-light.css +11 -9
- package/styles/highcontrast.css +11 -9
- package/styles/material-dark.css +11 -9
- package/styles/material.css +11 -9
- package/styles/splitter/_all.scss +1 -1
- package/styles/splitter/_bootstrap-dark-definition.scss +1 -0
- package/styles/splitter/_bootstrap-definition.scss +1 -0
- package/styles/splitter/_bootstrap4-definition.scss +1 -0
- package/styles/splitter/_bootstrap5-definition.scss +4 -1
- package/styles/splitter/_definition.scss +1 -0
- package/styles/splitter/_fabric-dark-definition.scss +1 -0
- package/styles/splitter/_fabric-definition.scss +1 -0
- package/styles/splitter/_fluent-definition.scss +2 -0
- package/styles/splitter/_fusionnew-definition.scss +4 -1
- package/styles/splitter/_highcontrast-definition.scss +1 -0
- package/styles/splitter/_highcontrast-light-definition.scss +1 -0
- package/styles/splitter/_layout.scss +8 -9
- package/styles/splitter/_material-dark-definition.scss +1 -0
- package/styles/splitter/_material-definition.scss +1 -0
- package/styles/splitter/_material3-definition.scss +4 -1
- package/styles/splitter/_responsive.scss +1 -0
- package/styles/splitter/_tailwind-definition.scss +4 -1
- package/styles/splitter/_theme.scss +2 -2
- package/styles/splitter/bootstrap-dark.css +7 -5
- package/styles/splitter/bootstrap.css +7 -5
- package/styles/splitter/bootstrap4.css +7 -5
- package/styles/splitter/bootstrap5-dark.css +7 -5
- package/styles/splitter/bootstrap5.css +7 -5
- package/styles/splitter/fabric-dark.css +7 -5
- package/styles/splitter/fabric.css +7 -5
- package/styles/splitter/fluent-dark.css +7 -5
- package/styles/splitter/fluent.css +7 -5
- package/styles/splitter/highcontrast-light.css +7 -5
- package/styles/splitter/highcontrast.css +7 -5
- package/styles/splitter/material-dark.css +7 -5
- package/styles/splitter/material.css +7 -5
- package/styles/splitter/tailwind-dark.css +7 -5
- package/styles/splitter/tailwind.css +7 -5
- package/styles/tailwind-dark.css +9 -11
- package/styles/tailwind.css +9 -11
@@ -294,12 +294,12 @@
|
|
294
294
|
}
|
295
295
|
.e-card .e-card-header .e-card-header-caption .e-card-header-title {
|
296
296
|
font-size: 16px;
|
297
|
-
font-weight:
|
297
|
+
font-weight: normal;
|
298
298
|
line-height: 1.5;
|
299
299
|
}
|
300
300
|
.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
|
301
301
|
font-size: 14px;
|
302
|
-
font-weight:
|
302
|
+
font-weight: normal;
|
303
303
|
line-height: 1.5;
|
304
304
|
padding: 4px 0 0;
|
305
305
|
}
|
@@ -407,8 +407,8 @@
|
|
407
407
|
text-overflow: ellipsis;
|
408
408
|
width: inherit;
|
409
409
|
}
|
410
|
-
.e-card .e-card-actions .e-card-btn
|
411
|
-
.e-card .e-card-actions a
|
410
|
+
.e-card .e-card-actions .e-card-btn,
|
411
|
+
.e-card .e-card-actions a {
|
412
412
|
border-radius: 2px;
|
413
413
|
}
|
414
414
|
.e-card .e-card-actions .e-card-btn,
|
@@ -444,6 +444,7 @@
|
|
444
444
|
}
|
445
445
|
|
446
446
|
/*! card theme */
|
447
|
+
/* stylelint-disable property-no-vendor-prefix */
|
447
448
|
.e-card {
|
448
449
|
-webkit-tap-highlight-color: #0d6efd;
|
449
450
|
background-color: #212529;
|
@@ -294,12 +294,12 @@
|
|
294
294
|
}
|
295
295
|
.e-card .e-card-header .e-card-header-caption .e-card-header-title {
|
296
296
|
font-size: 16px;
|
297
|
-
font-weight:
|
297
|
+
font-weight: normal;
|
298
298
|
line-height: 1.5;
|
299
299
|
}
|
300
300
|
.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
|
301
301
|
font-size: 14px;
|
302
|
-
font-weight:
|
302
|
+
font-weight: normal;
|
303
303
|
line-height: 1.5;
|
304
304
|
padding: 4px 0 0;
|
305
305
|
}
|
@@ -407,8 +407,8 @@
|
|
407
407
|
text-overflow: ellipsis;
|
408
408
|
width: inherit;
|
409
409
|
}
|
410
|
-
.e-card .e-card-actions .e-card-btn
|
411
|
-
.e-card .e-card-actions a
|
410
|
+
.e-card .e-card-actions .e-card-btn,
|
411
|
+
.e-card .e-card-actions a {
|
412
412
|
border-radius: 2px;
|
413
413
|
}
|
414
414
|
.e-card .e-card-actions .e-card-btn,
|
@@ -444,6 +444,7 @@
|
|
444
444
|
}
|
445
445
|
|
446
446
|
/*! card theme */
|
447
|
+
/* stylelint-disable property-no-vendor-prefix */
|
447
448
|
.e-card {
|
448
449
|
-webkit-tap-highlight-color: #0d6efd;
|
449
450
|
background-color: #fff;
|
@@ -294,12 +294,12 @@
|
|
294
294
|
}
|
295
295
|
.e-card .e-card-header .e-card-header-caption .e-card-header-title {
|
296
296
|
font-size: 13px;
|
297
|
-
font-weight:
|
297
|
+
font-weight: normal;
|
298
298
|
line-height: 18px;
|
299
299
|
}
|
300
300
|
.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
|
301
301
|
font-size: 12px;
|
302
|
-
font-weight:
|
302
|
+
font-weight: normal;
|
303
303
|
line-height: 14px;
|
304
304
|
padding: 0 0 8px;
|
305
305
|
}
|
@@ -407,8 +407,8 @@
|
|
407
407
|
text-overflow: ellipsis;
|
408
408
|
width: inherit;
|
409
409
|
}
|
410
|
-
.e-card .e-card-actions .e-card-btn
|
411
|
-
.e-card .e-card-actions a
|
410
|
+
.e-card .e-card-actions .e-card-btn,
|
411
|
+
.e-card .e-card-actions a {
|
412
412
|
border-radius: 2px;
|
413
413
|
}
|
414
414
|
.e-card .e-card-actions .e-card-btn,
|
@@ -444,6 +444,7 @@
|
|
444
444
|
}
|
445
445
|
|
446
446
|
/*! card theme */
|
447
|
+
/* stylelint-disable property-no-vendor-prefix */
|
447
448
|
.e-card {
|
448
449
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
449
450
|
background-color: #201f1f;
|
package/styles/card/fabric.css
CHANGED
@@ -304,13 +304,13 @@
|
|
304
304
|
}
|
305
305
|
.e-card .e-card-header .e-card-header-caption .e-card-header-title {
|
306
306
|
font-size: 14px;
|
307
|
-
font-weight:
|
307
|
+
font-weight: normal;
|
308
308
|
font-weight: 600;
|
309
309
|
line-height: normal;
|
310
310
|
}
|
311
311
|
.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
|
312
312
|
font-size: 14px;
|
313
|
-
font-weight:
|
313
|
+
font-weight: normal;
|
314
314
|
line-height: normal;
|
315
315
|
padding: 6px 0 0;
|
316
316
|
}
|
@@ -418,8 +418,8 @@
|
|
418
418
|
text-overflow: ellipsis;
|
419
419
|
width: inherit;
|
420
420
|
}
|
421
|
-
.e-card .e-card-actions .e-card-btn
|
422
|
-
.e-card .e-card-actions a
|
421
|
+
.e-card .e-card-actions .e-card-btn,
|
422
|
+
.e-card .e-card-actions a {
|
423
423
|
border-radius: 2px;
|
424
424
|
}
|
425
425
|
.e-card .e-card-actions .e-card-btn,
|
@@ -455,6 +455,7 @@
|
|
455
455
|
}
|
456
456
|
|
457
457
|
/*! card theme */
|
458
|
+
/* stylelint-disable property-no-vendor-prefix */
|
458
459
|
.e-card {
|
459
460
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
460
461
|
background-color: #fff;
|
@@ -300,12 +300,12 @@
|
|
300
300
|
}
|
301
301
|
.e-card .e-card-header .e-card-header-caption .e-card-header-title {
|
302
302
|
font-size: 16px;
|
303
|
-
font-weight:
|
303
|
+
font-weight: normal;
|
304
304
|
line-height: 1.5;
|
305
305
|
}
|
306
306
|
.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
|
307
307
|
font-size: 12px;
|
308
|
-
font-weight:
|
308
|
+
font-weight: normal;
|
309
309
|
line-height: 1.5;
|
310
310
|
padding: 4px 0 0;
|
311
311
|
}
|
@@ -416,8 +416,8 @@
|
|
416
416
|
text-overflow: ellipsis;
|
417
417
|
width: inherit;
|
418
418
|
}
|
419
|
-
.e-card .e-card-actions .e-card-btn
|
420
|
-
.e-card .e-card-actions a
|
419
|
+
.e-card .e-card-actions .e-card-btn,
|
420
|
+
.e-card .e-card-actions a {
|
421
421
|
border-radius: 2px;
|
422
422
|
}
|
423
423
|
.e-card .e-card-actions .e-card-btn,
|
@@ -456,6 +456,7 @@
|
|
456
456
|
}
|
457
457
|
|
458
458
|
/*! card theme */
|
459
|
+
/* stylelint-disable property-no-vendor-prefix */
|
459
460
|
.e-card {
|
460
461
|
-webkit-tap-highlight-color: #0078d4;
|
461
462
|
background-color: #252423;
|
package/styles/card/fluent.css
CHANGED
@@ -300,12 +300,12 @@
|
|
300
300
|
}
|
301
301
|
.e-card .e-card-header .e-card-header-caption .e-card-header-title {
|
302
302
|
font-size: 16px;
|
303
|
-
font-weight:
|
303
|
+
font-weight: normal;
|
304
304
|
line-height: 1.5;
|
305
305
|
}
|
306
306
|
.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
|
307
307
|
font-size: 12px;
|
308
|
-
font-weight:
|
308
|
+
font-weight: normal;
|
309
309
|
line-height: 1.5;
|
310
310
|
padding: 4px 0 0;
|
311
311
|
}
|
@@ -416,8 +416,8 @@
|
|
416
416
|
text-overflow: ellipsis;
|
417
417
|
width: inherit;
|
418
418
|
}
|
419
|
-
.e-card .e-card-actions .e-card-btn
|
420
|
-
.e-card .e-card-actions a
|
419
|
+
.e-card .e-card-actions .e-card-btn,
|
420
|
+
.e-card .e-card-actions a {
|
421
421
|
border-radius: 2px;
|
422
422
|
}
|
423
423
|
.e-card .e-card-actions .e-card-btn,
|
@@ -456,6 +456,7 @@
|
|
456
456
|
}
|
457
457
|
|
458
458
|
/*! card theme */
|
459
|
+
/* stylelint-disable property-no-vendor-prefix */
|
459
460
|
.e-card {
|
460
461
|
-webkit-tap-highlight-color: #0078d4;
|
461
462
|
background-color: #fff;
|
@@ -294,12 +294,12 @@
|
|
294
294
|
}
|
295
295
|
.e-card .e-card-header .e-card-header-caption .e-card-header-title {
|
296
296
|
font-size: 13px;
|
297
|
-
font-weight:
|
297
|
+
font-weight: normal;
|
298
298
|
line-height: 18px;
|
299
299
|
}
|
300
300
|
.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
|
301
301
|
font-size: 12px;
|
302
|
-
font-weight:
|
302
|
+
font-weight: normal;
|
303
303
|
line-height: 14px;
|
304
304
|
padding: 0 0 8px;
|
305
305
|
}
|
@@ -407,8 +407,8 @@
|
|
407
407
|
text-overflow: ellipsis;
|
408
408
|
width: inherit;
|
409
409
|
}
|
410
|
-
.e-card .e-card-actions .e-card-btn
|
411
|
-
.e-card .e-card-actions a
|
410
|
+
.e-card .e-card-actions .e-card-btn,
|
411
|
+
.e-card .e-card-actions a {
|
412
412
|
border-radius: 2px;
|
413
413
|
}
|
414
414
|
.e-card .e-card-actions .e-card-btn,
|
@@ -444,6 +444,7 @@
|
|
444
444
|
}
|
445
445
|
|
446
446
|
/*! card theme */
|
447
|
+
/* stylelint-disable property-no-vendor-prefix */
|
447
448
|
.e-card {
|
448
449
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
449
450
|
background-color: #ccc;
|
@@ -305,13 +305,13 @@
|
|
305
305
|
}
|
306
306
|
.e-card .e-card-header .e-card-header-caption .e-card-header-title {
|
307
307
|
font-size: 14px;
|
308
|
-
font-weight:
|
308
|
+
font-weight: normal;
|
309
309
|
font-weight: 600;
|
310
310
|
line-height: normal;
|
311
311
|
}
|
312
312
|
.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
|
313
313
|
font-size: 14px;
|
314
|
-
font-weight:
|
314
|
+
font-weight: normal;
|
315
315
|
line-height: normal;
|
316
316
|
padding: 6px 0 0;
|
317
317
|
}
|
@@ -419,8 +419,8 @@
|
|
419
419
|
text-overflow: ellipsis;
|
420
420
|
width: inherit;
|
421
421
|
}
|
422
|
-
.e-card .e-card-actions .e-card-btn
|
423
|
-
.e-card .e-card-actions a
|
422
|
+
.e-card .e-card-actions .e-card-btn,
|
423
|
+
.e-card .e-card-actions a {
|
424
424
|
border-radius: 2px;
|
425
425
|
}
|
426
426
|
.e-card .e-card-actions .e-card-btn,
|
@@ -456,6 +456,7 @@
|
|
456
456
|
}
|
457
457
|
|
458
458
|
/*! card theme */
|
459
|
+
/* stylelint-disable property-no-vendor-prefix */
|
459
460
|
.e-card {
|
460
461
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
461
462
|
background-color: #000;
|
@@ -295,12 +295,12 @@
|
|
295
295
|
}
|
296
296
|
.e-card .e-card-header .e-card-header-caption .e-card-header-title {
|
297
297
|
font-size: 13px;
|
298
|
-
font-weight:
|
298
|
+
font-weight: normal;
|
299
299
|
line-height: 18px;
|
300
300
|
}
|
301
301
|
.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
|
302
302
|
font-size: 12px;
|
303
|
-
font-weight:
|
303
|
+
font-weight: normal;
|
304
304
|
line-height: 14px;
|
305
305
|
padding: 0 0 8px;
|
306
306
|
}
|
@@ -408,8 +408,8 @@
|
|
408
408
|
text-overflow: ellipsis;
|
409
409
|
width: inherit;
|
410
410
|
}
|
411
|
-
.e-card .e-card-actions .e-card-btn
|
412
|
-
.e-card .e-card-actions a
|
411
|
+
.e-card .e-card-actions .e-card-btn,
|
412
|
+
.e-card .e-card-actions a {
|
413
413
|
border-radius: 2px;
|
414
414
|
}
|
415
415
|
.e-card .e-card-actions .e-card-btn,
|
@@ -445,6 +445,7 @@
|
|
445
445
|
}
|
446
446
|
|
447
447
|
/*! card theme */
|
448
|
+
/* stylelint-disable property-no-vendor-prefix */
|
448
449
|
.e-card {
|
449
450
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
450
451
|
background-color: #303030;
|
package/styles/card/material.css
CHANGED
@@ -294,12 +294,12 @@
|
|
294
294
|
}
|
295
295
|
.e-card .e-card-header .e-card-header-caption .e-card-header-title {
|
296
296
|
font-size: 13px;
|
297
|
-
font-weight:
|
297
|
+
font-weight: normal;
|
298
298
|
line-height: normal;
|
299
299
|
}
|
300
300
|
.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
|
301
301
|
font-size: 12px;
|
302
|
-
font-weight:
|
302
|
+
font-weight: normal;
|
303
303
|
line-height: normal;
|
304
304
|
padding: 6px 0 0;
|
305
305
|
}
|
@@ -407,8 +407,8 @@
|
|
407
407
|
text-overflow: ellipsis;
|
408
408
|
width: inherit;
|
409
409
|
}
|
410
|
-
.e-card .e-card-actions .e-card-btn
|
411
|
-
.e-card .e-card-actions a
|
410
|
+
.e-card .e-card-actions .e-card-btn,
|
411
|
+
.e-card .e-card-actions a {
|
412
412
|
border-radius: 2px;
|
413
413
|
}
|
414
414
|
.e-card .e-card-actions .e-card-btn,
|
@@ -444,6 +444,7 @@
|
|
444
444
|
}
|
445
445
|
|
446
446
|
/*! card theme */
|
447
|
+
/* stylelint-disable property-no-vendor-prefix */
|
447
448
|
.e-card {
|
448
449
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
449
450
|
background-color: #fff;
|
@@ -293,12 +293,12 @@
|
|
293
293
|
}
|
294
294
|
.e-card .e-card-header .e-card-header-caption .e-card-header-title {
|
295
295
|
font-size: 14px;
|
296
|
-
font-weight:
|
296
|
+
font-weight: normal;
|
297
297
|
line-height: 1.5;
|
298
298
|
}
|
299
299
|
.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
|
300
300
|
font-size: 14px;
|
301
|
-
font-weight:
|
301
|
+
font-weight: normal;
|
302
302
|
line-height: 1.5;
|
303
303
|
padding: 2px 0 0;
|
304
304
|
}
|
@@ -410,10 +410,6 @@
|
|
410
410
|
.e-card .e-card-actions a {
|
411
411
|
border-radius: 4px;
|
412
412
|
}
|
413
|
-
.e-card .e-card-actions .e-card-btn else,
|
414
|
-
.e-card .e-card-actions a else {
|
415
|
-
border-radius: 2px;
|
416
|
-
}
|
417
413
|
.e-card .e-card-actions .e-card-btn,
|
418
414
|
.e-card .e-card-actions a {
|
419
415
|
font-family: "Inter";
|
@@ -450,6 +446,7 @@
|
|
450
446
|
}
|
451
447
|
|
452
448
|
/*! card theme */
|
449
|
+
/* stylelint-disable property-no-vendor-prefix */
|
453
450
|
.e-card {
|
454
451
|
-webkit-tap-highlight-color: #22d3ee;
|
455
452
|
background-color: #1f2937;
|
package/styles/card/tailwind.css
CHANGED
@@ -293,12 +293,12 @@
|
|
293
293
|
}
|
294
294
|
.e-card .e-card-header .e-card-header-caption .e-card-header-title {
|
295
295
|
font-size: 14px;
|
296
|
-
font-weight:
|
296
|
+
font-weight: normal;
|
297
297
|
line-height: 1.5;
|
298
298
|
}
|
299
299
|
.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
|
300
300
|
font-size: 14px;
|
301
|
-
font-weight:
|
301
|
+
font-weight: normal;
|
302
302
|
line-height: 1.5;
|
303
303
|
padding: 2px 0 0;
|
304
304
|
}
|
@@ -410,10 +410,6 @@
|
|
410
410
|
.e-card .e-card-actions a {
|
411
411
|
border-radius: 4px;
|
412
412
|
}
|
413
|
-
.e-card .e-card-actions .e-card-btn else,
|
414
|
-
.e-card .e-card-actions a else {
|
415
|
-
border-radius: 2px;
|
416
|
-
}
|
417
413
|
.e-card .e-card-actions .e-card-btn,
|
418
414
|
.e-card .e-card-actions a {
|
419
415
|
font-family: "Inter";
|
@@ -450,6 +446,7 @@
|
|
450
446
|
}
|
451
447
|
|
452
448
|
/*! card theme */
|
449
|
+
/* stylelint-disable property-no-vendor-prefix */
|
453
450
|
.e-card {
|
454
451
|
-webkit-tap-highlight-color: #4f46e5;
|
455
452
|
background-color: #fff;
|
@@ -74,7 +74,6 @@ $panel-south-east-icon-bottom: -5px !default;
|
|
74
74
|
$panel-south-west-icon-left: -6px !default;
|
75
75
|
$panel-south-west-icon-bottom: -5px !default;
|
76
76
|
|
77
|
-
|
78
77
|
// north-east-icon-styles
|
79
78
|
|
80
79
|
$panel-north-east-icon-right: -6px !default;
|
@@ -94,10 +93,9 @@ $panel-drop-border-radius: 0 !default;
|
|
94
93
|
// dragging element style
|
95
94
|
|
96
95
|
$panel-dragging-cursor: move !default;
|
97
|
-
|
96
|
+
/* stylelint-disable */
|
98
97
|
$panel-dragging-zindex: 1111 !important !default;
|
99
98
|
$panel-drag-prevent: none !default;
|
100
|
-
// sass-lint:disable-all
|
101
99
|
$element-width-complete: 100% !important !default;
|
102
100
|
//gridlines
|
103
101
|
$gridline-background: #141414 !default;
|
@@ -74,7 +74,6 @@ $panel-south-east-icon-bottom: -5px !default;
|
|
74
74
|
$panel-south-west-icon-left: -6px !default;
|
75
75
|
$panel-south-west-icon-bottom: -5px !default;
|
76
76
|
|
77
|
-
|
78
77
|
// north-east-icon-styles
|
79
78
|
|
80
79
|
$panel-north-east-icon-right: -6px !default;
|
@@ -94,10 +93,9 @@ $panel-drop-border-radius: 4px !default;
|
|
94
93
|
// dragging element style
|
95
94
|
|
96
95
|
$panel-dragging-cursor: move !default;
|
97
|
-
|
96
|
+
/* stylelint-disable */
|
98
97
|
$panel-dragging-zindex: 1111 !important !default;
|
99
98
|
$panel-drag-prevent: none !default;
|
100
|
-
// sass-lint:disable-all
|
101
99
|
$element-width-complete: 100% !important !default;
|
102
100
|
//gridlines
|
103
101
|
$gridline-background: $grey-lighter !default;
|
@@ -20,6 +20,7 @@ $panel-header-font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif, '
|
|
20
20
|
$panel-header-white-space: nowrap !default;
|
21
21
|
$panel-header-overflow: hidden !default;
|
22
22
|
$panel-header-text-overflow: ellipsis !default;
|
23
|
+
|
23
24
|
// Touch
|
24
25
|
|
25
26
|
$panel-bigger-header-height: 30px !default;
|
@@ -73,7 +74,6 @@ $panel-south-east-icon-bottom: -5px !default;
|
|
73
74
|
$panel-south-west-icon-left: -6px !default;
|
74
75
|
$panel-south-west-icon-bottom: -5px !default;
|
75
76
|
|
76
|
-
|
77
77
|
// north-east-icon-styles
|
78
78
|
|
79
79
|
$panel-north-east-icon-right: -6px !default;
|
@@ -93,10 +93,9 @@ $panel-drop-border-radius: 4px !default;
|
|
93
93
|
// dragging element style
|
94
94
|
|
95
95
|
$panel-dragging-cursor: move !default;
|
96
|
-
|
96
|
+
/* stylelint-disable */
|
97
97
|
$panel-dragging-zindex: 1111 !important !default;
|
98
98
|
$panel-drag-prevent: none !default;
|
99
|
-
// sass-lint:disable-all
|
100
99
|
$element-width-complete: 100% !important !default;
|
101
100
|
//gridlines
|
102
101
|
$gridline-background: $gray-100 !default;
|
@@ -83,11 +83,10 @@ $panel-drag-prevent: none !default;
|
|
83
83
|
$panel-content-template-height: inherit !default;
|
84
84
|
$panel-content-template-width: inherit !default;
|
85
85
|
|
86
|
-
|
86
|
+
/* stylelint-disable */
|
87
87
|
$panel-dragging-zindex: 1111 !important !default;
|
88
88
|
$panel-drag-prevent: none !default;
|
89
89
|
|
90
|
-
// sass-lint:disable-all
|
91
90
|
$element-width-complete: 100% !important !default;
|
92
91
|
|
93
92
|
// colors
|
@@ -74,7 +74,6 @@ $panel-south-east-icon-bottom: -5px !default;
|
|
74
74
|
$panel-south-west-icon-left: -6px !default;
|
75
75
|
$panel-south-west-icon-bottom: -5px !default;
|
76
76
|
|
77
|
-
|
78
77
|
// north-east-icon-styles
|
79
78
|
|
80
79
|
$panel-north-east-icon-right: -6px !default;
|
@@ -94,10 +93,9 @@ $panel-drop-border-radius: 0 !default;
|
|
94
93
|
// dragging element style
|
95
94
|
|
96
95
|
$panel-dragging-cursor: move !default;
|
97
|
-
|
96
|
+
/* stylelint-disable */
|
98
97
|
$panel-dragging-zindex: 1111 !important !default;
|
99
98
|
$panel-drag-prevent: none !default;
|
100
|
-
// sass-lint:disable-all
|
101
99
|
$element-width-complete: 100% !important !default;
|
102
100
|
//gridlines
|
103
101
|
$gridline-background: #191919 !default;
|
@@ -74,7 +74,6 @@ $panel-south-east-icon-bottom: -5px !default;
|
|
74
74
|
$panel-south-west-icon-left: -6px !default;
|
75
75
|
$panel-south-west-icon-bottom: -5px !default;
|
76
76
|
|
77
|
-
|
78
77
|
// north-east-icon-styles
|
79
78
|
|
80
79
|
$panel-north-east-icon-right: -6px !default;
|
@@ -94,10 +93,9 @@ $panel-drop-border-radius: 0 !default;
|
|
94
93
|
// dragging element style
|
95
94
|
|
96
95
|
$panel-dragging-cursor: move !default;
|
97
|
-
|
96
|
+
/* stylelint-disable */
|
98
97
|
$panel-dragging-zindex: 1111 !important !default;
|
99
98
|
$panel-drag-prevent: none !default;
|
100
|
-
// sass-lint:disable-all
|
101
99
|
$element-width-complete: 100% !important !default;
|
102
100
|
//gridlines
|
103
101
|
$gridline-background: $neutral-lighter !default;
|
@@ -74,11 +74,10 @@ $panel-drag-prevent: none !default;
|
|
74
74
|
$panel-content-template-height: inherit !default;
|
75
75
|
$panel-content-template-width: inherit !default;
|
76
76
|
|
77
|
-
|
77
|
+
/* stylelint-disable */
|
78
78
|
$panel-dragging-zindex: 1111 !important !default;
|
79
79
|
$panel-drag-prevent: none !default;
|
80
80
|
|
81
|
-
// sass-lint:disable-all
|
82
81
|
$element-width-complete: 100% !important !default;
|
83
82
|
|
84
83
|
// colors
|
@@ -83,11 +83,10 @@ $panel-drag-prevent: none !default;
|
|
83
83
|
$panel-content-template-height: inherit !default;
|
84
84
|
$panel-content-template-width: inherit !default;
|
85
85
|
|
86
|
-
|
86
|
+
/* stylelint-disable */
|
87
87
|
$panel-dragging-zindex: 1111 !important !default;
|
88
88
|
$panel-drag-prevent: none !default;
|
89
89
|
|
90
|
-
// sass-lint:disable-all
|
91
90
|
$element-width-complete: 100% !important !default;
|
92
91
|
|
93
92
|
// colors
|
@@ -72,7 +72,6 @@ $panel-south-east-icon-bottom: -5px !default;
|
|
72
72
|
$panel-south-west-icon-left: -6px !default;
|
73
73
|
$panel-south-west-icon-bottom: -5px !default;
|
74
74
|
|
75
|
-
|
76
75
|
// north-east-icon-styles
|
77
76
|
|
78
77
|
$panel-north-east-icon-right: -6px !default;
|
@@ -92,10 +91,9 @@ $panel-drop-border-radius: 0 !default;
|
|
92
91
|
// dragging element style
|
93
92
|
|
94
93
|
$panel-dragging-cursor: move !default;
|
95
|
-
|
94
|
+
/* stylelint-disable */
|
96
95
|
$panel-dragging-zindex: 1111 !important !default;
|
97
96
|
$panel-drag-prevent: none !default;
|
98
|
-
// sass-lint:disable-all
|
99
97
|
$element-width-complete: 100% !important !default;
|
100
98
|
//gridlines
|
101
99
|
$gridline-background: $bg-base-10 !default;
|
@@ -72,7 +72,6 @@ $panel-south-east-icon-bottom: -5px !default;
|
|
72
72
|
$panel-south-west-icon-left: -6px !default;
|
73
73
|
$panel-south-west-icon-bottom: -5px !default;
|
74
74
|
|
75
|
-
|
76
75
|
// north-east-icon-styles
|
77
76
|
|
78
77
|
$panel-north-east-icon-right: -6px !default;
|
@@ -92,10 +91,9 @@ $panel-drop-border-radius: 0 !default;
|
|
92
91
|
// dragging element style
|
93
92
|
|
94
93
|
$panel-dragging-cursor: move !default;
|
95
|
-
|
94
|
+
/* stylelint-disable */
|
96
95
|
$panel-dragging-zindex: 1111 !important !default;
|
97
96
|
$panel-drag-prevent: none !default;
|
98
|
-
// sass-lint:disable-all
|
99
97
|
$element-width-complete: 100% !important !default;
|
100
98
|
//gridlines
|
101
99
|
$gridline-background: $bg-base-10 !default;
|
@@ -8,7 +8,6 @@
|
|
8
8
|
}
|
9
9
|
}
|
10
10
|
|
11
|
-
|
12
11
|
@include export-module('dashboardlayout-layout') {
|
13
12
|
.e-dashboardlayout.e-control {
|
14
13
|
|
@@ -135,7 +134,6 @@
|
|
135
134
|
}
|
136
135
|
|
137
136
|
& .e-panel {
|
138
|
-
|
139
137
|
border: $panel-border;
|
140
138
|
height: $panel-full-height;
|
141
139
|
user-select: none;
|
@@ -217,13 +215,10 @@
|
|
217
215
|
& .e-header-template {
|
218
216
|
float: left;
|
219
217
|
}
|
220
|
-
|
221
218
|
}
|
222
|
-
|
223
219
|
}
|
224
220
|
|
225
221
|
.e-holder {
|
226
|
-
|
227
222
|
background: $panel-drop-background;
|
228
223
|
border: $panel-drop-border;
|
229
224
|
border-radius: $panel-drop-border-radius;
|
@@ -73,7 +73,6 @@ $panel-south-east-icon-bottom: -5px !default;
|
|
73
73
|
$panel-south-west-icon-left: -6px !default;
|
74
74
|
$panel-south-west-icon-bottom: -5px !default;
|
75
75
|
|
76
|
-
|
77
76
|
// north-east-icon-styles
|
78
77
|
|
79
78
|
$panel-north-east-icon-right: -6px !default;
|
@@ -93,10 +92,9 @@ $panel-drop-border-radius: 0 !default;
|
|
93
92
|
// dragging element style
|
94
93
|
|
95
94
|
$panel-dragging-cursor: move !default;
|
96
|
-
|
95
|
+
/* stylelint-disable */
|
97
96
|
$panel-dragging-zindex: 1111 !important !default;
|
98
97
|
$panel-drag-prevent: none !default;
|
99
|
-
// sass-lint:disable-all
|
100
98
|
$element-width-complete: 100% !important !default;
|
101
99
|
//gridlines
|
102
100
|
$gridline-background: #1E1E1E !default;
|
@@ -73,7 +73,6 @@ $panel-south-east-icon-bottom: 1px !default;
|
|
73
73
|
$panel-south-west-icon-left: 1px !default;
|
74
74
|
$panel-south-west-icon-bottom: 1px !default;
|
75
75
|
|
76
|
-
|
77
76
|
// north-east-icon-styles
|
78
77
|
|
79
78
|
$panel-north-east-icon-right: 1px !default;
|
@@ -94,10 +93,9 @@ $panel-drop-border-radius: 2px !default;
|
|
94
93
|
|
95
94
|
$panel-dragging-cursor: move !default;
|
96
95
|
$panel-drag-prevent: none !default;
|
97
|
-
|
96
|
+
/* stylelint-disable */
|
98
97
|
$panel-dragging-zindex: 1111 !important !default;
|
99
98
|
$panel-drag-prevent: none !default;
|
100
|
-
// sass-lint:disable-all
|
101
99
|
$element-width-complete: 100% !important !default;
|
102
100
|
//gridlines
|
103
101
|
$gridline-background: $grey-100 !default;
|