@syncfusion/ej2-layouts 27.2.2 → 28.1.33
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/README.md +3 -3
- package/dist/ej2-layouts.min.js +3 -3
- package/dist/ej2-layouts.umd.min.js +3 -3
- package/dist/ej2-layouts.umd.min.js.map +1 -1
- package/dist/es6/ej2-layouts.es2015.js +25 -1
- package/dist/es6/ej2-layouts.es2015.js.map +1 -1
- package/dist/es6/ej2-layouts.es5.js +25 -1
- package/dist/es6/ej2-layouts.es5.js.map +1 -1
- package/dist/global/ej2-layouts.min.js +3 -3
- package/dist/global/ej2-layouts.min.js.map +1 -1
- package/dist/global/index.d.ts +2 -2
- package/package.json +7 -7
- package/src/splitter/splitter.js +25 -1
- package/styles/avatar/_layout.scss +5 -5
- package/styles/avatar/_tailwind3-definition.scss +26 -0
- package/styles/avatar/bds.css +69 -0
- package/styles/avatar/bds.scss +3 -0
- package/styles/avatar/fluent2.css +1 -1
- package/styles/avatar/tailwind3.css +65 -0
- package/styles/avatar/tailwind3.scss +3 -0
- package/styles/bds-lite.css +1557 -0
- package/styles/bds-lite.scss +14 -0
- package/styles/bds.css +1796 -0
- package/styles/bds.scss +18 -0
- package/styles/bootstrap-dark-lite.css +3 -3
- package/styles/bootstrap-dark.css +3 -3
- package/styles/bootstrap-lite.css +3 -3
- package/styles/bootstrap.css +3 -3
- package/styles/bootstrap4-lite.css +3 -3
- package/styles/bootstrap4.css +3 -3
- package/styles/bootstrap5-dark-lite.css +3 -3
- package/styles/bootstrap5-dark.css +3 -3
- package/styles/bootstrap5-lite.css +3 -3
- package/styles/bootstrap5.3-lite.css +3 -3
- package/styles/bootstrap5.3.css +3 -3
- package/styles/bootstrap5.css +3 -3
- package/styles/card/_bigger.scss +8 -2
- package/styles/card/_layout.scss +15 -4
- package/styles/card/_tailwind3-definition.scss +126 -0
- package/styles/card/bds.css +561 -0
- package/styles/card/bds.scss +4 -0
- package/styles/card/fabric.css +0 -1
- package/styles/card/fluent2.css +2 -3
- package/styles/card/highcontrast.css +0 -1
- package/styles/card/tailwind3.css +551 -0
- package/styles/card/tailwind3.scss +4 -0
- package/styles/dashboard-layout/_bigger.scss +1 -1
- package/styles/dashboard-layout/_layout.scss +4 -4
- package/styles/dashboard-layout/_tailwind3-definition.scss +108 -0
- package/styles/dashboard-layout/_theme.scss +8 -1
- package/styles/dashboard-layout/bds.css +328 -0
- package/styles/dashboard-layout/bds.scss +5 -0
- package/styles/dashboard-layout/bootstrap-dark.css +2 -2
- package/styles/dashboard-layout/bootstrap.css +2 -2
- package/styles/dashboard-layout/bootstrap4.css +2 -2
- package/styles/dashboard-layout/bootstrap5-dark.css +2 -2
- package/styles/dashboard-layout/bootstrap5.3.css +2 -2
- package/styles/dashboard-layout/bootstrap5.css +2 -2
- package/styles/dashboard-layout/fabric-dark.css +2 -2
- package/styles/dashboard-layout/fabric.css +2 -2
- package/styles/dashboard-layout/fluent-dark.css +2 -2
- package/styles/dashboard-layout/fluent.css +2 -2
- package/styles/dashboard-layout/fluent2.css +3 -3
- package/styles/dashboard-layout/highcontrast-light.css +2 -2
- package/styles/dashboard-layout/highcontrast.css +2 -2
- package/styles/dashboard-layout/icons/_tailwind3.scss +80 -0
- package/styles/dashboard-layout/material-dark.css +2 -2
- package/styles/dashboard-layout/material.css +2 -2
- package/styles/dashboard-layout/material3-dark.css +2 -2
- package/styles/dashboard-layout/material3.css +2 -2
- package/styles/dashboard-layout/tailwind-dark.css +5 -2
- package/styles/dashboard-layout/tailwind.css +5 -2
- package/styles/dashboard-layout/tailwind3.css +314 -0
- package/styles/dashboard-layout/tailwind3.scss +5 -0
- package/styles/fabric-dark-lite.css +3 -3
- package/styles/fabric-dark.css +3 -3
- package/styles/fabric-lite.css +3 -4
- package/styles/fabric.css +3 -4
- package/styles/fluent-dark-lite.css +3 -3
- package/styles/fluent-dark.css +3 -3
- package/styles/fluent-lite.css +3 -3
- package/styles/fluent.css +3 -3
- package/styles/fluent2-lite.css +8 -9
- package/styles/fluent2.css +8 -9
- package/styles/highcontrast-light-lite.css +3 -3
- package/styles/highcontrast-light.css +3 -3
- package/styles/highcontrast-lite.css +3 -4
- package/styles/highcontrast.css +3 -4
- package/styles/material-dark-lite.css +3 -3
- package/styles/material-dark.css +3 -3
- package/styles/material-lite.css +3 -3
- package/styles/material.css +3 -3
- package/styles/material3-dark-lite.css +3 -3
- package/styles/material3-dark.css +3 -3
- package/styles/material3-lite.css +3 -3
- package/styles/material3.css +3 -3
- package/styles/splitter/_tailwind3-definition.scss +31 -0
- package/styles/splitter/bds.css +547 -0
- package/styles/splitter/bds.scss +5 -0
- package/styles/splitter/fluent2.css +1 -1
- package/styles/splitter/icons/_tailwind3.scss +21 -0
- package/styles/splitter/tailwind3.css +547 -0
- package/styles/splitter/tailwind3.scss +5 -0
- package/styles/tailwind-dark-lite.css +6 -3
- package/styles/tailwind-dark.css +6 -3
- package/styles/tailwind-lite.css +6 -3
- package/styles/tailwind.css +6 -3
- package/styles/tailwind3-lite.css +1538 -0
- package/styles/tailwind3-lite.scss +14 -0
- package/styles/tailwind3.css +1767 -0
- package/styles/tailwind3.scss +18 -0
- package/styles/timeline/_layout.scss +1 -1
- package/styles/timeline/_tailwind3-definition.scss +18 -0
- package/styles/timeline/bds.css +303 -0
- package/styles/timeline/bds.scss +4 -0
- package/styles/timeline/bootstrap-dark.css +1 -1
- package/styles/timeline/bootstrap.css +1 -1
- package/styles/timeline/bootstrap4.css +1 -1
- package/styles/timeline/bootstrap5-dark.css +1 -1
- package/styles/timeline/bootstrap5.3.css +1 -1
- package/styles/timeline/bootstrap5.css +1 -1
- package/styles/timeline/fabric-dark.css +1 -1
- package/styles/timeline/fabric.css +1 -1
- package/styles/timeline/fluent-dark.css +1 -1
- package/styles/timeline/fluent.css +1 -1
- package/styles/timeline/fluent2.css +1 -1
- package/styles/timeline/highcontrast-light.css +1 -1
- package/styles/timeline/highcontrast.css +1 -1
- package/styles/timeline/material-dark.css +1 -1
- package/styles/timeline/material.css +1 -1
- package/styles/timeline/material3-dark.css +1 -1
- package/styles/timeline/material3.css +1 -1
- package/styles/timeline/tailwind-dark.css +1 -1
- package/styles/timeline/tailwind.css +1 -1
- package/styles/timeline/tailwind3.css +303 -0
- package/styles/timeline/tailwind3.scss +4 -0
package/styles/bds.scss
ADDED
@@ -0,0 +1,18 @@
|
|
1
|
+
@import 'ej2-base/styles/definition/bds.scss';
|
2
|
+
@import 'avatar/bds-definition.scss';
|
3
|
+
@import 'avatar/all.scss';
|
4
|
+
|
5
|
+
@import 'card/bds-definition.scss';
|
6
|
+
@import 'card/all.scss';
|
7
|
+
@import 'card/bigger.scss';
|
8
|
+
@import 'splitter/bds-definition.scss';
|
9
|
+
@import 'splitter/icons/bds.scss';
|
10
|
+
@import 'splitter/all.scss';
|
11
|
+
@import 'splitter/bigger.scss';
|
12
|
+
@import 'dashboard-layout/bds-definition.scss';
|
13
|
+
@import 'dashboard-layout/icons/bds.scss';
|
14
|
+
@import 'dashboard-layout/all.scss';
|
15
|
+
@import 'dashboard-layout/bigger.scss';
|
16
|
+
@import 'timeline/bds-definition.scss';
|
17
|
+
@import 'timeline/all.scss';
|
18
|
+
@import 'timeline/bigger.scss';
|
@@ -1099,8 +1099,8 @@
|
|
1099
1099
|
display: none;
|
1100
1100
|
}
|
1101
1101
|
.e-dashboardlayout.e-control .e-panel.e-panel-transition {
|
1102
|
-
-webkit-transition: top 0.
|
1103
|
-
transition: top 0.
|
1102
|
+
-webkit-transition: top 0.1s, left 0.1s;
|
1103
|
+
transition: top 0.1s, left 0.1s;
|
1104
1104
|
}
|
1105
1105
|
.e-dashboardlayout.e-control .e-panel .e-panel-header {
|
1106
1106
|
border-bottom: 1px solid #505050;
|
@@ -1445,7 +1445,7 @@
|
|
1445
1445
|
left: auto;
|
1446
1446
|
}
|
1447
1447
|
.e-timeline.e-horizontal .e-dot-item {
|
1448
|
-
margin:
|
1448
|
+
margin: var(--dot-size);
|
1449
1449
|
}
|
1450
1450
|
.e-timeline.e-horizontal .e-opposite-content,
|
1451
1451
|
.e-timeline.e-horizontal .e-content {
|
@@ -1274,8 +1274,8 @@
|
|
1274
1274
|
display: none;
|
1275
1275
|
}
|
1276
1276
|
.e-dashboardlayout.e-control .e-panel.e-panel-transition {
|
1277
|
-
-webkit-transition: top 0.
|
1278
|
-
transition: top 0.
|
1277
|
+
-webkit-transition: top 0.1s, left 0.1s;
|
1278
|
+
transition: top 0.1s, left 0.1s;
|
1279
1279
|
}
|
1280
1280
|
.e-dashboardlayout.e-control .e-panel .e-panel-header {
|
1281
1281
|
border-bottom: 1px solid #505050;
|
@@ -1637,7 +1637,7 @@
|
|
1637
1637
|
left: auto;
|
1638
1638
|
}
|
1639
1639
|
.e-timeline.e-horizontal .e-dot-item {
|
1640
|
-
margin:
|
1640
|
+
margin: var(--dot-size);
|
1641
1641
|
}
|
1642
1642
|
.e-timeline.e-horizontal .e-opposite-content,
|
1643
1643
|
.e-timeline.e-horizontal .e-content {
|
@@ -1099,8 +1099,8 @@
|
|
1099
1099
|
display: none;
|
1100
1100
|
}
|
1101
1101
|
.e-dashboardlayout.e-control .e-panel.e-panel-transition {
|
1102
|
-
-webkit-transition: top 0.
|
1103
|
-
transition: top 0.
|
1102
|
+
-webkit-transition: top 0.1s, left 0.1s;
|
1103
|
+
transition: top 0.1s, left 0.1s;
|
1104
1104
|
}
|
1105
1105
|
.e-dashboardlayout.e-control .e-panel .e-panel-header {
|
1106
1106
|
border-bottom: 1px solid #e6e6e6;
|
@@ -1445,7 +1445,7 @@
|
|
1445
1445
|
left: auto;
|
1446
1446
|
}
|
1447
1447
|
.e-timeline.e-horizontal .e-dot-item {
|
1448
|
-
margin:
|
1448
|
+
margin: var(--dot-size);
|
1449
1449
|
}
|
1450
1450
|
.e-timeline.e-horizontal .e-opposite-content,
|
1451
1451
|
.e-timeline.e-horizontal .e-content {
|
package/styles/bootstrap.css
CHANGED
@@ -1275,8 +1275,8 @@
|
|
1275
1275
|
display: none;
|
1276
1276
|
}
|
1277
1277
|
.e-dashboardlayout.e-control .e-panel.e-panel-transition {
|
1278
|
-
-webkit-transition: top 0.
|
1279
|
-
transition: top 0.
|
1278
|
+
-webkit-transition: top 0.1s, left 0.1s;
|
1279
|
+
transition: top 0.1s, left 0.1s;
|
1280
1280
|
}
|
1281
1281
|
.e-dashboardlayout.e-control .e-panel .e-panel-header {
|
1282
1282
|
border-bottom: 1px solid #e6e6e6;
|
@@ -1638,7 +1638,7 @@
|
|
1638
1638
|
left: auto;
|
1639
1639
|
}
|
1640
1640
|
.e-timeline.e-horizontal .e-dot-item {
|
1641
|
-
margin:
|
1641
|
+
margin: var(--dot-size);
|
1642
1642
|
}
|
1643
1643
|
.e-timeline.e-horizontal .e-opposite-content,
|
1644
1644
|
.e-timeline.e-horizontal .e-content {
|
@@ -1095,8 +1095,8 @@
|
|
1095
1095
|
display: none;
|
1096
1096
|
}
|
1097
1097
|
.e-dashboardlayout.e-control .e-panel.e-panel-transition {
|
1098
|
-
-webkit-transition: top 0.
|
1099
|
-
transition: top 0.
|
1098
|
+
-webkit-transition: top 0.1s, left 0.1s;
|
1099
|
+
transition: top 0.1s, left 0.1s;
|
1100
1100
|
}
|
1101
1101
|
.e-dashboardlayout.e-control .e-panel .e-panel-header {
|
1102
1102
|
border-bottom: 1px solid #e9ecef;
|
@@ -1441,7 +1441,7 @@
|
|
1441
1441
|
left: auto;
|
1442
1442
|
}
|
1443
1443
|
.e-timeline.e-horizontal .e-dot-item {
|
1444
|
-
margin:
|
1444
|
+
margin: var(--dot-size);
|
1445
1445
|
}
|
1446
1446
|
.e-timeline.e-horizontal .e-opposite-content,
|
1447
1447
|
.e-timeline.e-horizontal .e-content {
|
package/styles/bootstrap4.css
CHANGED
@@ -1279,8 +1279,8 @@
|
|
1279
1279
|
display: none;
|
1280
1280
|
}
|
1281
1281
|
.e-dashboardlayout.e-control .e-panel.e-panel-transition {
|
1282
|
-
-webkit-transition: top 0.
|
1283
|
-
transition: top 0.
|
1282
|
+
-webkit-transition: top 0.1s, left 0.1s;
|
1283
|
+
transition: top 0.1s, left 0.1s;
|
1284
1284
|
}
|
1285
1285
|
.e-dashboardlayout.e-control .e-panel .e-panel-header {
|
1286
1286
|
border-bottom: 1px solid #e9ecef;
|
@@ -1642,7 +1642,7 @@
|
|
1642
1642
|
left: auto;
|
1643
1643
|
}
|
1644
1644
|
.e-timeline.e-horizontal .e-dot-item {
|
1645
|
-
margin:
|
1645
|
+
margin: var(--dot-size);
|
1646
1646
|
}
|
1647
1647
|
.e-timeline.e-horizontal .e-opposite-content,
|
1648
1648
|
.e-timeline.e-horizontal .e-content {
|
@@ -1108,8 +1108,8 @@
|
|
1108
1108
|
display: none;
|
1109
1109
|
}
|
1110
1110
|
.e-dashboardlayout.e-control .e-panel.e-panel-transition {
|
1111
|
-
-webkit-transition: top 0.
|
1112
|
-
transition: top 0.
|
1111
|
+
-webkit-transition: top 0.1s, left 0.1s;
|
1112
|
+
transition: top 0.1s, left 0.1s;
|
1113
1113
|
}
|
1114
1114
|
.e-dashboardlayout.e-control .e-panel .e-panel-header {
|
1115
1115
|
border-bottom: 1px solid #444c54;
|
@@ -1462,7 +1462,7 @@
|
|
1462
1462
|
left: auto;
|
1463
1463
|
}
|
1464
1464
|
.e-timeline.e-horizontal .e-dot-item {
|
1465
|
-
margin:
|
1465
|
+
margin: var(--dot-size);
|
1466
1466
|
}
|
1467
1467
|
.e-timeline.e-horizontal .e-opposite-content,
|
1468
1468
|
.e-timeline.e-horizontal .e-content {
|
@@ -1284,8 +1284,8 @@
|
|
1284
1284
|
display: none;
|
1285
1285
|
}
|
1286
1286
|
.e-dashboardlayout.e-control .e-panel.e-panel-transition {
|
1287
|
-
-webkit-transition: top 0.
|
1288
|
-
transition: top 0.
|
1287
|
+
-webkit-transition: top 0.1s, left 0.1s;
|
1288
|
+
transition: top 0.1s, left 0.1s;
|
1289
1289
|
}
|
1290
1290
|
.e-dashboardlayout.e-control .e-panel .e-panel-header {
|
1291
1291
|
border-bottom: 1px solid #444c54;
|
@@ -1655,7 +1655,7 @@
|
|
1655
1655
|
left: auto;
|
1656
1656
|
}
|
1657
1657
|
.e-timeline.e-horizontal .e-dot-item {
|
1658
|
-
margin:
|
1658
|
+
margin: var(--dot-size);
|
1659
1659
|
}
|
1660
1660
|
.e-timeline.e-horizontal .e-opposite-content,
|
1661
1661
|
.e-timeline.e-horizontal .e-content {
|
@@ -1108,8 +1108,8 @@
|
|
1108
1108
|
display: none;
|
1109
1109
|
}
|
1110
1110
|
.e-dashboardlayout.e-control .e-panel.e-panel-transition {
|
1111
|
-
-webkit-transition: top 0.
|
1112
|
-
transition: top 0.
|
1111
|
+
-webkit-transition: top 0.1s, left 0.1s;
|
1112
|
+
transition: top 0.1s, left 0.1s;
|
1113
1113
|
}
|
1114
1114
|
.e-dashboardlayout.e-control .e-panel .e-panel-header {
|
1115
1115
|
border-bottom: 1px solid #dee2e6;
|
@@ -1462,7 +1462,7 @@
|
|
1462
1462
|
left: auto;
|
1463
1463
|
}
|
1464
1464
|
.e-timeline.e-horizontal .e-dot-item {
|
1465
|
-
margin:
|
1465
|
+
margin: var(--dot-size);
|
1466
1466
|
}
|
1467
1467
|
.e-timeline.e-horizontal .e-opposite-content,
|
1468
1468
|
.e-timeline.e-horizontal .e-content {
|
@@ -1108,8 +1108,8 @@
|
|
1108
1108
|
display: none;
|
1109
1109
|
}
|
1110
1110
|
.e-dashboardlayout.e-control .e-panel.e-panel-transition {
|
1111
|
-
-webkit-transition: top 0.
|
1112
|
-
transition: top 0.
|
1111
|
+
-webkit-transition: top 0.1s, left 0.1s;
|
1112
|
+
transition: top 0.1s, left 0.1s;
|
1113
1113
|
}
|
1114
1114
|
.e-dashboardlayout.e-control .e-panel .e-panel-header {
|
1115
1115
|
border-bottom: 1px solid var(--color-sf-border-light);
|
@@ -1454,7 +1454,7 @@
|
|
1454
1454
|
left: auto;
|
1455
1455
|
}
|
1456
1456
|
.e-timeline.e-horizontal .e-dot-item {
|
1457
|
-
margin:
|
1457
|
+
margin: var(--dot-size);
|
1458
1458
|
}
|
1459
1459
|
.e-timeline.e-horizontal .e-opposite-content,
|
1460
1460
|
.e-timeline.e-horizontal .e-content {
|
package/styles/bootstrap5.3.css
CHANGED
@@ -1284,8 +1284,8 @@
|
|
1284
1284
|
display: none;
|
1285
1285
|
}
|
1286
1286
|
.e-dashboardlayout.e-control .e-panel.e-panel-transition {
|
1287
|
-
-webkit-transition: top 0.
|
1288
|
-
transition: top 0.
|
1287
|
+
-webkit-transition: top 0.1s, left 0.1s;
|
1288
|
+
transition: top 0.1s, left 0.1s;
|
1289
1289
|
}
|
1290
1290
|
.e-dashboardlayout.e-control .e-panel .e-panel-header {
|
1291
1291
|
border-bottom: 1px solid var(--color-sf-border-light);
|
@@ -1647,7 +1647,7 @@
|
|
1647
1647
|
left: auto;
|
1648
1648
|
}
|
1649
1649
|
.e-timeline.e-horizontal .e-dot-item {
|
1650
|
-
margin:
|
1650
|
+
margin: var(--dot-size);
|
1651
1651
|
}
|
1652
1652
|
.e-timeline.e-horizontal .e-opposite-content,
|
1653
1653
|
.e-timeline.e-horizontal .e-content {
|
package/styles/bootstrap5.css
CHANGED
@@ -1284,8 +1284,8 @@
|
|
1284
1284
|
display: none;
|
1285
1285
|
}
|
1286
1286
|
.e-dashboardlayout.e-control .e-panel.e-panel-transition {
|
1287
|
-
-webkit-transition: top 0.
|
1288
|
-
transition: top 0.
|
1287
|
+
-webkit-transition: top 0.1s, left 0.1s;
|
1288
|
+
transition: top 0.1s, left 0.1s;
|
1289
1289
|
}
|
1290
1290
|
.e-dashboardlayout.e-control .e-panel .e-panel-header {
|
1291
1291
|
border-bottom: 1px solid #dee2e6;
|
@@ -1655,7 +1655,7 @@
|
|
1655
1655
|
left: auto;
|
1656
1656
|
}
|
1657
1657
|
.e-timeline.e-horizontal .e-dot-item {
|
1658
|
-
margin:
|
1658
|
+
margin: var(--dot-size);
|
1659
1659
|
}
|
1660
1660
|
.e-timeline.e-horizontal .e-opposite-content,
|
1661
1661
|
.e-timeline.e-horizontal .e-content {
|
package/styles/card/_bigger.scss
CHANGED
@@ -148,11 +148,17 @@
|
|
148
148
|
@if $skin-name == 'fluent2' {
|
149
149
|
font-size: 16px;
|
150
150
|
}
|
151
|
+
@if $skin-name == 'tailwind3' {
|
152
|
+
font-size: 16px;
|
153
|
+
line-height: 24px;
|
154
|
+
}
|
151
155
|
|
152
156
|
+ :not(.e-card-content),
|
153
157
|
+ .e-card-actions.e-card-vertical {
|
154
|
-
|
155
|
-
|
158
|
+
@if $skin-name != 'tailwind3' {
|
159
|
+
margin-top: 0;
|
160
|
+
padding-top: 0;
|
161
|
+
}
|
156
162
|
}
|
157
163
|
|
158
164
|
@if $skin-name == 'FluentUI' {
|
package/styles/card/_layout.scss
CHANGED
@@ -144,6 +144,9 @@
|
|
144
144
|
@if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
|
145
145
|
padding-bottom: $card-header-nrml-padding-bottom;
|
146
146
|
}
|
147
|
+
@if $skin-name == 'tailwind3' {
|
148
|
+
border-bottom: $card-normal-border-bottom;
|
149
|
+
}
|
147
150
|
|
148
151
|
.e-card-content {
|
149
152
|
padding-left: 0;
|
@@ -184,10 +187,12 @@
|
|
184
187
|
|
185
188
|
.e-card-header-title {
|
186
189
|
font-size: $card-header-txt-nrml-title-font;
|
187
|
-
|
188
|
-
@if $skin-name == 'fabric' or $skin-name == 'highcontrast' or $skin-name == 'fluent2' {
|
190
|
+
@if $skin-name == 'fabric' or $skin-name == 'highcontrast' or $skin-name == 'fluent2' or $skin-name == 'tailwind3' {
|
189
191
|
font-weight: 600;
|
190
192
|
}
|
193
|
+
@else {
|
194
|
+
font-weight: normal;
|
195
|
+
}
|
191
196
|
line-height: $card-header-txt-title-lheight;
|
192
197
|
}
|
193
198
|
|
@@ -259,6 +264,10 @@
|
|
259
264
|
display: inline-block;
|
260
265
|
justify-content: flex-start;
|
261
266
|
padding: $card-action-nrml-padding;
|
267
|
+
@if $skin-name == 'tailwind3' {
|
268
|
+
border-top: $card-normal-border-bottom;
|
269
|
+
line-height: 30px;
|
270
|
+
}
|
262
271
|
|
263
272
|
&.e-card-vertical {
|
264
273
|
display: flex;
|
@@ -349,8 +358,10 @@
|
|
349
358
|
|
350
359
|
+ :not(.e-card-content),
|
351
360
|
+ .e-card-actions.e-card-vertical {
|
352
|
-
|
353
|
-
|
361
|
+
@if $skin-name != 'tailwind3' {
|
362
|
+
margin-top: 0;
|
363
|
+
padding-top: 0;
|
364
|
+
}
|
354
365
|
}
|
355
366
|
@if $skin-name == 'FluentUI' {
|
356
367
|
+ .e-card-header {
|
@@ -0,0 +1,126 @@
|
|
1
|
+
//Layout Variables Start
|
2
|
+
$card-img-brdr-radious: 50% !default;
|
3
|
+
$card-brdr-radious: 4px !default;
|
4
|
+
$card-action-btn-txt-transform: none !default;
|
5
|
+
|
6
|
+
// Font
|
7
|
+
$card-header-font: $text-base !default;
|
8
|
+
$card-title-font: $text-lg !default;
|
9
|
+
$card-action-btn-icon-font: $text-sm !default;
|
10
|
+
$card-action-btn-font: $text-sm !default;
|
11
|
+
$card-content-font-size: $text-sm !default;
|
12
|
+
$card-content-bigger-font-size: $text-base !default;
|
13
|
+
$card-header-title-font: $text-base !default;
|
14
|
+
$card-header-sub-title-font: $text-sm !default;
|
15
|
+
|
16
|
+
// Mouse
|
17
|
+
$card-content-line-height: 20px !default;
|
18
|
+
$card-nrml-lheight: 36px !default;
|
19
|
+
$card-nrml-mheight: 36px !default;
|
20
|
+
$card-header-padding: 12px !default;
|
21
|
+
$card-header-lheight: $leading-tight !default;
|
22
|
+
$card-title-nrml-padding: 12px !default;
|
23
|
+
$card-title-nrml-lheight: $leading-normal !default;
|
24
|
+
$card-hor-image-margin: 2px !default;
|
25
|
+
$card-sep-margin: 12px 0 !default;
|
26
|
+
$card-header-minheight: 22.5px !default;
|
27
|
+
$card-header-nrml-padding: 16px !default;
|
28
|
+
$card-header-nrml-padding-bottom: 0 !default;
|
29
|
+
$card-header-txt-nrml-padding: 0 0 0 12px !default;
|
30
|
+
$card-header-txt-title-lheight: 20px !default;
|
31
|
+
$card-header-txt-title-nrml-padding: 4px 0 0 !default;
|
32
|
+
$card-header-txt-subtitle-lheight: 20px !default;
|
33
|
+
$card-header-image-width: 52px !default;
|
34
|
+
$card-header-image-height: 50px !default;
|
35
|
+
$card-image-mheight: 112.5px !default;
|
36
|
+
$card-image-title-lheight: 30px !default;
|
37
|
+
$card-image-title-mheight: 30px !default;
|
38
|
+
$card-action-nrml-vertical-padding: 12px !default;
|
39
|
+
$card-action-nrml-btn-vertical-margin: 0 0 0 8px !default;
|
40
|
+
$card-action-btn-nrml-height: 30px !default;
|
41
|
+
$card-action-btn-nrml-margin: 0 0 0 8px !default;
|
42
|
+
$card-action-btn-nrml-padding: 0 6px !default;
|
43
|
+
$card-nrml-content-padding: 16px !default;
|
44
|
+
$card-header-txt-nrml-title-font: 14px !default;
|
45
|
+
$card-header-txt-nrml-subtitle-font: $text-sm !default;
|
46
|
+
$card-image-title-font: $text-base !default;
|
47
|
+
$card-action-btn-icon-width: 24px !default;
|
48
|
+
$card-action-btn-icon-height: 24px !default;
|
49
|
+
|
50
|
+
// Touch
|
51
|
+
$card-bigger-lheight: 48px !default;
|
52
|
+
$card-bigger-mheight: 48px !default;
|
53
|
+
$card-header-bigger-padding: 20px 24px !default;
|
54
|
+
$card-header-bigger-padding-bottom: 0 !default;
|
55
|
+
$card-header-bigger-lheight: $leading-normal !default;
|
56
|
+
$card-title-bigger-margin: 16px !default;
|
57
|
+
$card-title-bigger-lheight: $leading-normal !default;
|
58
|
+
$card-hor-image-bigger-margin: 2px !default;
|
59
|
+
$card-sep-bigger-margin: 16px 0 !default;
|
60
|
+
$card-header-bigger-minheight: 30px !default;
|
61
|
+
$card-header-txt-bigger-padding: 0 0 0 16px !default;
|
62
|
+
$card-header-txt-title-bigger-lheight: 24px !default;
|
63
|
+
$card-header-txt-title-bigger-padding: 4px 0 0 !default;
|
64
|
+
$card-header-txt-subtitle-bigger-lheight: 20px !default;
|
65
|
+
$card-header-image-bigger-width: 55px !default;
|
66
|
+
$card-header-image-bigger-height: 60px !default;
|
67
|
+
$card-image-bigger-mheight: 150px !default;
|
68
|
+
$card-image-title-bigger-lheight: $leading-tight !default;
|
69
|
+
$card-image-title-bigger-mheight: 40px !default;
|
70
|
+
$card-img-title-bigger-padding: 12px 16px !default;
|
71
|
+
$card-action-bigger-padding: 16px 24px !default;
|
72
|
+
$card-action-bigger-vertical-padding: 16px 20px !default;
|
73
|
+
$card-action-bigger-btn-vertical-margin: 0 0 7px 0 !default;
|
74
|
+
$card-action-btn-bigger-height: 38px !default;
|
75
|
+
$card-action-btn-bigger-margin: 0 0 0 13px !default;
|
76
|
+
$card-action-btn-bigger-padding: 0 8px !default;
|
77
|
+
$card-bigger-content-padding: 24px !default;
|
78
|
+
$card-header-txt-bigger-title-font: 16px !default;
|
79
|
+
$card-header-txt-bigger-subtitle-font: 16px !default;
|
80
|
+
$card-image-title-bigger-font: 18px !default;
|
81
|
+
$card-action-btn-bigger-icon-width: 24px !default;
|
82
|
+
$card-action-btn-bigger-icon-height: 24px !default;
|
83
|
+
$card-image-title-nrml-padding: 12px 16px !default;
|
84
|
+
$card-action-nrml-padding: 12px 16px !default;
|
85
|
+
|
86
|
+
//Layout Variables End
|
87
|
+
|
88
|
+
//Theme Variables Start
|
89
|
+
$card-highlight-color: $primary !default;
|
90
|
+
$card-bg-color: $content-bg-color !default;
|
91
|
+
$card-focus-bg-color: $content-bg-color-alt1 !default;
|
92
|
+
$card-hover-bg-color: $content-bg-color-alt1 !default;
|
93
|
+
$card-active-bg-color: $content-bg-color-alt2 !default;
|
94
|
+
$card-focus-brdr-color: $border-light !default;
|
95
|
+
$card-hover-brdr-color: $border-light !default;
|
96
|
+
$card-active-brdr-color: $primary !default;
|
97
|
+
$card-brdr-size: 1px !default;
|
98
|
+
$card-brdr-type: solid !default;
|
99
|
+
$card-brdr-color: $border-light !default;
|
100
|
+
$card-sep-brdr-size: 1px !default;
|
101
|
+
$card-sep-brdr-type: solid !default;
|
102
|
+
$card-sep-brdr-color: $border-light !default;
|
103
|
+
$card-image-title-color: $white !default;
|
104
|
+
$card-image-title-bg: $overlay-bg-color !default;
|
105
|
+
$card-action-btn-bg-color: $transparent !default;
|
106
|
+
$card-action-btn-font-color: $primary !default;
|
107
|
+
$card-action-btn-border: 1px solid $primary !default;
|
108
|
+
$card-action-btn-hover-bg: $primary !default;
|
109
|
+
$card-action-btn-hover-border: 1px solid $secondary-border-color-hover !default;
|
110
|
+
$card-action-btn-hover-font: $white !default;
|
111
|
+
$card-action-btn-focus-bg: $secondary-bg-color-focus !default;
|
112
|
+
$card-action-btn-focus-border: 1px solid !default;
|
113
|
+
$card-action-btn-focus-font: $secondary-text-color-focus !default;
|
114
|
+
$card-action-btn-pressed-bg: $secondary-bg-color-pressed !default;
|
115
|
+
$card-action-btn-pressed-border: 1px solid $secondary-border-color-pressed !default;
|
116
|
+
$card-action-btn-pressed-font: $secondary-text-color-pressed !default;
|
117
|
+
$card-font-color: $content-text-color !default;
|
118
|
+
$card-header-txt-title-color: $content-text-color !default;
|
119
|
+
$card-header-txt-subtitle-color: $content-text-color-alt2 !default;
|
120
|
+
$card-content-font-color: $content-text-color-alt2 !default;
|
121
|
+
$card-box-shadow: none !default;
|
122
|
+
$card-action-btn-icon-color: $primary !default;
|
123
|
+
$card-hover-box-shadow: none !default;
|
124
|
+
$card-normal-border-bottom: 1px solid $border-light !default;
|
125
|
+
|
126
|
+
//Theme Variables End
|