@syncfusion/ej2-navigations 24.2.8 → 25.1.37
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 +9 -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 +165 -137
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +165 -137
- 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.d.ts +1 -0
- package/src/toolbar/toolbar.js +35 -13
- package/src/treeview/treeview-model.d.ts +4 -7
- package/src/treeview/treeview.d.ts +3 -3
- package/src/treeview/treeview.js +15 -9
- 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 +12 -4
- package/styles/bootstrap.css +12 -4
- package/styles/bootstrap4.css +12 -4
- package/styles/bootstrap5-dark.css +12 -4
- package/styles/bootstrap5.css +12 -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 +12 -4
- package/styles/fabric.css +12 -4
- package/styles/fluent-dark.css +12 -4
- package/styles/fluent.css +12 -4
- package/styles/h-scroll/_bds-definition.scss +83 -0
- package/styles/h-scroll/icons/_bds.scss +49 -0
- package/styles/highcontrast-light.css +12 -4
- package/styles/highcontrast.css +12 -4
- package/styles/material-dark.css +12 -4
- package/styles/material.css +13 -5
- package/styles/material3-dark.css +12 -4
- package/styles/material3.css +12 -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 +14 -6
- package/styles/tailwind.css +12 -4
- package/styles/toolbar/_bds-definition.scss +215 -0
- package/styles/toolbar/_layout.scss +6 -7
- package/styles/toolbar/bootstrap-dark.css +3 -4
- package/styles/toolbar/bootstrap.css +3 -4
- package/styles/toolbar/bootstrap4.css +3 -4
- package/styles/toolbar/bootstrap5-dark.css +3 -4
- package/styles/toolbar/bootstrap5.css +3 -4
- package/styles/toolbar/fabric-dark.css +3 -4
- package/styles/toolbar/fabric.css +3 -4
- package/styles/toolbar/fluent-dark.css +3 -4
- package/styles/toolbar/fluent.css +3 -4
- package/styles/toolbar/highcontrast-light.css +3 -4
- package/styles/toolbar/highcontrast.css +3 -4
- package/styles/toolbar/icons/_bds.scss +16 -0
- package/styles/toolbar/material-dark.css +3 -4
- package/styles/toolbar/material.css +3 -4
- package/styles/toolbar/material3-dark.css +3 -4
- package/styles/toolbar/material3.css +3 -4
- package/styles/toolbar/tailwind-dark.css +3 -4
- package/styles/toolbar/tailwind.css +3 -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/styles/fabric.css
CHANGED
|
@@ -1335,8 +1335,8 @@
|
|
|
1335
1335
|
.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 {
|
|
1336
1336
|
padding: 0 12px 0 0;
|
|
1337
1337
|
}
|
|
1338
|
-
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
|
|
1339
|
-
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
|
|
1338
|
+
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
1339
|
+
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
1340
1340
|
min-width: 49px;
|
|
1341
1341
|
padding: 0 1.5px;
|
|
1342
1342
|
}
|
|
@@ -1693,7 +1693,7 @@
|
|
|
1693
1693
|
font-size: 14px;
|
|
1694
1694
|
padding: 0 12px 0 8px;
|
|
1695
1695
|
}
|
|
1696
|
-
.e-toolbar .e-toolbar-item:not(.e-separator) {
|
|
1696
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
1697
1697
|
height: inherit;
|
|
1698
1698
|
min-width: 34px;
|
|
1699
1699
|
padding: 0 1px;
|
|
@@ -2027,7 +2027,6 @@
|
|
|
2027
2027
|
}
|
|
2028
2028
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
2029
2029
|
margin-left: 0;
|
|
2030
|
-
margin-right: 3px;
|
|
2031
2030
|
}
|
|
2032
2031
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
|
|
2033
2032
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
@@ -3012,6 +3011,12 @@
|
|
|
3012
3011
|
.e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
|
|
3013
3012
|
transform: rotate(180deg);
|
|
3014
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
|
+
}
|
|
3015
3020
|
.e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
|
|
3016
3021
|
.e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
|
|
3017
3022
|
.e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
|
|
@@ -10333,6 +10338,9 @@ ejs-sidebar {
|
|
|
10333
10338
|
-ms-flex-direction: column;
|
|
10334
10339
|
flex-direction: column;
|
|
10335
10340
|
}
|
|
10341
|
+
.e-stepper.e-horizontal {
|
|
10342
|
+
display: block;
|
|
10343
|
+
}
|
|
10336
10344
|
.e-stepper.e-horizontal .e-stepper-steps {
|
|
10337
10345
|
-ms-flex-direction: row;
|
|
10338
10346
|
flex-direction: row;
|
package/styles/fluent-dark.css
CHANGED
|
@@ -1368,8 +1368,8 @@
|
|
|
1368
1368
|
.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 {
|
|
1369
1369
|
padding: 4px 6px;
|
|
1370
1370
|
}
|
|
1371
|
-
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
|
|
1372
|
-
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
|
|
1371
|
+
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
1372
|
+
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
1373
1373
|
min-width: 49px;
|
|
1374
1374
|
padding: 0;
|
|
1375
1375
|
}
|
|
@@ -1726,7 +1726,7 @@
|
|
|
1726
1726
|
font-size: 14px;
|
|
1727
1727
|
padding: 4px;
|
|
1728
1728
|
}
|
|
1729
|
-
.e-toolbar .e-toolbar-item:not(.e-separator) {
|
|
1729
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
1730
1730
|
height: inherit;
|
|
1731
1731
|
min-width: 28px;
|
|
1732
1732
|
padding: 0;
|
|
@@ -2060,7 +2060,6 @@
|
|
|
2060
2060
|
}
|
|
2061
2061
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
2062
2062
|
margin-left: 0;
|
|
2063
|
-
margin-right: 8px;
|
|
2064
2063
|
}
|
|
2065
2064
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
|
|
2066
2065
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
@@ -3045,6 +3044,12 @@
|
|
|
3045
3044
|
.e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
|
|
3046
3045
|
transform: rotate(180deg);
|
|
3047
3046
|
}
|
|
3047
|
+
.e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
|
|
3048
|
+
.e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
|
|
3049
|
+
.e-carousel .e-carousel-navigators .e-next .e-btn .e-play-icon {
|
|
3050
|
+
line-height: 1;
|
|
3051
|
+
padding-left: 3px;
|
|
3052
|
+
}
|
|
3048
3053
|
.e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
|
|
3049
3054
|
.e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
|
|
3050
3055
|
.e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
|
|
@@ -10466,6 +10471,9 @@ ejs-sidebar {
|
|
|
10466
10471
|
-ms-flex-direction: column;
|
|
10467
10472
|
flex-direction: column;
|
|
10468
10473
|
}
|
|
10474
|
+
.e-stepper.e-horizontal {
|
|
10475
|
+
display: block;
|
|
10476
|
+
}
|
|
10469
10477
|
.e-stepper.e-horizontal .e-stepper-steps {
|
|
10470
10478
|
-ms-flex-direction: row;
|
|
10471
10479
|
flex-direction: row;
|
package/styles/fluent.css
CHANGED
|
@@ -1368,8 +1368,8 @@
|
|
|
1368
1368
|
.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 {
|
|
1369
1369
|
padding: 4px 6px;
|
|
1370
1370
|
}
|
|
1371
|
-
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
|
|
1372
|
-
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
|
|
1371
|
+
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
1372
|
+
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
1373
1373
|
min-width: 49px;
|
|
1374
1374
|
padding: 0;
|
|
1375
1375
|
}
|
|
@@ -1726,7 +1726,7 @@
|
|
|
1726
1726
|
font-size: 14px;
|
|
1727
1727
|
padding: 4px;
|
|
1728
1728
|
}
|
|
1729
|
-
.e-toolbar .e-toolbar-item:not(.e-separator) {
|
|
1729
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
1730
1730
|
height: inherit;
|
|
1731
1731
|
min-width: 28px;
|
|
1732
1732
|
padding: 0;
|
|
@@ -2060,7 +2060,6 @@
|
|
|
2060
2060
|
}
|
|
2061
2061
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
2062
2062
|
margin-left: 0;
|
|
2063
|
-
margin-right: 8px;
|
|
2064
2063
|
}
|
|
2065
2064
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
|
|
2066
2065
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
@@ -3045,6 +3044,12 @@
|
|
|
3045
3044
|
.e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
|
|
3046
3045
|
transform: rotate(180deg);
|
|
3047
3046
|
}
|
|
3047
|
+
.e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
|
|
3048
|
+
.e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
|
|
3049
|
+
.e-carousel .e-carousel-navigators .e-next .e-btn .e-play-icon {
|
|
3050
|
+
line-height: 1;
|
|
3051
|
+
padding-left: 3px;
|
|
3052
|
+
}
|
|
3048
3053
|
.e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
|
|
3049
3054
|
.e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
|
|
3050
3055
|
.e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
|
|
@@ -10466,6 +10471,9 @@ ejs-sidebar {
|
|
|
10466
10471
|
-ms-flex-direction: column;
|
|
10467
10472
|
flex-direction: column;
|
|
10468
10473
|
}
|
|
10474
|
+
.e-stepper.e-horizontal {
|
|
10475
|
+
display: block;
|
|
10476
|
+
}
|
|
10469
10477
|
.e-stepper.e-horizontal .e-stepper-steps {
|
|
10470
10478
|
-ms-flex-direction: row;
|
|
10471
10479
|
flex-direction: row;
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
/*! component's theme wise override definitions and variables */
|
|
2
|
+
$hscroll-skin: $skin-name !default;
|
|
3
|
+
$border-type: solid;
|
|
4
|
+
$hscroll-hover-font: $content-text-color-alt2 !default;
|
|
5
|
+
$hscroll-active-font-color: $content-text-color-alt2 !default;
|
|
6
|
+
$hscroll-default-bg: $content-bg-color-alt2 !default;
|
|
7
|
+
$hscroll-press-bg: $content-bg-color-alt2 !default;
|
|
8
|
+
$hscroll-active-bg: $content-bg-color-alt2 !default;
|
|
9
|
+
$hscroll-border-size: 1px !default;
|
|
10
|
+
$hscroll-nav-nrml-minheight: 38px !default;
|
|
11
|
+
$hscroll-nav-bgr-minheight: 48px !default;
|
|
12
|
+
$hscroll-mob-nav-nrml-width: 40px !default;
|
|
13
|
+
$hscroll-nav-nrml-width: 28px !default;
|
|
14
|
+
$hscroll-nav-bgr-width: 48px !default;
|
|
15
|
+
$hscroll-nrml-padding: 0 $hscroll-nav-nrml-width !default;
|
|
16
|
+
$hscroll-bgr-padding: 0 $hscroll-nav-bgr-width !default;
|
|
17
|
+
$hscroll-border-type: $border-type !default;
|
|
18
|
+
$hscroll-box-shadow: none !default;
|
|
19
|
+
$hscroll-hover-bg: $content-bg-color-alt3 !default;
|
|
20
|
+
$hscroll-hover-border-color: $border-light !default;
|
|
21
|
+
$hscroll-default-icon-color: $icon-color !default;
|
|
22
|
+
$hscroll-focus-border: 0 !default;
|
|
23
|
+
$hscroll-active-border: 0 !default;
|
|
24
|
+
$hscroll-hover-border: 0 !default;
|
|
25
|
+
$hscroll-active-box-shadow: none !default;
|
|
26
|
+
$hscroll-overlay-opacity: .5 !default;
|
|
27
|
+
$hscroll-overlay-bg: $content-bg-color-alt2 !default;
|
|
28
|
+
$hscroll-overlay-start: rgba($hscroll-overlay-bg, 0) !default;
|
|
29
|
+
$hscroll-overlay-end: rgba($hscroll-overlay-bg, 1) !default;
|
|
30
|
+
$hscroll-right-bg: linear-gradient(-270deg, $hscroll-overlay-start 0%, $hscroll-overlay-end 100%) !default;
|
|
31
|
+
$hscroll-left-bg: linear-gradient(-270deg, $hscroll-overlay-end 0%, $hscroll-overlay-start 100%) !default;
|
|
32
|
+
|
|
33
|
+
$hscroll-device-arrow-box-shadow: $shadow !default;
|
|
34
|
+
$hscroll-device-arrow-rtl-box-shadow: $shadow !default;
|
|
35
|
+
$hscroll-device-arrow-bg: $content-bg-color-alt2 !default;
|
|
36
|
+
$hscroll-device-arrow-border-size: 1px !default;
|
|
37
|
+
$hscroll-device-arrow-border-color: $border-light !default;
|
|
38
|
+
$hscroll-device-arrow-color: $icon-color !default;
|
|
39
|
+
$hscroll-device-arrow-size: 18px !default;
|
|
40
|
+
$hscroll-device-arrow-icon-size: 18px !default;
|
|
41
|
+
$hscroll-device-arrow-size-bigger: 22px !default;
|
|
42
|
+
$hscroll-device-arrow-width: 48px !default;
|
|
43
|
+
|
|
44
|
+
$hscroll-default-border: $hscroll-hover-border-color !default;
|
|
45
|
+
$hscroll-ribble-animation-border-frame: rgba(255, 255, 255, .5) !default;
|
|
46
|
+
$hscroll-ribble-animation-shadow-frame: 0 0 0 0 $hscroll-ribble-animation-border-frame !default;
|
|
47
|
+
$hscroll-ribble-animation-shadow-frame-end: 0 0 0 200px rgba(255, 255, 255, .12) !default;
|
|
48
|
+
|
|
49
|
+
$hscroll-nav-hover-press-bg: $hscroll-hover-bg !default;
|
|
50
|
+
$hscroll-nav-hover-icons-color: $hscroll-default-icon-color !default;
|
|
51
|
+
$hscroll-nav-focus-bg-color: $hscroll-hover-bg !default;
|
|
52
|
+
$hscroll-nav-focus-border: $hscroll-focus-border !default;
|
|
53
|
+
$hscroll-nav-active-color: $hscroll-default-icon-color !default;
|
|
54
|
+
|
|
55
|
+
@mixin hscroll-btn-animation {
|
|
56
|
+
background-color: transparent;
|
|
57
|
+
border-radius: 50%;
|
|
58
|
+
border-width: 1px;
|
|
59
|
+
box-sizing: border-box;
|
|
60
|
+
content: '';
|
|
61
|
+
height: 1px;
|
|
62
|
+
left: 50%;
|
|
63
|
+
position: absolute;
|
|
64
|
+
top: 50%;
|
|
65
|
+
visibility: hidden;
|
|
66
|
+
width: 1px;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
@mixin hscroll-btn-animation-after {
|
|
70
|
+
animation: hscroll-popup-shadow .6s ease-out 0ms;
|
|
71
|
+
visibility: visible;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
@keyframes hscroll-popup-shadow {
|
|
75
|
+
0% {
|
|
76
|
+
border-color: $hscroll-ribble-animation-border-frame;
|
|
77
|
+
box-shadow: $hscroll-ribble-animation-shadow-frame;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
100% {
|
|
81
|
+
box-shadow: $hscroll-ribble-animation-shadow-frame-end;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
@include export-module('hscroll-bds-icons') {
|
|
2
|
+
|
|
3
|
+
/*! hscroll icons */
|
|
4
|
+
#{&}.e-hscroll {
|
|
5
|
+
|
|
6
|
+
&.e-rtl {
|
|
7
|
+
|
|
8
|
+
&.e-scroll-device {
|
|
9
|
+
|
|
10
|
+
.e-nav-right-arrow::before {
|
|
11
|
+
content: '\e765';
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.e-nav-left-arrow::before {
|
|
15
|
+
content: '\e748';
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.e-nav-left-arrow::before {
|
|
20
|
+
content: '\e748';
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.e-nav-right-arrow::before {
|
|
24
|
+
content: '\e765';
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
&.e-scroll-device {
|
|
29
|
+
|
|
30
|
+
.e-nav-right-arrow::before {
|
|
31
|
+
content: '\e748';
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.e-nav-left-arrow::before {
|
|
35
|
+
content: '\e765';
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.e-nav-left-arrow::before {
|
|
40
|
+
content: '\e765';
|
|
41
|
+
line-height: normal;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.e-nav-right-arrow::before {
|
|
45
|
+
content: '\e748';
|
|
46
|
+
line-height: normal;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
@@ -1333,8 +1333,8 @@
|
|
|
1333
1333
|
.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 {
|
|
1334
1334
|
padding: 0 12px 0 0;
|
|
1335
1335
|
}
|
|
1336
|
-
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
|
|
1337
|
-
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
|
|
1336
|
+
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
1337
|
+
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
1338
1338
|
min-width: 49px;
|
|
1339
1339
|
padding: 0 1.5px;
|
|
1340
1340
|
}
|
|
@@ -1691,7 +1691,7 @@
|
|
|
1691
1691
|
font-size: 14px;
|
|
1692
1692
|
padding: 0 12px 0 8px;
|
|
1693
1693
|
}
|
|
1694
|
-
.e-toolbar .e-toolbar-item:not(.e-separator) {
|
|
1694
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
1695
1695
|
height: inherit;
|
|
1696
1696
|
min-width: 34px;
|
|
1697
1697
|
padding: 0 1px;
|
|
@@ -2025,7 +2025,6 @@
|
|
|
2025
2025
|
}
|
|
2026
2026
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
2027
2027
|
margin-left: 0;
|
|
2028
|
-
margin-right: 3px;
|
|
2029
2028
|
}
|
|
2030
2029
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
|
|
2031
2030
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
@@ -3009,6 +3008,12 @@
|
|
|
3009
3008
|
.e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
|
|
3010
3009
|
transform: rotate(180deg);
|
|
3011
3010
|
}
|
|
3011
|
+
.e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
|
|
3012
|
+
.e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
|
|
3013
|
+
.e-carousel .e-carousel-navigators .e-next .e-btn .e-play-icon {
|
|
3014
|
+
line-height: 1;
|
|
3015
|
+
padding-left: 3px;
|
|
3016
|
+
}
|
|
3012
3017
|
.e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
|
|
3013
3018
|
.e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
|
|
3014
3019
|
.e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
|
|
@@ -10323,6 +10328,9 @@ ejs-sidebar {
|
|
|
10323
10328
|
-ms-flex-direction: column;
|
|
10324
10329
|
flex-direction: column;
|
|
10325
10330
|
}
|
|
10331
|
+
.e-stepper.e-horizontal {
|
|
10332
|
+
display: block;
|
|
10333
|
+
}
|
|
10326
10334
|
.e-stepper.e-horizontal .e-stepper-steps {
|
|
10327
10335
|
-ms-flex-direction: row;
|
|
10328
10336
|
flex-direction: row;
|
package/styles/highcontrast.css
CHANGED
|
@@ -1335,8 +1335,8 @@
|
|
|
1335
1335
|
.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 {
|
|
1336
1336
|
padding: 0 12px 0 0;
|
|
1337
1337
|
}
|
|
1338
|
-
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
|
|
1339
|
-
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
|
|
1338
|
+
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
1339
|
+
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
1340
1340
|
min-width: 49px;
|
|
1341
1341
|
padding: 0 1.5px;
|
|
1342
1342
|
}
|
|
@@ -1693,7 +1693,7 @@
|
|
|
1693
1693
|
font-size: 14px;
|
|
1694
1694
|
padding: 0 12px 0 8px;
|
|
1695
1695
|
}
|
|
1696
|
-
.e-toolbar .e-toolbar-item:not(.e-separator) {
|
|
1696
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
1697
1697
|
height: inherit;
|
|
1698
1698
|
min-width: 34px;
|
|
1699
1699
|
padding: 0 1px;
|
|
@@ -2027,7 +2027,6 @@
|
|
|
2027
2027
|
}
|
|
2028
2028
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
2029
2029
|
margin-left: 0;
|
|
2030
|
-
margin-right: 3px;
|
|
2031
2030
|
}
|
|
2032
2031
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
|
|
2033
2032
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
@@ -3012,6 +3011,12 @@
|
|
|
3012
3011
|
.e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
|
|
3013
3012
|
transform: rotate(180deg);
|
|
3014
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
|
+
}
|
|
3015
3020
|
.e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
|
|
3016
3021
|
.e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
|
|
3017
3022
|
.e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
|
|
@@ -10357,6 +10362,9 @@ ejs-sidebar {
|
|
|
10357
10362
|
-ms-flex-direction: column;
|
|
10358
10363
|
flex-direction: column;
|
|
10359
10364
|
}
|
|
10365
|
+
.e-stepper.e-horizontal {
|
|
10366
|
+
display: block;
|
|
10367
|
+
}
|
|
10360
10368
|
.e-stepper.e-horizontal .e-stepper-steps {
|
|
10361
10369
|
-ms-flex-direction: row;
|
|
10362
10370
|
flex-direction: row;
|
package/styles/material-dark.css
CHANGED
|
@@ -1400,8 +1400,8 @@
|
|
|
1400
1400
|
.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 {
|
|
1401
1401
|
padding: 0;
|
|
1402
1402
|
}
|
|
1403
|
-
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
|
|
1404
|
-
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
|
|
1403
|
+
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
1404
|
+
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
1405
1405
|
min-width: 48px;
|
|
1406
1406
|
padding: 5px;
|
|
1407
1407
|
}
|
|
@@ -1758,7 +1758,7 @@
|
|
|
1758
1758
|
font-size: 14px;
|
|
1759
1759
|
padding: 0 2px 0 2px;
|
|
1760
1760
|
}
|
|
1761
|
-
.e-toolbar .e-toolbar-item:not(.e-separator) {
|
|
1761
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
1762
1762
|
height: inherit;
|
|
1763
1763
|
min-width: 34px;
|
|
1764
1764
|
padding: 3.5px;
|
|
@@ -2092,7 +2092,6 @@
|
|
|
2092
2092
|
}
|
|
2093
2093
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
2094
2094
|
margin-left: 0;
|
|
2095
|
-
margin-right: 3px;
|
|
2096
2095
|
}
|
|
2097
2096
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
|
|
2098
2097
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
@@ -3087,6 +3086,12 @@
|
|
|
3087
3086
|
.e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
|
|
3088
3087
|
transform: rotate(180deg);
|
|
3089
3088
|
}
|
|
3089
|
+
.e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
|
|
3090
|
+
.e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
|
|
3091
|
+
.e-carousel .e-carousel-navigators .e-next .e-btn .e-play-icon {
|
|
3092
|
+
line-height: 1;
|
|
3093
|
+
padding-left: 3px;
|
|
3094
|
+
}
|
|
3090
3095
|
.e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
|
|
3091
3096
|
.e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
|
|
3092
3097
|
.e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
|
|
@@ -10446,6 +10451,9 @@ ejs-sidebar {
|
|
|
10446
10451
|
-ms-flex-direction: column;
|
|
10447
10452
|
flex-direction: column;
|
|
10448
10453
|
}
|
|
10454
|
+
.e-stepper.e-horizontal {
|
|
10455
|
+
display: block;
|
|
10456
|
+
}
|
|
10449
10457
|
.e-stepper.e-horizontal .e-stepper-steps {
|
|
10450
10458
|
-ms-flex-direction: row;
|
|
10451
10459
|
flex-direction: row;
|
package/styles/material.css
CHANGED
|
@@ -1405,8 +1405,8 @@
|
|
|
1405
1405
|
.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 {
|
|
1406
1406
|
padding: 0;
|
|
1407
1407
|
}
|
|
1408
|
-
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
|
|
1409
|
-
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
|
|
1408
|
+
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
1409
|
+
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
1410
1410
|
min-width: 48px;
|
|
1411
1411
|
padding: 5px;
|
|
1412
1412
|
}
|
|
@@ -1763,7 +1763,7 @@
|
|
|
1763
1763
|
font-size: 14px;
|
|
1764
1764
|
padding: 0 2px 0 2px;
|
|
1765
1765
|
}
|
|
1766
|
-
.e-toolbar .e-toolbar-item:not(.e-separator) {
|
|
1766
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
1767
1767
|
height: inherit;
|
|
1768
1768
|
min-width: 34px;
|
|
1769
1769
|
padding: 3.5px;
|
|
@@ -2097,7 +2097,6 @@
|
|
|
2097
2097
|
}
|
|
2098
2098
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
2099
2099
|
margin-left: 0;
|
|
2100
|
-
margin-right: 3px;
|
|
2101
2100
|
}
|
|
2102
2101
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
|
|
2103
2102
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
@@ -2944,7 +2943,7 @@
|
|
|
2944
2943
|
color: rgba(0, 0, 0, 0.87);
|
|
2945
2944
|
}
|
|
2946
2945
|
.e-accordion .e-acrdn-item.e-selected > .e-acrdn-panel .e-acrdn-header-content {
|
|
2947
|
-
color: rgba(0, 0, 0, 0.
|
|
2946
|
+
color: rgba(0, 0, 0, 0.87);
|
|
2948
2947
|
}
|
|
2949
2948
|
.e-accordion .e-acrdn-item .e-toggle-icon {
|
|
2950
2949
|
color: rgba(0, 0, 0, 0.54);
|
|
@@ -3093,6 +3092,12 @@
|
|
|
3093
3092
|
.e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
|
|
3094
3093
|
transform: rotate(180deg);
|
|
3095
3094
|
}
|
|
3095
|
+
.e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
|
|
3096
|
+
.e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
|
|
3097
|
+
.e-carousel .e-carousel-navigators .e-next .e-btn .e-play-icon {
|
|
3098
|
+
line-height: 1;
|
|
3099
|
+
padding-left: 3px;
|
|
3100
|
+
}
|
|
3096
3101
|
.e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
|
|
3097
3102
|
.e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
|
|
3098
3103
|
.e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
|
|
@@ -10466,6 +10471,9 @@ ejs-sidebar {
|
|
|
10466
10471
|
-ms-flex-direction: column;
|
|
10467
10472
|
flex-direction: column;
|
|
10468
10473
|
}
|
|
10474
|
+
.e-stepper.e-horizontal {
|
|
10475
|
+
display: block;
|
|
10476
|
+
}
|
|
10469
10477
|
.e-stepper.e-horizontal .e-stepper-steps {
|
|
10470
10478
|
-ms-flex-direction: row;
|
|
10471
10479
|
flex-direction: row;
|
|
@@ -1471,8 +1471,8 @@
|
|
|
1471
1471
|
.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 {
|
|
1472
1472
|
padding: 4px;
|
|
1473
1473
|
}
|
|
1474
|
-
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
|
|
1475
|
-
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
|
|
1474
|
+
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
1475
|
+
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
1476
1476
|
min-width: 40px;
|
|
1477
1477
|
padding: 8px 4px 8px 4px;
|
|
1478
1478
|
}
|
|
@@ -1829,7 +1829,7 @@
|
|
|
1829
1829
|
font-size: 14px;
|
|
1830
1830
|
padding: 4px;
|
|
1831
1831
|
}
|
|
1832
|
-
.e-toolbar .e-toolbar-item:not(.e-separator) {
|
|
1832
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
1833
1833
|
height: inherit;
|
|
1834
1834
|
min-width: 32px;
|
|
1835
1835
|
padding: 8px 4px 8px 4px;
|
|
@@ -2163,7 +2163,6 @@
|
|
|
2163
2163
|
}
|
|
2164
2164
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
2165
2165
|
margin-left: 0;
|
|
2166
|
-
margin-right: 8px;
|
|
2167
2166
|
}
|
|
2168
2167
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
|
|
2169
2168
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
@@ -3152,6 +3151,12 @@
|
|
|
3152
3151
|
.e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
|
|
3153
3152
|
transform: rotate(180deg);
|
|
3154
3153
|
}
|
|
3154
|
+
.e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
|
|
3155
|
+
.e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
|
|
3156
|
+
.e-carousel .e-carousel-navigators .e-next .e-btn .e-play-icon {
|
|
3157
|
+
line-height: 1;
|
|
3158
|
+
padding-left: 3px;
|
|
3159
|
+
}
|
|
3155
3160
|
.e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
|
|
3156
3161
|
.e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
|
|
3157
3162
|
.e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
|
|
@@ -10568,6 +10573,9 @@ ejs-sidebar {
|
|
|
10568
10573
|
-ms-flex-direction: column;
|
|
10569
10574
|
flex-direction: column;
|
|
10570
10575
|
}
|
|
10576
|
+
.e-stepper.e-horizontal {
|
|
10577
|
+
display: block;
|
|
10578
|
+
}
|
|
10571
10579
|
.e-stepper.e-horizontal .e-stepper-steps {
|
|
10572
10580
|
-ms-flex-direction: row;
|
|
10573
10581
|
flex-direction: row;
|
package/styles/material3.css
CHANGED
|
@@ -1527,8 +1527,8 @@
|
|
|
1527
1527
|
.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 {
|
|
1528
1528
|
padding: 4px;
|
|
1529
1529
|
}
|
|
1530
|
-
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
|
|
1531
|
-
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
|
|
1530
|
+
.e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
1531
|
+
.e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
1532
1532
|
min-width: 40px;
|
|
1533
1533
|
padding: 8px 4px 8px 4px;
|
|
1534
1534
|
}
|
|
@@ -1885,7 +1885,7 @@
|
|
|
1885
1885
|
font-size: 14px;
|
|
1886
1886
|
padding: 4px;
|
|
1887
1887
|
}
|
|
1888
|
-
.e-toolbar .e-toolbar-item:not(.e-separator) {
|
|
1888
|
+
.e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
1889
1889
|
height: inherit;
|
|
1890
1890
|
min-width: 32px;
|
|
1891
1891
|
padding: 8px 4px 8px 4px;
|
|
@@ -2219,7 +2219,6 @@
|
|
|
2219
2219
|
}
|
|
2220
2220
|
.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
|
|
2221
2221
|
margin-left: 0;
|
|
2222
|
-
margin-right: 8px;
|
|
2223
2222
|
}
|
|
2224
2223
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
|
|
2225
2224
|
.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
@@ -3208,6 +3207,12 @@
|
|
|
3208
3207
|
.e-carousel .e-carousel-navigators .e-next .e-btn.e-rtl {
|
|
3209
3208
|
transform: rotate(180deg);
|
|
3210
3209
|
}
|
|
3210
|
+
.e-carousel .e-carousel-navigators .e-play-pause .e-btn .e-play-icon,
|
|
3211
|
+
.e-carousel .e-carousel-navigators .e-previous .e-btn .e-play-icon,
|
|
3212
|
+
.e-carousel .e-carousel-navigators .e-next .e-btn .e-play-icon {
|
|
3213
|
+
line-height: 1;
|
|
3214
|
+
padding-left: 3px;
|
|
3215
|
+
}
|
|
3211
3216
|
.e-carousel .e-carousel-navigators .e-play-pause.e-hover-arrows,
|
|
3212
3217
|
.e-carousel .e-carousel-navigators .e-previous.e-hover-arrows,
|
|
3213
3218
|
.e-carousel .e-carousel-navigators .e-next.e-hover-arrows {
|
|
@@ -10624,6 +10629,9 @@ ejs-sidebar {
|
|
|
10624
10629
|
-ms-flex-direction: column;
|
|
10625
10630
|
flex-direction: column;
|
|
10626
10631
|
}
|
|
10632
|
+
.e-stepper.e-horizontal {
|
|
10633
|
+
display: block;
|
|
10634
|
+
}
|
|
10627
10635
|
.e-stepper.e-horizontal .e-stepper-steps {
|
|
10628
10636
|
-ms-flex-direction: row;
|
|
10629
10637
|
flex-direction: row;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
//layout variables
|
|
2
|
+
$menu-bigger-caret-font-size: $cmenu-bigger-caret-font-size !default;
|
|
3
|
+
$menu-bigger-caret-li-padding: 32px !default;
|
|
4
|
+
$menu-bigger-caret-right: 12px !default;
|
|
5
|
+
$menu-bigger-font-size: $text-base !default;
|
|
6
|
+
$menu-bigger-li-height: 48px !default;
|
|
7
|
+
$menu-bigger-li-padding: 0 16px !default;
|
|
8
|
+
$menu-bigger-li-text-indent: 15px !default;
|
|
9
|
+
$menu-bigger-li-right-padding: 12px !default;
|
|
10
|
+
$menu-bigger-icon-margin-right: 12px !default;
|
|
11
|
+
$menu-icon-width: 1em !default;
|
|
12
|
+
$menu-blank-icon: 34px !default;
|
|
13
|
+
$menu-blank-icon-bigger: 41px !default;
|
|
14
|
+
$menu-caret-font-size: $text-base !default;
|
|
15
|
+
$menu-caret-icon: '\e706' !default;
|
|
16
|
+
$menu-caret-icon-rtl: '\e70f' !default;
|
|
17
|
+
$menu-caret-right: 8px !default;
|
|
18
|
+
$menu-caret-li-padding: 26px !default;
|
|
19
|
+
$menu-ul-padding: 0 !default;
|
|
20
|
+
$menu-separator-bigger-padding: 0 !default;
|
|
21
|
+
$menu-ul-bigger-header-padding: 0 !default;
|
|
22
|
+
$menu-caret-padding-left: 8px !default;
|
|
23
|
+
$menu-disable-opacity: .65 !default;
|
|
24
|
+
$menu-font-size: $text-sm !default;
|
|
25
|
+
$menu-icon-margin-right: 8px !default;
|
|
26
|
+
$menu-icon-bigger-margin-right: 12px !default;
|
|
27
|
+
$menu-li-hover-outline-offset: 0 !default;
|
|
28
|
+
$menu-li-border-style: solid !default;
|
|
29
|
+
$menu-li-border-width: 1px !default;
|
|
30
|
+
$menu-li-height: 38px !default;
|
|
31
|
+
$menu-li-padding: 0 12px !default;
|
|
32
|
+
$menu-li-text-indent: 12px !default;
|
|
33
|
+
$menu-li-right-padding: 12px !default;
|
|
34
|
+
$menu-separator-padding: 0 !default;
|
|
35
|
+
$menu-icon-font-size: $text-lg !default;
|
|
36
|
+
$menu-icon-bigger-font-size: 22px !default;
|
|
37
|
+
$menu-li-selected-outline-offset: 0 !default;
|
|
38
|
+
$menu-hscroll-nav-size: 28px !default;
|
|
39
|
+
$menu-vscroll-nav-size: 28px !default;
|
|
40
|
+
$menu-scroll-nav-icon-size: 16px !default;
|
|
41
|
+
$menu-bigger-hscroll-nav-size: 40px !default;
|
|
42
|
+
$menu-bigger-vscroll-nav-size: 32px !default;
|
|
43
|
+
$menu-bigger-scroll-nav-icon-size: 18px !default;
|
|
44
|
+
$menu-header-icon-padding: 0 16px !default;
|
|
45
|
+
$menu-li-bgcolor: $content-bg-color-alt3 !default;
|
|
46
|
+
$menu-li-border-color: $border-light !default;
|
|
47
|
+
$menu-li-selection-bgcolor: $content-bg-color-alt3 !default;
|
|
48
|
+
$menu-li-selected-outline: 0 solid $menu-li-selection-bgcolor !default;
|
|
49
|
+
$menu-li-selection-font-color: $content-text-color !default;
|
|
50
|
+
$menu-ul-header-padding: $menu-ul-padding !default;
|
|
51
|
+
$menu-color: $content-text-color !default;
|
|
52
|
+
$menu-seperator-border-color: $border-light !default;
|
|
53
|
+
$menu-selected-color: $content-text-color !default;
|
|
54
|
+
$menu-sub-ul-bgcolor: $content-bg-color-alt2 !default;
|
|
55
|
+
$menu-sub-li-border-color: $border-light !default;
|
|
56
|
+
$menu-ul-bgcolor: $content-bg-color-alt2 !default;
|
|
57
|
+
$menu-ul-border: none !default;
|
|
58
|
+
$menu-li-hover-outline: 0 solid $menu-li-border-color !default;
|
|
59
|
+
$menu-srollbar-ul-border: none !default;
|
|
60
|
+
$submenu-caret-font-size: $menu-caret-font-size !default;
|
|
61
|
+
$submenu-bigger-caret-font-size: $submenu-caret-font-size !default;
|
|
62
|
+
$submenu-color: $content-text-color !default;
|
|
63
|
+
$menu-icon-color: $icon-color !default;
|
|
64
|
+
$menu-icon-hover-color: $content-text-color !default;
|
|
65
|
+
$menu-icon-focussed-color: $cmenu-caret-color !default;
|
|
66
|
+
$menu-caret-color: $cmenu-caret-color !default;
|