@syncfusion/ej2-navigations 24.2.4 → 25.1.35-579988
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 +4 -34
- package/dist/ej2-navigations.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +154 -138
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +154 -138
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +2 -2
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +12 -12
- package/src/accordion/accordion-model.d.ts +3 -2
- package/src/accordion/accordion.d.ts +3 -2
- package/src/accordion/accordion.js +7 -7
- package/src/breadcrumb/breadcrumb.js +2 -1
- package/src/common/menu-base-model.d.ts +3 -2
- package/src/common/menu-base.d.ts +3 -2
- package/src/common/menu-base.js +101 -101
- package/src/menu/menu-model.d.ts +3 -2
- package/src/menu/menu.d.ts +3 -2
- package/src/menu/menu.js +1 -1
- package/src/stepper/stepper.js +1 -2
- package/src/tab/tab-model.d.ts +7 -21
- package/src/tab/tab.d.ts +7 -21
- package/src/tab/tab.js +5 -5
- package/src/toolbar/toolbar.js +25 -7
- package/src/treeview/treeview-model.d.ts +4 -7
- package/src/treeview/treeview.d.ts +3 -3
- package/src/treeview/treeview.js +14 -16
- package/styles/accordion/_bds-definition.scss +180 -0
- package/styles/accordion/_material-definition.scss +1 -1
- package/styles/accordion/icons/_bds.scss +17 -0
- package/styles/accordion/material.css +1 -1
- package/styles/appbar/_bds-definition.scss +27 -0
- package/styles/bootstrap-dark.css +38 -8
- package/styles/bootstrap.css +34 -4
- package/styles/bootstrap4.css +38 -8
- package/styles/bootstrap5-dark.css +34 -4
- package/styles/bootstrap5.css +34 -4
- package/styles/breadcrumb/_bds-definition.scss +60 -0
- package/styles/breadcrumb/icons/_bds.scss +25 -0
- package/styles/carousel/_bds-definition.scss +27 -0
- package/styles/carousel/_layout.scss +5 -0
- package/styles/carousel/bootstrap-dark.css +6 -0
- package/styles/carousel/bootstrap.css +6 -0
- package/styles/carousel/bootstrap4.css +6 -0
- package/styles/carousel/bootstrap5-dark.css +6 -0
- package/styles/carousel/bootstrap5.css +6 -0
- package/styles/carousel/fabric-dark.css +6 -0
- package/styles/carousel/fabric.css +6 -0
- package/styles/carousel/fluent-dark.css +6 -0
- package/styles/carousel/fluent.css +6 -0
- package/styles/carousel/highcontrast-light.css +6 -0
- package/styles/carousel/highcontrast.css +6 -0
- package/styles/carousel/icons/_bds.scss +30 -0
- package/styles/carousel/material-dark.css +6 -0
- package/styles/carousel/material.css +6 -0
- package/styles/carousel/material3-dark.css +6 -0
- package/styles/carousel/material3.css +6 -0
- package/styles/carousel/tailwind-dark.css +6 -0
- package/styles/carousel/tailwind.css +6 -0
- package/styles/context-menu/_bds-definition.scss +65 -0
- package/styles/context-menu/icons/_bds.scss +33 -0
- package/styles/fabric-dark.css +34 -4
- package/styles/fabric.css +34 -4
- package/styles/fluent-dark.css +45 -15
- package/styles/fluent.css +45 -15
- package/styles/h-scroll/_bds-definition.scss +83 -0
- package/styles/h-scroll/icons/_bds.scss +49 -0
- package/styles/highcontrast-light.css +34 -4
- package/styles/highcontrast.css +34 -4
- package/styles/material-dark.css +34 -4
- package/styles/material.css +35 -5
- package/styles/material3-dark.css +34 -4
- package/styles/material3.css +34 -4
- package/styles/menu/_bds-definition.scss +66 -0
- package/styles/menu/icons/_bds.scss +134 -0
- package/styles/pager/_bds-definition.scss +152 -0
- package/styles/pager/icons/_bds.scss +50 -0
- package/styles/sidebar/_bds-definition.scss +45 -0
- package/styles/stepper/_bds-definition.scss +79 -0
- package/styles/stepper/_layout.scss +1 -0
- package/styles/stepper/bootstrap-dark.css +3 -0
- package/styles/stepper/bootstrap.css +3 -0
- package/styles/stepper/bootstrap4.css +3 -0
- package/styles/stepper/bootstrap5-dark.css +3 -0
- package/styles/stepper/bootstrap5.css +3 -0
- package/styles/stepper/fabric-dark.css +3 -0
- package/styles/stepper/fabric.css +3 -0
- package/styles/stepper/fluent-dark.css +3 -0
- package/styles/stepper/fluent.css +3 -0
- package/styles/stepper/highcontrast-light.css +3 -0
- package/styles/stepper/highcontrast.css +3 -0
- package/styles/stepper/icons/_bds.scss +5 -0
- package/styles/stepper/material-dark.css +3 -0
- package/styles/stepper/material.css +3 -0
- package/styles/stepper/material3-dark.css +3 -0
- package/styles/stepper/material3.css +3 -0
- package/styles/stepper/tailwind-dark.css +3 -0
- package/styles/stepper/tailwind.css +3 -0
- package/styles/tab/_bds-definition.scss +701 -0
- package/styles/tab/icons/_bds.scss +92 -0
- package/styles/tailwind-dark.css +36 -6
- package/styles/tailwind.css +34 -4
- package/styles/toolbar/_bds-definition.scss +215 -0
- package/styles/toolbar/_bootstrap-dark-definition.scss +3 -3
- package/styles/toolbar/_bootstrap4-definition.scss +3 -3
- package/styles/toolbar/_fluent-definition.scss +3 -3
- package/styles/toolbar/_layout.scss +39 -5
- package/styles/toolbar/bootstrap-dark.css +29 -8
- package/styles/toolbar/bootstrap.css +25 -4
- package/styles/toolbar/bootstrap4.css +29 -8
- package/styles/toolbar/bootstrap5-dark.css +25 -4
- package/styles/toolbar/bootstrap5.css +25 -4
- package/styles/toolbar/fabric-dark.css +25 -4
- package/styles/toolbar/fabric.css +25 -4
- package/styles/toolbar/fluent-dark.css +36 -15
- package/styles/toolbar/fluent.css +36 -15
- package/styles/toolbar/highcontrast-light.css +25 -4
- package/styles/toolbar/highcontrast.css +25 -4
- package/styles/toolbar/icons/_bds.scss +16 -0
- package/styles/toolbar/material-dark.css +25 -4
- package/styles/toolbar/material.css +25 -4
- package/styles/toolbar/material3-dark.css +25 -4
- package/styles/toolbar/material3.css +25 -4
- package/styles/toolbar/tailwind-dark.css +25 -4
- package/styles/toolbar/tailwind.css +25 -4
- package/styles/treeview/_bds-definition.scss +132 -0
- package/styles/treeview/_tailwind-definition.scss +1 -1
- package/styles/treeview/_theme.scss +1 -1
- package/styles/treeview/icons/_bds.scss +43 -0
- package/styles/treeview/tailwind-dark.css +2 -2
- package/styles/v-scroll/_bds-definition.scss +49 -0
- package/styles/v-scroll/icons/_bds.scss +27 -0
- package/.github/PULL_REQUEST_TEMPLATE/Bug.md +0 -63
- package/.github/PULL_REQUEST_TEMPLATE/feature.md +0 -39
package/styles/bootstrap.css
CHANGED
|
@@ -1336,8 +1336,8 @@
|
|
|
1336
1336
|
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
|
|
1337
1337
|
padding: 0 12px 0 0;
|
|
1338
1338
|
}
|
|
1339
|
-
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
|
|
1340
|
-
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
|
|
1339
|
+
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
1340
|
+
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
1341
1341
|
min-width: 0;
|
|
1342
1342
|
padding: 2.5px 5px;
|
|
1343
1343
|
}
|
|
@@ -1521,6 +1521,19 @@
|
|
|
1521
1521
|
white-space: nowrap;
|
|
1522
1522
|
overflow: hidden;
|
|
1523
1523
|
}
|
|
1524
|
+
.e-toolbar.e-spacer-toolbar .e-toolbar-items {
|
|
1525
|
+
display: -ms-flexbox;
|
|
1526
|
+
display: flex;
|
|
1527
|
+
-ms-flex-wrap: nowrap;
|
|
1528
|
+
flex-wrap: nowrap;
|
|
1529
|
+
width: 100%;
|
|
1530
|
+
}
|
|
1531
|
+
.e-toolbar.e-spacer-toolbar .e-toolbar-items:not(.e-toolbar-multirow) {
|
|
1532
|
+
position: absolute;
|
|
1533
|
+
}
|
|
1534
|
+
.e-toolbar.e-spacer-toolbar.e-pop-mode .e-toolbar-items {
|
|
1535
|
+
width: calc(100% - 38px);
|
|
1536
|
+
}
|
|
1524
1537
|
.e-toolbar .e-blazor-toolbar-items {
|
|
1525
1538
|
position: absolute;
|
|
1526
1539
|
top: -9999px;
|
|
@@ -1625,6 +1638,12 @@
|
|
|
1625
1638
|
min-height: 0;
|
|
1626
1639
|
vertical-align: middle;
|
|
1627
1640
|
width: auto;
|
|
1641
|
+
-ms-flex: 0 0 auto;
|
|
1642
|
+
flex: 0 0 auto;
|
|
1643
|
+
}
|
|
1644
|
+
.e-toolbar .e-toolbar-item.e-spacer {
|
|
1645
|
+
-ms-flex-positive: 1;
|
|
1646
|
+
flex-grow: 1;
|
|
1628
1647
|
}
|
|
1629
1648
|
.e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
1630
1649
|
display: -ms-flexbox;
|
|
@@ -1675,7 +1694,7 @@
|
|
|
1675
1694
|
font-size: 14px;
|
|
1676
1695
|
padding: 0 12px 0 6px;
|
|
1677
1696
|
}
|
|
1678
|
-
.e-toolbar .e-toolbar-item:not(.e-separator) {
|
|
1697
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
1679
1698
|
height: inherit;
|
|
1680
1699
|
min-width: 30px;
|
|
1681
1700
|
padding: 4px 2.5px;
|
|
@@ -1968,6 +1987,9 @@
|
|
|
1968
1987
|
.e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
|
|
1969
1988
|
display: table;
|
|
1970
1989
|
}
|
|
1990
|
+
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1991
|
+
margin-right: 3px;
|
|
1992
|
+
}
|
|
1971
1993
|
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1972
1994
|
padding: 0 12px 0 0;
|
|
1973
1995
|
}
|
|
@@ -2006,7 +2028,6 @@
|
|
|
2006
2028
|
}
|
|
2007
2029
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
2008
2030
|
margin-left: 0;
|
|
2009
|
-
margin-right: 3px;
|
|
2010
2031
|
}
|
|
2011
2032
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
|
|
2012
2033
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
@@ -2991,6 +3012,12 @@
|
|
|
2991
3012
|
.e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
|
|
2992
3013
|
transform: rotate(180deg);
|
|
2993
3014
|
}
|
|
3015
|
+
.e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
|
|
3016
|
+
.e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
|
|
3017
|
+
.e-carousel .e-carousel-navigators .e-next .e-btn .e-play-icon {
|
|
3018
|
+
line-height: 1;
|
|
3019
|
+
padding-left: 3px;
|
|
3020
|
+
}
|
|
2994
3021
|
.e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
|
|
2995
3022
|
.e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
|
|
2996
3023
|
.e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
|
|
@@ -10316,6 +10343,9 @@ ejs-sidebar {
|
|
|
10316
10343
|
-ms-flex-direction: column;
|
|
10317
10344
|
flex-direction: column;
|
|
10318
10345
|
}
|
|
10346
|
+
.e-stepper.e-horizontal {
|
|
10347
|
+
display: block;
|
|
10348
|
+
}
|
|
10319
10349
|
.e-stepper.e-horizontal .e-stepper-steps {
|
|
10320
10350
|
-ms-flex-direction: row;
|
|
10321
10351
|
flex-direction: row;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -1289,7 +1289,7 @@
|
|
|
1289
1289
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
1290
1290
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
1291
1291
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
1292
|
-
padding:
|
|
1292
|
+
padding: 1.5px 5.5px;
|
|
1293
1293
|
}
|
|
1294
1294
|
.e-bigger .e-toolbar .e-toolbar-item,
|
|
1295
1295
|
.e-toolbar.e-bigger .e-toolbar-item {
|
|
@@ -1336,8 +1336,8 @@
|
|
|
1336
1336
|
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
|
|
1337
1337
|
padding: 0 12px 0 0;
|
|
1338
1338
|
}
|
|
1339
|
-
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
|
|
1340
|
-
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
|
|
1339
|
+
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
1340
|
+
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
1341
1341
|
min-width: 0;
|
|
1342
1342
|
padding: 8px 2.5px;
|
|
1343
1343
|
}
|
|
@@ -1521,6 +1521,19 @@
|
|
|
1521
1521
|
white-space: nowrap;
|
|
1522
1522
|
overflow: hidden;
|
|
1523
1523
|
}
|
|
1524
|
+
.e-toolbar.e-spacer-toolbar .e-toolbar-items {
|
|
1525
|
+
display: -ms-flexbox;
|
|
1526
|
+
display: flex;
|
|
1527
|
+
-ms-flex-wrap: nowrap;
|
|
1528
|
+
flex-wrap: nowrap;
|
|
1529
|
+
width: 100%;
|
|
1530
|
+
}
|
|
1531
|
+
.e-toolbar.e-spacer-toolbar .e-toolbar-items:not(.e-toolbar-multirow) {
|
|
1532
|
+
position: absolute;
|
|
1533
|
+
}
|
|
1534
|
+
.e-toolbar.e-spacer-toolbar.e-pop-mode .e-toolbar-items {
|
|
1535
|
+
width: calc(100% - 38px);
|
|
1536
|
+
}
|
|
1524
1537
|
.e-toolbar .e-blazor-toolbar-items {
|
|
1525
1538
|
position: absolute;
|
|
1526
1539
|
top: -9999px;
|
|
@@ -1625,6 +1638,12 @@
|
|
|
1625
1638
|
min-height: 0;
|
|
1626
1639
|
vertical-align: middle;
|
|
1627
1640
|
width: auto;
|
|
1641
|
+
-ms-flex: 0 0 auto;
|
|
1642
|
+
flex: 0 0 auto;
|
|
1643
|
+
}
|
|
1644
|
+
.e-toolbar .e-toolbar-item.e-spacer {
|
|
1645
|
+
-ms-flex-positive: 1;
|
|
1646
|
+
flex-grow: 1;
|
|
1628
1647
|
}
|
|
1629
1648
|
.e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
1630
1649
|
display: -ms-flexbox;
|
|
@@ -1640,7 +1659,7 @@
|
|
|
1640
1659
|
padding: 0 3px;
|
|
1641
1660
|
border-radius: 4px;
|
|
1642
1661
|
line-height: 27px;
|
|
1643
|
-
border:
|
|
1662
|
+
border: 1px solid transparent;
|
|
1644
1663
|
cursor: pointer;
|
|
1645
1664
|
font-size: 14px;
|
|
1646
1665
|
font-weight: 400;
|
|
@@ -1663,7 +1682,7 @@
|
|
|
1663
1682
|
line-height: 26px;
|
|
1664
1683
|
}
|
|
1665
1684
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover, .e-toolbar .e-toolbar-item .e-tbar-btn:focus, .e-toolbar .e-toolbar-item .e-tbar-btn:active {
|
|
1666
|
-
padding: 0
|
|
1685
|
+
padding: 0 3px;
|
|
1667
1686
|
}
|
|
1668
1687
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
1669
1688
|
outline: 0;
|
|
@@ -1675,7 +1694,7 @@
|
|
|
1675
1694
|
font-size: 14px;
|
|
1676
1695
|
padding: 0 6px 0 4px;
|
|
1677
1696
|
}
|
|
1678
|
-
.e-toolbar .e-toolbar-item:not(.e-separator) {
|
|
1697
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
1679
1698
|
height: inherit;
|
|
1680
1699
|
min-width: 30px;
|
|
1681
1700
|
padding: 3px 4px;
|
|
@@ -1968,6 +1987,9 @@
|
|
|
1968
1987
|
.e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
|
|
1969
1988
|
display: table;
|
|
1970
1989
|
}
|
|
1990
|
+
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
1991
|
+
margin-right: 12px;
|
|
1992
|
+
}
|
|
1971
1993
|
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
1972
1994
|
padding: 0 4px 0 6px;
|
|
1973
1995
|
}
|
|
@@ -2006,7 +2028,6 @@
|
|
|
2006
2028
|
}
|
|
2007
2029
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
2008
2030
|
margin-left: 0;
|
|
2009
|
-
margin-right: 12px;
|
|
2010
2031
|
}
|
|
2011
2032
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
|
|
2012
2033
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
@@ -2058,7 +2079,7 @@
|
|
|
2058
2079
|
background: #f8f9fa;
|
|
2059
2080
|
box-shadow: none;
|
|
2060
2081
|
color: #495057;
|
|
2061
|
-
border:
|
|
2082
|
+
border: 1px solid transparent;
|
|
2062
2083
|
}
|
|
2063
2084
|
.e-toolbar .e-toolbar-item .e-tbar-btn .e-icons {
|
|
2064
2085
|
color: #495057;
|
|
@@ -2990,6 +3011,12 @@
|
|
|
2990
3011
|
.e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
|
|
2991
3012
|
transform: rotate(180deg);
|
|
2992
3013
|
}
|
|
3014
|
+
.e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
|
|
3015
|
+
.e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
|
|
3016
|
+
.e-carousel .e-carousel-navigators .e-next .e-btn .e-play-icon {
|
|
3017
|
+
line-height: 1;
|
|
3018
|
+
padding-left: 3px;
|
|
3019
|
+
}
|
|
2993
3020
|
.e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
|
|
2994
3021
|
.e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
|
|
2995
3022
|
.e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
|
|
@@ -10441,6 +10468,9 @@ ejs-sidebar {
|
|
|
10441
10468
|
-ms-flex-direction: column;
|
|
10442
10469
|
flex-direction: column;
|
|
10443
10470
|
}
|
|
10471
|
+
.e-stepper.e-horizontal {
|
|
10472
|
+
display: block;
|
|
10473
|
+
}
|
|
10444
10474
|
.e-stepper.e-horizontal .e-stepper-steps {
|
|
10445
10475
|
-ms-flex-direction: row;
|
|
10446
10476
|
flex-direction: row;
|
|
@@ -1402,8 +1402,8 @@
|
|
|
1402
1402
|
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
|
|
1403
1403
|
padding: 4px 6px;
|
|
1404
1404
|
}
|
|
1405
|
-
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
|
|
1406
|
-
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
|
|
1405
|
+
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
1406
|
+
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
1407
1407
|
min-width: 49px;
|
|
1408
1408
|
padding: 4px;
|
|
1409
1409
|
}
|
|
@@ -1587,6 +1587,19 @@
|
|
|
1587
1587
|
white-space: nowrap;
|
|
1588
1588
|
overflow: hidden;
|
|
1589
1589
|
}
|
|
1590
|
+
.e-toolbar.e-spacer-toolbar .e-toolbar-items {
|
|
1591
|
+
display: -ms-flexbox;
|
|
1592
|
+
display: flex;
|
|
1593
|
+
-ms-flex-wrap: nowrap;
|
|
1594
|
+
flex-wrap: nowrap;
|
|
1595
|
+
width: 100%;
|
|
1596
|
+
}
|
|
1597
|
+
.e-toolbar.e-spacer-toolbar .e-toolbar-items:not(.e-toolbar-multirow) {
|
|
1598
|
+
position: absolute;
|
|
1599
|
+
}
|
|
1600
|
+
.e-toolbar.e-spacer-toolbar.e-pop-mode .e-toolbar-items {
|
|
1601
|
+
width: calc(100% - 28px);
|
|
1602
|
+
}
|
|
1590
1603
|
.e-toolbar .e-blazor-toolbar-items {
|
|
1591
1604
|
position: absolute;
|
|
1592
1605
|
top: -9999px;
|
|
@@ -1691,6 +1704,12 @@
|
|
|
1691
1704
|
min-height: 38px;
|
|
1692
1705
|
vertical-align: middle;
|
|
1693
1706
|
width: auto;
|
|
1707
|
+
-ms-flex: 0 0 auto;
|
|
1708
|
+
flex: 0 0 auto;
|
|
1709
|
+
}
|
|
1710
|
+
.e-toolbar .e-toolbar-item.e-spacer {
|
|
1711
|
+
-ms-flex-positive: 1;
|
|
1712
|
+
flex-grow: 1;
|
|
1694
1713
|
}
|
|
1695
1714
|
.e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
1696
1715
|
display: -ms-flexbox;
|
|
@@ -1741,7 +1760,7 @@
|
|
|
1741
1760
|
font-size: 14px;
|
|
1742
1761
|
padding: 4px;
|
|
1743
1762
|
}
|
|
1744
|
-
.e-toolbar .e-toolbar-item:not(.e-separator) {
|
|
1763
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
1745
1764
|
height: inherit;
|
|
1746
1765
|
min-width: 28px;
|
|
1747
1766
|
padding: 4px;
|
|
@@ -2034,6 +2053,9 @@
|
|
|
2034
2053
|
.e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
|
|
2035
2054
|
display: table;
|
|
2036
2055
|
}
|
|
2056
|
+
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
2057
|
+
margin-right: 8px;
|
|
2058
|
+
}
|
|
2037
2059
|
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
2038
2060
|
padding: 4px;
|
|
2039
2061
|
}
|
|
@@ -2072,7 +2094,6 @@
|
|
|
2072
2094
|
}
|
|
2073
2095
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
2074
2096
|
margin-left: 0;
|
|
2075
|
-
margin-right: 8px;
|
|
2076
2097
|
}
|
|
2077
2098
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
|
|
2078
2099
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
@@ -3060,6 +3081,12 @@
|
|
|
3060
3081
|
.e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
|
|
3061
3082
|
transform: rotate(180deg);
|
|
3062
3083
|
}
|
|
3084
|
+
.e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
|
|
3085
|
+
.e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
|
|
3086
|
+
.e-carousel .e-carousel-navigators .e-next .e-btn .e-play-icon {
|
|
3087
|
+
line-height: 1;
|
|
3088
|
+
padding-left: 3px;
|
|
3089
|
+
}
|
|
3063
3090
|
.e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
|
|
3064
3091
|
.e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
|
|
3065
3092
|
.e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
|
|
@@ -10481,6 +10508,9 @@ ejs-sidebar {
|
|
|
10481
10508
|
-ms-flex-direction: column;
|
|
10482
10509
|
flex-direction: column;
|
|
10483
10510
|
}
|
|
10511
|
+
.e-stepper.e-horizontal {
|
|
10512
|
+
display: block;
|
|
10513
|
+
}
|
|
10484
10514
|
.e-stepper.e-horizontal .e-stepper-steps {
|
|
10485
10515
|
-ms-flex-direction: row;
|
|
10486
10516
|
flex-direction: row;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -1402,8 +1402,8 @@
|
|
|
1402
1402
|
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
|
|
1403
1403
|
padding: 4px 6px;
|
|
1404
1404
|
}
|
|
1405
|
-
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
|
|
1406
|
-
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
|
|
1405
|
+
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
1406
|
+
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
1407
1407
|
min-width: 49px;
|
|
1408
1408
|
padding: 4px;
|
|
1409
1409
|
}
|
|
@@ -1587,6 +1587,19 @@
|
|
|
1587
1587
|
white-space: nowrap;
|
|
1588
1588
|
overflow: hidden;
|
|
1589
1589
|
}
|
|
1590
|
+
.e-toolbar.e-spacer-toolbar .e-toolbar-items {
|
|
1591
|
+
display: -ms-flexbox;
|
|
1592
|
+
display: flex;
|
|
1593
|
+
-ms-flex-wrap: nowrap;
|
|
1594
|
+
flex-wrap: nowrap;
|
|
1595
|
+
width: 100%;
|
|
1596
|
+
}
|
|
1597
|
+
.e-toolbar.e-spacer-toolbar .e-toolbar-items:not(.e-toolbar-multirow) {
|
|
1598
|
+
position: absolute;
|
|
1599
|
+
}
|
|
1600
|
+
.e-toolbar.e-spacer-toolbar.e-pop-mode .e-toolbar-items {
|
|
1601
|
+
width: calc(100% - 28px);
|
|
1602
|
+
}
|
|
1590
1603
|
.e-toolbar .e-blazor-toolbar-items {
|
|
1591
1604
|
position: absolute;
|
|
1592
1605
|
top: -9999px;
|
|
@@ -1691,6 +1704,12 @@
|
|
|
1691
1704
|
min-height: 38px;
|
|
1692
1705
|
vertical-align: middle;
|
|
1693
1706
|
width: auto;
|
|
1707
|
+
-ms-flex: 0 0 auto;
|
|
1708
|
+
flex: 0 0 auto;
|
|
1709
|
+
}
|
|
1710
|
+
.e-toolbar .e-toolbar-item.e-spacer {
|
|
1711
|
+
-ms-flex-positive: 1;
|
|
1712
|
+
flex-grow: 1;
|
|
1694
1713
|
}
|
|
1695
1714
|
.e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
1696
1715
|
display: -ms-flexbox;
|
|
@@ -1741,7 +1760,7 @@
|
|
|
1741
1760
|
font-size: 14px;
|
|
1742
1761
|
padding: 4px;
|
|
1743
1762
|
}
|
|
1744
|
-
.e-toolbar .e-toolbar-item:not(.e-separator) {
|
|
1763
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
1745
1764
|
height: inherit;
|
|
1746
1765
|
min-width: 28px;
|
|
1747
1766
|
padding: 4px;
|
|
@@ -2034,6 +2053,9 @@
|
|
|
2034
2053
|
.e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
|
|
2035
2054
|
display: table;
|
|
2036
2055
|
}
|
|
2056
|
+
.e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
2057
|
+
margin-right: 8px;
|
|
2058
|
+
}
|
|
2037
2059
|
.e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
2038
2060
|
padding: 4px;
|
|
2039
2061
|
}
|
|
@@ -2072,7 +2094,6 @@
|
|
|
2072
2094
|
}
|
|
2073
2095
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
2074
2096
|
margin-left: 0;
|
|
2075
|
-
margin-right: 8px;
|
|
2076
2097
|
}
|
|
2077
2098
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
|
|
2078
2099
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
@@ -3060,6 +3081,12 @@
|
|
|
3060
3081
|
.e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
|
|
3061
3082
|
transform: rotate(180deg);
|
|
3062
3083
|
}
|
|
3084
|
+
.e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
|
|
3085
|
+
.e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
|
|
3086
|
+
.e-carousel .e-carousel-navigators .e-next .e-btn .e-play-icon {
|
|
3087
|
+
line-height: 1;
|
|
3088
|
+
padding-left: 3px;
|
|
3089
|
+
}
|
|
3063
3090
|
.e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
|
|
3064
3091
|
.e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
|
|
3065
3092
|
.e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
|
|
@@ -10481,6 +10508,9 @@ ejs-sidebar {
|
|
|
10481
10508
|
-ms-flex-direction: column;
|
|
10482
10509
|
flex-direction: column;
|
|
10483
10510
|
}
|
|
10511
|
+
.e-stepper.e-horizontal {
|
|
10512
|
+
display: block;
|
|
10513
|
+
}
|
|
10484
10514
|
.e-stepper.e-horizontal .e-stepper-steps {
|
|
10485
10515
|
-ms-flex-direction: row;
|
|
10486
10516
|
flex-direction: row;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
// Size variables
|
|
2
|
+
$breadcrumb-skin: $skin-name !default;
|
|
3
|
+
$breadcrumb-last-item-font-weight: $font-weight-medium !default;
|
|
4
|
+
$breadcrumb-font-size: $text-sm !default;
|
|
5
|
+
$breadcrumb-bigger-font-size: $text-base !default;
|
|
6
|
+
$breadcrumb-icon-font-size: $text-sm !default;
|
|
7
|
+
$breadcrumb-icon-bigger-font-size: $text-base !default;
|
|
8
|
+
$breadcrumb-padding: 3px 8px !default;
|
|
9
|
+
$breadcrumb-padding-left: 0 !default;
|
|
10
|
+
$breadcrumb-padding-right: 0 !default;
|
|
11
|
+
$breadcrumb-bigger-padding: 2px 12px !default;
|
|
12
|
+
$breadcrumb-separator-padding: 3px 4px !default;
|
|
13
|
+
$breadcrumb-separator-bigger-padding: 2px 4px !default;
|
|
14
|
+
$breadcrumb-icon-color: $icon-color !default;
|
|
15
|
+
$breadcrumb-icon-right-padding: 8px !default;
|
|
16
|
+
$breadcrumb-icon-bigger-right-padding: 12px !default;
|
|
17
|
+
$breadcrumb-collapsed-icon-padding: 4px 8px !default;
|
|
18
|
+
$breadcrumb-collapsed-icon-bigger-padding: 3px 8px !default;
|
|
19
|
+
$breadcrumb-collapsed-icon-font-size: $text-base !default;
|
|
20
|
+
$breadcrumb-collapsed-icon-bigger-font-size: $text-lg !default;
|
|
21
|
+
$breadcrumb-sibling-separator-padding: 0 !default;
|
|
22
|
+
$breadcrumb-sibling-separator-margin-left: -4px !default;
|
|
23
|
+
$breadcrumb-icon-item-padding: 2px 0 !default;
|
|
24
|
+
$breadcrumb-item-focus-padding: 2px 11px !default;
|
|
25
|
+
$breadcrumb-item-focus-bigger-padding: 1px 15px !default;
|
|
26
|
+
$breadcrumb-icon-only-item-padding: 3px 5px !default;
|
|
27
|
+
$breadcrumb-icon-only-item-focus-padding: 2px 4px !default;
|
|
28
|
+
$breadcrumb-icon-only-item-bigger-padding: 3px 5px !default;
|
|
29
|
+
$breadcrumb-icon-only-item-focus-bigger-padding: 2px 4px !default;
|
|
30
|
+
$breadcrumb-scroll-mode-lineheight: 26px !default;
|
|
31
|
+
$breadcrumb-popup-item-padding: 0 12px !default;
|
|
32
|
+
$breadcrumb-popup-border-radius: 4px !default;
|
|
33
|
+
$breadcrumb-popup-item-height: 32px !default;
|
|
34
|
+
$cmenu-li-hover-outline-offset: 0 !default;
|
|
35
|
+
$breadcrumb-popup-item-bigger-height: 36px !default;
|
|
36
|
+
|
|
37
|
+
// Color variables
|
|
38
|
+
$breadcrumb-item-color: $content-text-color-alt1 !default;
|
|
39
|
+
$breadcrumb-separator-color: $icon-color-disabled !default;
|
|
40
|
+
$breadcrumb-item-hover-color: $content-text-color-alt2 !default;
|
|
41
|
+
$breadcrumb-item-focus-color: $content-text-color-alt2 !default;
|
|
42
|
+
$breadcrumb-item-active-color: $content-text-color !default;
|
|
43
|
+
$breadcrumb-item-hover-bgcolor: $primary-lighter !default;
|
|
44
|
+
$breadcrumb-item-active-bgcolor: $transparent !default;
|
|
45
|
+
$breadcrumb-item-focus-bgcolor: $primary-lighter !default;
|
|
46
|
+
$breadcrumb-last-item-font-color: $primary_alt !default;
|
|
47
|
+
$breadcrumb-collapsed-icon-hover-bgcolor: $content-bg-color-alt2 !default;
|
|
48
|
+
$breadcrumb-collapsed-icon-active-bgcolor: $content-bg-color-alt3 !default;
|
|
49
|
+
$breadcrumb-collapsed-icon-focus-bgcolor: $content-bg-color-alt2 !default;
|
|
50
|
+
$breadcrumb-collapsed-icon-color: $icon-color !default;
|
|
51
|
+
$breadcrumb-collapsed-icon-hover-color: $icon-color-hover !default;
|
|
52
|
+
$breadcrumb-disabled-item-color: $content-text-color-disabled !default;
|
|
53
|
+
$breadcrumb-item-focus-border: 1px solid $content-text-color-alt1 !default;
|
|
54
|
+
$breadcrumb-popup-item-color: $content-text-color !default;
|
|
55
|
+
$breadcrumb-popup-border: 1px solid $border-light !default;
|
|
56
|
+
$breadcrumb-popup-bgcolor: $flyout-bg-color !default;
|
|
57
|
+
$breadcrumb-popup-box-shadow: $shadow-lg !default;
|
|
58
|
+
$breadcrumb-popup-item-hover-bgcolor: $content-bg-color-hover !default;
|
|
59
|
+
$breadcrumb-popup-item-hover-color: $content-text-color-hover !default;
|
|
60
|
+
$breadcrumb-popup-item-hover-outline: 0 solid $border-light !default;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
@include export-module('breadcrumb-bds-icons') {
|
|
2
|
+
|
|
3
|
+
/*! breadcrumb icons */
|
|
4
|
+
.e-breadcrumb {
|
|
5
|
+
.e-breadcrumb-collapsed::before,
|
|
6
|
+
.e-breadcrumb-menu::before {
|
|
7
|
+
content: '\e71c';
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.e-home::before {
|
|
11
|
+
content: '\e87b';
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.e-home {
|
|
15
|
+
height: 18px;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.e-bigger .e-breadcrumb,
|
|
20
|
+
.e-bigger.e-breadcrumb {
|
|
21
|
+
.e-home {
|
|
22
|
+
height: 21px;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/*! Carousel component bds theme definitions and variables */
|
|
2
|
+
|
|
3
|
+
// COLORS VARIABLES
|
|
4
|
+
$carousel-navigator-btn-bg: transparent !default;
|
|
5
|
+
$carousel-navigator-btn-bg-hover: rgba($white, .4) !default;
|
|
6
|
+
$carousel-navigator-icon-color: $white !default;
|
|
7
|
+
$carousel-indicator-bar-bg: $white !default;
|
|
8
|
+
$carousel-indicator-bar-border: 1px solid rgba($white, .4) !default;
|
|
9
|
+
$carousel-indicator-bar-bg-active: $primary !default;
|
|
10
|
+
$carousel-indicator-border-color-focus: $black !default;
|
|
11
|
+
$carousel-indicator-progress-bg: rgba($carousel-indicator-bar-bg-active, .4) !default;
|
|
12
|
+
|
|
13
|
+
// ANIMATION VARIABLES
|
|
14
|
+
$carousel-animation-duration: .6s !default;
|
|
15
|
+
$carousel-animation-timing-function: ease-in-out !default;
|
|
16
|
+
|
|
17
|
+
// DIMENSION VARIABLES
|
|
18
|
+
$carousel-navigator-btn-border-radius-hover: 50% !default;
|
|
19
|
+
$carousel-indicator-padding: 6px !default;
|
|
20
|
+
$carousel-indicator-height: 48px !default;
|
|
21
|
+
$carousel-indicator-bar-border-radius: 50% !default;
|
|
22
|
+
$carousel-indicator-bar-height: 12px !default;
|
|
23
|
+
$carousel-indicator-bar-width: 12px !default;
|
|
24
|
+
$carousel-indicator-dynamic-minheight: 36px !default;
|
|
25
|
+
$carousel-indicator-fraction-minheight: 36px !default;
|
|
26
|
+
$carousel-indicator-progress-minheight: 4px !default;
|
|
27
|
+
$carousel-indicator-progress-height: 4px !default;
|
|
@@ -138,6 +138,12 @@
|
|
|
138
138
|
.e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
|
|
139
139
|
transform: rotate(180deg);
|
|
140
140
|
}
|
|
141
|
+
.e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
|
|
142
|
+
.e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
|
|
143
|
+
.e-carousel .e-carousel-navigators .e-next .e-btn .e-play-icon {
|
|
144
|
+
line-height: 1;
|
|
145
|
+
padding-left: 3px;
|
|
146
|
+
}
|
|
141
147
|
.e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
|
|
142
148
|
.e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
|
|
143
149
|
.e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
|
|
@@ -138,6 +138,12 @@
|
|
|
138
138
|
.e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
|
|
139
139
|
transform: rotate(180deg);
|
|
140
140
|
}
|
|
141
|
+
.e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
|
|
142
|
+
.e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
|
|
143
|
+
.e-carousel .e-carousel-navigators .e-next .e-btn .e-play-icon {
|
|
144
|
+
line-height: 1;
|
|
145
|
+
padding-left: 3px;
|
|
146
|
+
}
|
|
141
147
|
.e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
|
|
142
148
|
.e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
|
|
143
149
|
.e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
|
|
@@ -138,6 +138,12 @@
|
|
|
138
138
|
.e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
|
|
139
139
|
transform: rotate(180deg);
|
|
140
140
|
}
|
|
141
|
+
.e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
|
|
142
|
+
.e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
|
|
143
|
+
.e-carousel .e-carousel-navigators .e-next .e-btn .e-play-icon {
|
|
144
|
+
line-height: 1;
|
|
145
|
+
padding-left: 3px;
|
|
146
|
+
}
|
|
141
147
|
.e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
|
|
142
148
|
.e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
|
|
143
149
|
.e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
|
|
@@ -138,6 +138,12 @@
|
|
|
138
138
|
.e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
|
|
139
139
|
transform: rotate(180deg);
|
|
140
140
|
}
|
|
141
|
+
.e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
|
|
142
|
+
.e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
|
|
143
|
+
.e-carousel .e-carousel-navigators .e-next .e-btn .e-play-icon {
|
|
144
|
+
line-height: 1;
|
|
145
|
+
padding-left: 3px;
|
|
146
|
+
}
|
|
141
147
|
.e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
|
|
142
148
|
.e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
|
|
143
149
|
.e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
|
|
@@ -138,6 +138,12 @@
|
|
|
138
138
|
.e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
|
|
139
139
|
transform: rotate(180deg);
|
|
140
140
|
}
|
|
141
|
+
.e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
|
|
142
|
+
.e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
|
|
143
|
+
.e-carousel .e-carousel-navigators .e-next .e-btn .e-play-icon {
|
|
144
|
+
line-height: 1;
|
|
145
|
+
padding-left: 3px;
|
|
146
|
+
}
|
|
141
147
|
.e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
|
|
142
148
|
.e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
|
|
143
149
|
.e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
|
|
@@ -138,6 +138,12 @@
|
|
|
138
138
|
.e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
|
|
139
139
|
transform: rotate(180deg);
|
|
140
140
|
}
|
|
141
|
+
.e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
|
|
142
|
+
.e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
|
|
143
|
+
.e-carousel .e-carousel-navigators .e-next .e-btn .e-play-icon {
|
|
144
|
+
line-height: 1;
|
|
145
|
+
padding-left: 3px;
|
|
146
|
+
}
|
|
141
147
|
.e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
|
|
142
148
|
.e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
|
|
143
149
|
.e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
|
|
@@ -138,6 +138,12 @@
|
|
|
138
138
|
.e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
|
|
139
139
|
transform: rotate(180deg);
|
|
140
140
|
}
|
|
141
|
+
.e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
|
|
142
|
+
.e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
|
|
143
|
+
.e-carousel .e-carousel-navigators .e-next .e-btn .e-play-icon {
|
|
144
|
+
line-height: 1;
|
|
145
|
+
padding-left: 3px;
|
|
146
|
+
}
|
|
141
147
|
.e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
|
|
142
148
|
.e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
|
|
143
149
|
.e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
|
|
@@ -138,6 +138,12 @@
|
|
|
138
138
|
.e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
|
|
139
139
|
transform: rotate(180deg);
|
|
140
140
|
}
|
|
141
|
+
.e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
|
|
142
|
+
.e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
|
|
143
|
+
.e-carousel .e-carousel-navigators .e-next .e-btn .e-play-icon {
|
|
144
|
+
line-height: 1;
|
|
145
|
+
padding-left: 3px;
|
|
146
|
+
}
|
|
141
147
|
.e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
|
|
142
148
|
.e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
|
|
143
149
|
.e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
|
|
@@ -138,6 +138,12 @@
|
|
|
138
138
|
.e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
|
|
139
139
|
transform: rotate(180deg);
|
|
140
140
|
}
|
|
141
|
+
.e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
|
|
142
|
+
.e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
|
|
143
|
+
.e-carousel .e-carousel-navigators .e-next .e-btn .e-play-icon {
|
|
144
|
+
line-height: 1;
|
|
145
|
+
padding-left: 3px;
|
|
146
|
+
}
|
|
141
147
|
.e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
|
|
142
148
|
.e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
|
|
143
149
|
.e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
|
|
@@ -138,6 +138,12 @@
|
|
|
138
138
|
.e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
|
|
139
139
|
transform: rotate(180deg);
|
|
140
140
|
}
|
|
141
|
+
.e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
|
|
142
|
+
.e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
|
|
143
|
+
.e-carousel .e-carousel-navigators .e-next .e-btn .e-play-icon {
|
|
144
|
+
line-height: 1;
|
|
145
|
+
padding-left: 3px;
|
|
146
|
+
}
|
|
141
147
|
.e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
|
|
142
148
|
.e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
|
|
143
149
|
.e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
|
|
@@ -138,6 +138,12 @@
|
|
|
138
138
|
.e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
|
|
139
139
|
transform: rotate(180deg);
|
|
140
140
|
}
|
|
141
|
+
.e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
|
|
142
|
+
.e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
|
|
143
|
+
.e-carousel .e-carousel-navigators .e-next .e-btn .e-play-icon {
|
|
144
|
+
line-height: 1;
|
|
145
|
+
padding-left: 3px;
|
|
146
|
+
}
|
|
141
147
|
.e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
|
|
142
148
|
.e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
|
|
143
149
|
.e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
|