@syncfusion/ej2-react-layouts 20.2.46 → 20.3.48
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 +24 -31
- package/dist/ej2-react-layouts.min.js +10 -0
- package/dist/ej2-react-layouts.umd.min.js +1 -1
- package/package.json +8 -8
- 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/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.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/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/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
@@ -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: 14px;
|
298
|
-
font-weight:
|
298
|
+
font-weight: normal;
|
299
299
|
line-height: normal;
|
300
300
|
}
|
301
301
|
.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
|
302
302
|
font-size: 14px;
|
303
|
-
font-weight:
|
303
|
+
font-weight: normal;
|
304
304
|
line-height: normal;
|
305
305
|
padding: 6px 0 0;
|
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: #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: 14px;
|
303
|
-
font-weight:
|
303
|
+
font-weight: normal;
|
304
304
|
line-height: 21px;
|
305
305
|
}
|
306
306
|
.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
|
307
307
|
font-size: 14px;
|
308
|
-
font-weight:
|
308
|
+
font-weight: normal;
|
309
309
|
line-height: 16px;
|
310
310
|
padding: 10px 0 0;
|
311
311
|
}
|
@@ -413,8 +413,8 @@
|
|
413
413
|
text-overflow: ellipsis;
|
414
414
|
width: inherit;
|
415
415
|
}
|
416
|
-
.e-card .e-card-actions .e-card-btn
|
417
|
-
.e-card .e-card-actions a
|
416
|
+
.e-card .e-card-actions .e-card-btn,
|
417
|
+
.e-card .e-card-actions a {
|
418
418
|
border-radius: 2px;
|
419
419
|
}
|
420
420
|
.e-card .e-card-actions .e-card-btn,
|
@@ -450,6 +450,7 @@
|
|
450
450
|
}
|
451
451
|
|
452
452
|
/*! card theme */
|
453
|
+
/* stylelint-disable property-no-vendor-prefix */
|
453
454
|
.e-card {
|
454
455
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
455
456
|
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: 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;
|
@@ -1,5 +1,6 @@
|
|
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
|
+
/* stylelint-disable */
|
3
4
|
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
|
4
5
|
height: 100%;
|
5
6
|
padding: 20px 0;
|
@@ -1,5 +1,6 @@
|
|
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
|
+
/* stylelint-disable */
|
3
4
|
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
|
4
5
|
height: 100%;
|
5
6
|
padding: 20px 0;
|
@@ -1,5 +1,6 @@
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
2
2
|
/*! component's theme wise override tailwind-definitions and variables */
|
3
|
+
/* stylelint-disable */
|
3
4
|
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
|
4
5
|
height: 100%;
|
5
6
|
padding: 20px 0;
|
@@ -1,5 +1,6 @@
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
2
2
|
/*! component's theme wise override tailwind-definitions and variables */
|
3
|
+
/* stylelint-disable */
|
3
4
|
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
|
4
5
|
height: 100%;
|
5
6
|
padding: 20px 0;
|
package/styles/fabric-dark.css
CHANGED
@@ -337,12 +337,12 @@
|
|
337
337
|
}
|
338
338
|
.e-card .e-card-header .e-card-header-caption .e-card-header-title {
|
339
339
|
font-size: 13px;
|
340
|
-
font-weight:
|
340
|
+
font-weight: normal;
|
341
341
|
line-height: 18px;
|
342
342
|
}
|
343
343
|
.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
|
344
344
|
font-size: 12px;
|
345
|
-
font-weight:
|
345
|
+
font-weight: normal;
|
346
346
|
line-height: 14px;
|
347
347
|
padding: 0 0 8px;
|
348
348
|
}
|
@@ -450,8 +450,8 @@
|
|
450
450
|
text-overflow: ellipsis;
|
451
451
|
width: inherit;
|
452
452
|
}
|
453
|
-
.e-card .e-card-actions .e-card-btn
|
454
|
-
.e-card .e-card-actions a
|
453
|
+
.e-card .e-card-actions .e-card-btn,
|
454
|
+
.e-card .e-card-actions a {
|
455
455
|
border-radius: 2px;
|
456
456
|
}
|
457
457
|
.e-card .e-card-actions .e-card-btn,
|
@@ -487,6 +487,7 @@
|
|
487
487
|
}
|
488
488
|
|
489
489
|
/*! card theme */
|
490
|
+
/* stylelint-disable property-no-vendor-prefix */
|
490
491
|
.e-card {
|
491
492
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
492
493
|
background-color: #201f1f;
|
@@ -609,8 +610,8 @@
|
|
609
610
|
}
|
610
611
|
.e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal.e-pane-hidden, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal.e-pane-hidden {
|
611
612
|
-ms-flex-preferred-size: 0 !important;
|
612
|
-
flex-basis: 0 !important;
|
613
|
-
overflow: hidden !important;
|
613
|
+
flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
|
614
|
+
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
614
615
|
}
|
615
616
|
.e-splitter.e-splitter-horizontal {
|
616
617
|
-ms-flex-direction: row;
|
@@ -643,8 +644,8 @@
|
|
643
644
|
}
|
644
645
|
.e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden {
|
645
646
|
-ms-flex-preferred-size: 0 !important;
|
646
|
-
flex-basis: 0 !important;
|
647
|
-
overflow: hidden !important;
|
647
|
+
flex-basis: 0 !important; /* stylelint-disable-line declaration-no-important */
|
648
|
+
overflow: hidden !important; /* stylelint-disable-line declaration-no-important */
|
648
649
|
}
|
649
650
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before,
|
650
651
|
.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after {
|
@@ -1046,7 +1047,8 @@
|
|
1046
1047
|
pointer-events: none;
|
1047
1048
|
}
|
1048
1049
|
|
1049
|
-
/*! component's theme wise override fabric-definitions and variables */
|
1050
|
+
/* stylelint-disable-line no-empty-source */ /*! component's theme wise override fabric-definitions and variables */
|
1051
|
+
/* stylelint-disable */
|
1050
1052
|
.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east {
|
1051
1053
|
height: 100%;
|
1052
1054
|
padding: 20px 0;
|