@syncfusion/ej2-navigations 20.3.60 → 20.4.40
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/.eslintrc.json +16 -1
- package/CHANGELOG.md +26 -0
- 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 +263 -212
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +260 -209
- 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.js +20 -19
- package/src/appbar/appbar-model.d.ts +15 -15
- package/src/appbar/appbar.d.ts +15 -15
- package/src/appbar/appbar.js +3 -3
- package/src/breadcrumb/breadcrumb-model.d.ts +1 -1
- package/src/breadcrumb/breadcrumb.js +10 -5
- package/src/carousel/carousel.js +10 -10
- package/src/common/menu-base.js +19 -12
- package/src/menu/menu.js +2 -2
- package/src/sidebar/sidebar.d.ts +1 -0
- package/src/sidebar/sidebar.js +6 -2
- package/src/tab/tab-model.d.ts +9 -0
- package/src/tab/tab.d.ts +9 -0
- package/src/tab/tab.js +28 -18
- package/src/toolbar/toolbar-model.d.ts +9 -0
- package/src/toolbar/toolbar.d.ts +11 -0
- package/src/toolbar/toolbar.js +132 -123
- package/src/treeview/treeview-model.d.ts +133 -45
- package/src/treeview/treeview.d.ts +135 -48
- package/src/treeview/treeview.js +30 -14
- package/styles/accordion/_bootstrap-dark-definition.scss +100 -0
- package/styles/accordion/_bootstrap-definition.scss +100 -0
- package/styles/accordion/_bootstrap4-definition.scss +95 -1
- package/styles/accordion/_bootstrap5-definition.scss +99 -3
- package/styles/accordion/_fabric-dark-definition.scss +100 -0
- package/styles/accordion/_fabric-definition.scss +100 -0
- package/styles/accordion/_fluent-definition.scss +98 -2
- package/styles/accordion/_fusionnew-definition.scss +99 -3
- package/styles/accordion/_highcontrast-definition.scss +98 -3
- package/styles/accordion/_highcontrast-light-definition.scss +98 -3
- package/styles/accordion/_layout.scss +25 -91
- package/styles/accordion/_material-dark-definition.scss +100 -0
- package/styles/accordion/_material-definition.scss +100 -0
- package/styles/accordion/_material3-definition.scss +99 -3
- package/styles/accordion/_tailwind-definition.scss +99 -2
- package/styles/accordion/_theme.scss +184 -345
- package/styles/accordion/bootstrap-dark.css +202 -16
- package/styles/accordion/bootstrap.css +202 -16
- package/styles/accordion/bootstrap4.css +171 -17
- package/styles/accordion/bootstrap5-dark.css +202 -13
- package/styles/accordion/bootstrap5.css +202 -13
- package/styles/accordion/fabric-dark.css +209 -11
- package/styles/accordion/fabric.css +209 -11
- package/styles/accordion/fluent-dark.css +217 -5
- package/styles/accordion/fluent.css +217 -5
- package/styles/accordion/highcontrast-light.css +186 -52
- package/styles/accordion/highcontrast.css +186 -52
- package/styles/accordion/material-dark.css +210 -16
- package/styles/accordion/material.css +209 -15
- package/styles/accordion/tailwind-dark.css +199 -8
- package/styles/accordion/tailwind.css +199 -8
- package/styles/bootstrap-dark.css +999 -145
- package/styles/bootstrap.css +986 -132
- package/styles/bootstrap4.css +888 -167
- package/styles/bootstrap5-dark.css +949 -179
- package/styles/bootstrap5.css +949 -179
- package/styles/context-menu/_layout.scss +0 -3
- package/styles/context-menu/bootstrap5-dark.css +0 -1
- package/styles/context-menu/bootstrap5.css +0 -1
- package/styles/context-menu/fluent-dark.css +0 -1
- package/styles/context-menu/fluent.css +0 -1
- package/styles/context-menu/tailwind-dark.css +0 -1
- package/styles/context-menu/tailwind.css +0 -1
- package/styles/fabric-dark.css +1068 -232
- package/styles/fabric.css +1067 -231
- package/styles/fluent-dark.css +1014 -123
- package/styles/fluent.css +1012 -121
- package/styles/h-scroll/_bootstrap-dark-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap4-definition.scss +8 -0
- package/styles/h-scroll/_bootstrap5-definition.scss +8 -0
- package/styles/h-scroll/_fabric-dark-definition.scss +8 -0
- package/styles/h-scroll/_fabric-definition.scss +8 -0
- package/styles/h-scroll/_fluent-definition.scss +8 -0
- package/styles/h-scroll/_fusionnew-definition.scss +8 -0
- package/styles/h-scroll/_highcontrast-definition.scss +6 -1
- package/styles/h-scroll/_highcontrast-light-definition.scss +6 -1
- package/styles/h-scroll/_layout.scss +1 -4
- package/styles/h-scroll/_material-dark-definition.scss +8 -0
- package/styles/h-scroll/_material-definition.scss +8 -0
- package/styles/h-scroll/_material3-definition.scss +8 -0
- package/styles/h-scroll/_tailwind-definition.scss +8 -0
- package/styles/h-scroll/_theme.scss +12 -40
- package/styles/h-scroll/bootstrap-dark.css +13 -0
- package/styles/h-scroll/bootstrap.css +13 -0
- package/styles/h-scroll/bootstrap4.css +7 -0
- package/styles/h-scroll/bootstrap5-dark.css +12 -0
- package/styles/h-scroll/bootstrap5.css +12 -0
- package/styles/h-scroll/fabric-dark.css +15 -2
- package/styles/h-scroll/fabric.css +15 -2
- package/styles/h-scroll/fluent-dark.css +13 -0
- package/styles/h-scroll/fluent.css +13 -0
- package/styles/h-scroll/highcontrast-light.css +8 -7
- package/styles/h-scroll/highcontrast.css +10 -9
- package/styles/h-scroll/icons/_fabric-dark.scss +2 -2
- package/styles/h-scroll/icons/_fabric.scss +2 -2
- package/styles/h-scroll/icons/_highcontrast.scss +2 -2
- package/styles/h-scroll/material-dark.css +13 -2
- package/styles/h-scroll/material.css +13 -2
- package/styles/h-scroll/tailwind-dark.css +12 -0
- package/styles/h-scroll/tailwind.css +12 -0
- package/styles/highcontrast-light.css +918 -369
- package/styles/highcontrast.css +925 -370
- package/styles/material-dark.css +1184 -114
- package/styles/material.css +1162 -92
- package/styles/menu/_theme.scss +1 -1
- package/styles/menu/fluent-dark.css +1 -1
- package/styles/menu/fluent.css +1 -1
- package/styles/tab/_bootstrap-dark-definition.scss +271 -15
- package/styles/tab/_bootstrap-definition.scss +266 -9
- package/styles/tab/_bootstrap4-definition.scss +266 -9
- package/styles/tab/_bootstrap5-definition.scss +270 -13
- package/styles/tab/_fabric-dark-definition.scss +270 -13
- package/styles/tab/_fabric-definition.scss +270 -13
- package/styles/tab/_fluent-definition.scss +269 -12
- package/styles/tab/_fusionnew-definition.scss +268 -11
- package/styles/tab/_highcontrast-definition.scss +271 -14
- package/styles/tab/_highcontrast-light-definition.scss +271 -14
- package/styles/tab/_layout.scss +295 -988
- package/styles/tab/_material-dark-definition.scss +266 -9
- package/styles/tab/_material-definition.scss +266 -9
- package/styles/tab/_material3-definition.scss +268 -11
- package/styles/tab/_tailwind-definition.scss +267 -10
- package/styles/tab/_theme.scss +305 -843
- package/styles/tab/bootstrap-dark.css +587 -109
- package/styles/tab/bootstrap.css +574 -96
- package/styles/tab/bootstrap4.css +546 -114
- package/styles/tab/bootstrap5-dark.css +523 -134
- package/styles/tab/bootstrap5.css +523 -134
- package/styles/tab/fabric-dark.css +614 -199
- package/styles/tab/fabric.css +612 -197
- package/styles/tab/fluent-dark.css +546 -102
- package/styles/tab/fluent.css +546 -102
- package/styles/tab/highcontrast-light.css +520 -250
- package/styles/tab/highcontrast.css +520 -244
- package/styles/tab/icons/_bootstrap-dark.scss +0 -33
- package/styles/tab/icons/_bootstrap.scss +0 -33
- package/styles/tab/icons/_bootstrap4.scss +0 -26
- package/styles/tab/icons/_bootstrap5.scss +0 -37
- package/styles/tab/icons/_fabric-dark.scss +0 -33
- package/styles/tab/icons/_fabric.scss +0 -33
- package/styles/tab/icons/_fluent.scss +0 -33
- package/styles/tab/icons/_fusionnew.scss +0 -37
- package/styles/tab/icons/_highcontrast-light.scss +0 -37
- package/styles/tab/icons/_highcontrast.scss +0 -26
- package/styles/tab/icons/_material-dark.scss +0 -37
- package/styles/tab/icons/_material.scss +0 -37
- package/styles/tab/icons/_material3.scss +0 -37
- package/styles/tab/icons/_tailwind.scss +0 -37
- package/styles/tab/material-dark.css +705 -54
- package/styles/tab/material.css +705 -54
- package/styles/tab/tailwind-dark.css +706 -71
- package/styles/tab/tailwind.css +706 -71
- package/styles/tailwind-dark.css +1145 -99
- package/styles/tailwind.css +1144 -98
- package/styles/toolbar/_bootstrap-dark-definition.scss +93 -0
- package/styles/toolbar/_bootstrap-definition.scss +93 -0
- package/styles/toolbar/_bootstrap4-definition.scss +94 -1
- package/styles/toolbar/_bootstrap5-definition.scss +94 -8
- package/styles/toolbar/_fabric-dark-definition.scss +92 -3
- package/styles/toolbar/_fabric-definition.scss +92 -3
- package/styles/toolbar/_fluent-definition.scss +96 -8
- package/styles/toolbar/_fusionnew-definition.scss +94 -8
- package/styles/toolbar/_highcontrast-definition.scss +93 -4
- package/styles/toolbar/_highcontrast-light-definition.scss +93 -4
- package/styles/toolbar/_layout.scss +48 -177
- package/styles/toolbar/_material-dark-definition.scss +93 -0
- package/styles/toolbar/_material-definition.scss +93 -0
- package/styles/toolbar/_material3-definition.scss +94 -8
- package/styles/toolbar/_tailwind-definition.scss +94 -6
- package/styles/toolbar/_theme.scss +169 -278
- package/styles/toolbar/bootstrap-dark.css +196 -19
- package/styles/toolbar/bootstrap.css +196 -19
- package/styles/toolbar/bootstrap4.css +164 -36
- package/styles/toolbar/bootstrap5-dark.css +210 -29
- package/styles/toolbar/bootstrap5.css +210 -29
- package/styles/toolbar/fabric-dark.css +219 -9
- package/styles/toolbar/fabric.css +220 -10
- package/styles/toolbar/fluent-dark.css +233 -10
- package/styles/toolbar/fluent.css +233 -10
- package/styles/toolbar/highcontrast-light.css +199 -43
- package/styles/toolbar/highcontrast.css +200 -44
- package/styles/toolbar/material-dark.css +233 -19
- package/styles/toolbar/material.css +233 -19
- package/styles/toolbar/tailwind-dark.css +224 -15
- package/styles/toolbar/tailwind.css +223 -14
- package/styles/treeview/_material-definition.scss +1 -1
- package/styles/treeview/_theme.scss +11 -1
- package/styles/treeview/fluent-dark.css +2 -2
- package/styles/treeview/material.css +2 -2
- package/styles/treeview/tailwind.css +2 -2
- package/styles/v-scroll/_highcontrast-definition.scss +0 -1
- package/styles/v-scroll/_highcontrast-light-definition.scss +0 -1
- package/styles/v-scroll/_theme.scss +0 -26
- package/styles/v-scroll/bootstrap5-dark.css +2 -2
- package/styles/v-scroll/bootstrap5.css +2 -2
- package/styles/v-scroll/fabric-dark.css +2 -2
- package/styles/v-scroll/fabric.css +2 -2
- package/styles/v-scroll/fluent-dark.css +2 -2
- package/styles/v-scroll/fluent.css +2 -2
- package/styles/v-scroll/highcontrast-light.css +2 -14
- package/styles/v-scroll/highcontrast.css +2 -14
- package/styles/v-scroll/icons/_bootstrap5.scss +2 -2
- package/styles/v-scroll/icons/_fabric-dark.scss +2 -2
- package/styles/v-scroll/icons/_fabric.scss +2 -2
- package/styles/v-scroll/icons/_fluent.scss +2 -2
- package/styles/v-scroll/icons/_fusionnew.scss +2 -2
- package/styles/v-scroll/icons/_highcontrast-light.scss +2 -2
- package/styles/v-scroll/icons/_highcontrast.scss +2 -2
- package/styles/v-scroll/icons/_material3.scss +2 -2
- package/styles/v-scroll/icons/_tailwind.scss +2 -2
- package/styles/v-scroll/tailwind-dark.css +2 -2
- package/styles/v-scroll/tailwind.css +2 -2
|
@@ -5,28 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
.e-tab-header {
|
|
7
7
|
|
|
8
|
-
.e-toolbar-items.e-hscroll.e-rtl {
|
|
9
|
-
|
|
10
|
-
.e-nav-left-arrow::before {
|
|
11
|
-
content: '\e219';
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.e-nav-right-arrow::before {
|
|
15
|
-
content: '\e98f';
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.e-scroll-nav {
|
|
20
|
-
|
|
21
|
-
.e-nav-left-arrow::before {
|
|
22
|
-
content: '\e98f';
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.e-nav-right-arrow::before {
|
|
26
|
-
content: '\e219';
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
|
|
30
8
|
.e-close-icon::before {
|
|
31
9
|
content: '\e7fc';
|
|
32
10
|
position: relative;
|
|
@@ -67,17 +45,6 @@
|
|
|
67
45
|
|
|
68
46
|
.e-tab-header {
|
|
69
47
|
|
|
70
|
-
.e-scroll-nav {
|
|
71
|
-
|
|
72
|
-
.e-nav-up-arrow::before {
|
|
73
|
-
content: '\eb04';
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.e-nav-down-arrow::before {
|
|
77
|
-
content: '\eb05';
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
|
|
81
48
|
.e-popup-up-icon {
|
|
82
49
|
|
|
83
50
|
&::before {
|
|
@@ -5,28 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
.e-tab-header {
|
|
7
7
|
|
|
8
|
-
.e-toolbar-items.e-hscroll.e-rtl {
|
|
9
|
-
|
|
10
|
-
.e-nav-left-arrow::before {
|
|
11
|
-
content: '\e219';
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.e-nav-right-arrow::before {
|
|
15
|
-
content: '\e98f';
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.e-scroll-nav {
|
|
20
|
-
|
|
21
|
-
.e-nav-left-arrow::before {
|
|
22
|
-
content: '\e98f';
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.e-nav-right-arrow::before {
|
|
26
|
-
content: '\e219';
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
|
|
30
8
|
.e-close-icon::before {
|
|
31
9
|
content: '\e7fc';
|
|
32
10
|
position: relative;
|
|
@@ -67,17 +45,6 @@
|
|
|
67
45
|
|
|
68
46
|
.e-tab-header {
|
|
69
47
|
|
|
70
|
-
.e-scroll-nav {
|
|
71
|
-
|
|
72
|
-
.e-nav-up-arrow::before {
|
|
73
|
-
content: '\eb04';
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.e-nav-down-arrow::before {
|
|
77
|
-
content: '\eb05';
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
|
|
81
48
|
.e-popup-up-icon {
|
|
82
49
|
|
|
83
50
|
&::before {
|
|
@@ -16,33 +16,18 @@
|
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
-
.e-scroll-nav {
|
|
20
|
-
|
|
21
|
-
.e-nav-left-arrow::before {
|
|
22
|
-
content: '\e71f';
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.e-nav-right-arrow::before {
|
|
26
|
-
content: '\e70b';
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
|
|
30
19
|
.e-close-icon::before {
|
|
31
20
|
content: '\e745';
|
|
32
21
|
position: relative;
|
|
33
22
|
}
|
|
34
23
|
|
|
35
24
|
.e-popup-up-icon::before {
|
|
36
|
-
content: '\e721';
|
|
37
|
-
|
|
38
25
|
@media screen and (max-width: 480px) {
|
|
39
26
|
content: '\e781';
|
|
40
27
|
}
|
|
41
28
|
}
|
|
42
29
|
|
|
43
30
|
.e-popup-down-icon::before {
|
|
44
|
-
content: '\e744';
|
|
45
|
-
|
|
46
31
|
@media screen and (max-width: 480px) {
|
|
47
32
|
content: '\e781';
|
|
48
33
|
}
|
|
@@ -67,17 +52,6 @@
|
|
|
67
52
|
|
|
68
53
|
.e-tab-header {
|
|
69
54
|
|
|
70
|
-
.e-scroll-nav {
|
|
71
|
-
|
|
72
|
-
.e-nav-up-arrow::before {
|
|
73
|
-
content: '\e734';
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.e-nav-down-arrow::before {
|
|
77
|
-
content: '\e705';
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
|
|
81
55
|
.e-popup-up-icon {
|
|
82
56
|
|
|
83
57
|
&::before {
|
|
@@ -5,44 +5,18 @@
|
|
|
5
5
|
|
|
6
6
|
.e-tab-header {
|
|
7
7
|
|
|
8
|
-
.e-toolbar-items.e-hscroll.e-rtl {
|
|
9
|
-
|
|
10
|
-
.e-nav-left-arrow::before {
|
|
11
|
-
content: '\e748';
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.e-nav-right-arrow::before {
|
|
15
|
-
content: '\e765';
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.e-scroll-nav {
|
|
20
|
-
|
|
21
|
-
.e-nav-left-arrow::before {
|
|
22
|
-
content: '\e765';
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.e-nav-right-arrow::before {
|
|
26
|
-
content: '\e748';
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
|
|
30
8
|
.e-close-icon::before {
|
|
31
9
|
content: '\e7e7';
|
|
32
10
|
position: relative;
|
|
33
11
|
}
|
|
34
12
|
|
|
35
13
|
.e-popup-up-icon::before {
|
|
36
|
-
content: '\e776';
|
|
37
|
-
|
|
38
14
|
@media screen and (max-width: 480px) {
|
|
39
15
|
content: '\e770';
|
|
40
16
|
}
|
|
41
17
|
}
|
|
42
18
|
|
|
43
19
|
.e-popup-down-icon::before {
|
|
44
|
-
content: '\e729';
|
|
45
|
-
|
|
46
20
|
@media screen and (max-width: 480px) {
|
|
47
21
|
content: '\e770';
|
|
48
22
|
}
|
|
@@ -67,17 +41,6 @@
|
|
|
67
41
|
|
|
68
42
|
.e-tab-header {
|
|
69
43
|
|
|
70
|
-
.e-scroll-nav {
|
|
71
|
-
|
|
72
|
-
.e-nav-up-arrow::before {
|
|
73
|
-
content: '\e776';
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.e-nav-down-arrow::before {
|
|
77
|
-
content: '\e729';
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
|
|
81
44
|
.e-popup-up-icon {
|
|
82
45
|
|
|
83
46
|
&::before {
|
|
@@ -5,28 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
.e-tab-header {
|
|
7
7
|
|
|
8
|
-
.e-toolbar-items.e-hscroll.e-rtl {
|
|
9
|
-
|
|
10
|
-
.e-nav-left-arrow::before {
|
|
11
|
-
content: '\e219';
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.e-nav-right-arrow::before {
|
|
15
|
-
content: '\e98f';
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.e-scroll-nav {
|
|
20
|
-
|
|
21
|
-
.e-nav-left-arrow::before {
|
|
22
|
-
content: '\e98f';
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.e-nav-right-arrow::before {
|
|
26
|
-
content: '\e219';
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
|
|
30
8
|
.e-close-icon::before {
|
|
31
9
|
content: '\e7fc';
|
|
32
10
|
position: relative;
|
|
@@ -67,17 +45,6 @@
|
|
|
67
45
|
|
|
68
46
|
.e-tab-header {
|
|
69
47
|
|
|
70
|
-
.e-scroll-nav {
|
|
71
|
-
|
|
72
|
-
.e-nav-up-arrow::before {
|
|
73
|
-
content: '\e85e';
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.e-nav-down-arrow::before {
|
|
77
|
-
content: '\e84f';
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
|
|
81
48
|
.e-popup-up-icon {
|
|
82
49
|
|
|
83
50
|
&::before {
|
|
@@ -5,28 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
.e-tab-header {
|
|
7
7
|
|
|
8
|
-
.e-toolbar-items.e-hscroll.e-rtl {
|
|
9
|
-
|
|
10
|
-
.e-nav-left-arrow::before {
|
|
11
|
-
content: '\e219';
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.e-nav-right-arrow::before {
|
|
15
|
-
content: '\e98f';
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.e-scroll-nav {
|
|
20
|
-
|
|
21
|
-
.e-nav-left-arrow::before {
|
|
22
|
-
content: '\e98f';
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.e-nav-right-arrow::before {
|
|
26
|
-
content: '\e219';
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
|
|
30
8
|
.e-close-icon::before {
|
|
31
9
|
content: '\e7fc';
|
|
32
10
|
position: relative;
|
|
@@ -67,17 +45,6 @@
|
|
|
67
45
|
|
|
68
46
|
.e-tab-header {
|
|
69
47
|
|
|
70
|
-
.e-scroll-nav {
|
|
71
|
-
|
|
72
|
-
.e-nav-up-arrow::before {
|
|
73
|
-
content: '\e85e';
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.e-nav-down-arrow::before {
|
|
77
|
-
content: '\e84f';
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
|
|
81
48
|
.e-popup-up-icon {
|
|
82
49
|
|
|
83
50
|
&::before {
|
|
@@ -5,28 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
.e-tab-header {
|
|
7
7
|
|
|
8
|
-
.e-toolbar-items.e-hscroll.e-rtl {
|
|
9
|
-
|
|
10
|
-
.e-nav-left-arrow::before {
|
|
11
|
-
content: '\e748';
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.e-nav-right-arrow::before {
|
|
15
|
-
content: '\e765';
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.e-scroll-nav {
|
|
20
|
-
|
|
21
|
-
.e-nav-left-arrow::before {
|
|
22
|
-
content: '\e765';
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.e-nav-right-arrow::before {
|
|
26
|
-
content: '\e748';
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
|
|
30
8
|
.e-close-icon::before {
|
|
31
9
|
content: '\e7e7';
|
|
32
10
|
position: relative;
|
|
@@ -67,17 +45,6 @@
|
|
|
67
45
|
|
|
68
46
|
.e-tab-header {
|
|
69
47
|
|
|
70
|
-
.e-scroll-nav {
|
|
71
|
-
|
|
72
|
-
.e-nav-up-arrow::before {
|
|
73
|
-
content: '\e776';
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.e-nav-down-arrow::before {
|
|
77
|
-
content: '\e729';
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
|
|
81
48
|
.e-popup-up-icon {
|
|
82
49
|
|
|
83
50
|
&::before {
|
|
@@ -5,44 +5,18 @@
|
|
|
5
5
|
|
|
6
6
|
.e-tab-header {
|
|
7
7
|
|
|
8
|
-
.e-toolbar-items.e-hscroll.e-rtl {
|
|
9
|
-
|
|
10
|
-
.e-nav-left-arrow::before {
|
|
11
|
-
content: '\e748';
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.e-nav-right-arrow::before {
|
|
15
|
-
content: '\e765';
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.e-scroll-nav {
|
|
20
|
-
|
|
21
|
-
.e-nav-left-arrow::before {
|
|
22
|
-
content: '\e765';
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.e-nav-right-arrow::before {
|
|
26
|
-
content: '\e748';
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
|
|
30
8
|
.e-close-icon::before {
|
|
31
9
|
content: '\e7e7';
|
|
32
10
|
position: relative;
|
|
33
11
|
}
|
|
34
12
|
|
|
35
13
|
.e-popup-up-icon::before {
|
|
36
|
-
content: '\e776';
|
|
37
|
-
|
|
38
14
|
@media screen and (max-width: 480px) {
|
|
39
15
|
content: '\e770';
|
|
40
16
|
}
|
|
41
17
|
}
|
|
42
18
|
|
|
43
19
|
.e-popup-down-icon::before {
|
|
44
|
-
content: '\e729';
|
|
45
|
-
|
|
46
20
|
@media screen and (max-width: 480px) {
|
|
47
21
|
content: '\e770';
|
|
48
22
|
}
|
|
@@ -67,17 +41,6 @@
|
|
|
67
41
|
|
|
68
42
|
.e-tab-header {
|
|
69
43
|
|
|
70
|
-
.e-scroll-nav {
|
|
71
|
-
|
|
72
|
-
.e-nav-up-arrow::before {
|
|
73
|
-
content: '\e776';
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.e-nav-down-arrow::before {
|
|
77
|
-
content: '\e729';
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
|
|
81
44
|
.e-popup-up-icon {
|
|
82
45
|
|
|
83
46
|
&::before {
|
|
@@ -5,44 +5,18 @@
|
|
|
5
5
|
|
|
6
6
|
.e-tab-header {
|
|
7
7
|
|
|
8
|
-
.e-toolbar-items.e-hscroll.e-rtl {
|
|
9
|
-
|
|
10
|
-
.e-nav-left-arrow::before {
|
|
11
|
-
content: '\e219';
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.e-nav-right-arrow::before {
|
|
15
|
-
content: '\e98f';
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.e-scroll-nav {
|
|
20
|
-
|
|
21
|
-
.e-nav-left-arrow::before {
|
|
22
|
-
content: '\e98f';
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.e-nav-right-arrow::before {
|
|
26
|
-
content: '\e219';
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
|
|
30
8
|
.e-close-icon::before {
|
|
31
9
|
content: '\e7fc';
|
|
32
10
|
position: relative;
|
|
33
11
|
}
|
|
34
12
|
|
|
35
13
|
.e-popup-up-icon::before {
|
|
36
|
-
content: '\e85e';
|
|
37
|
-
|
|
38
14
|
@media screen and (max-width: 480px) {
|
|
39
15
|
content: '\e976';
|
|
40
16
|
}
|
|
41
17
|
}
|
|
42
18
|
|
|
43
19
|
.e-popup-down-icon::before {
|
|
44
|
-
content: '\e84f';
|
|
45
|
-
|
|
46
20
|
@media screen and (max-width: 480px) {
|
|
47
21
|
content: '\e976';
|
|
48
22
|
}
|
|
@@ -67,17 +41,6 @@
|
|
|
67
41
|
|
|
68
42
|
.e-tab-header {
|
|
69
43
|
|
|
70
|
-
.e-scroll-nav {
|
|
71
|
-
|
|
72
|
-
.e-nav-up-arrow::before {
|
|
73
|
-
content: '\ebbb';
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.e-nav-down-arrow::before {
|
|
77
|
-
content: '\ebbd';
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
|
|
81
44
|
.e-popup-up-icon {
|
|
82
45
|
|
|
83
46
|
&::before {
|
|
@@ -16,33 +16,18 @@
|
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
-
.e-scroll-nav {
|
|
20
|
-
|
|
21
|
-
.e-nav-left-arrow::before {
|
|
22
|
-
content: '\e98f';
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.e-nav-right-arrow::before {
|
|
26
|
-
content: '\e219';
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
|
|
30
19
|
.e-close-icon::before {
|
|
31
20
|
content: '\e7fc';
|
|
32
21
|
position: relative;
|
|
33
22
|
}
|
|
34
23
|
|
|
35
24
|
.e-popup-up-icon::before {
|
|
36
|
-
content: '\e85e';
|
|
37
|
-
|
|
38
25
|
@media screen and (max-width: 480px) {
|
|
39
26
|
content: '\e976';
|
|
40
27
|
}
|
|
41
28
|
}
|
|
42
29
|
|
|
43
30
|
.e-popup-down-icon::before {
|
|
44
|
-
content: '\e84f';
|
|
45
|
-
|
|
46
31
|
@media screen and (max-width: 480px) {
|
|
47
32
|
content: '\e976';
|
|
48
33
|
}
|
|
@@ -67,17 +52,6 @@
|
|
|
67
52
|
|
|
68
53
|
.e-tab-header {
|
|
69
54
|
|
|
70
|
-
.e-scroll-nav {
|
|
71
|
-
|
|
72
|
-
.e-nav-up-arrow::before {
|
|
73
|
-
content: '\e85e';
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.e-nav-down-arrow::before {
|
|
77
|
-
content: '\e84f';
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
|
|
81
55
|
.e-popup-up-icon {
|
|
82
56
|
|
|
83
57
|
&::before {
|
|
@@ -5,44 +5,18 @@
|
|
|
5
5
|
|
|
6
6
|
.e-tab-header {
|
|
7
7
|
|
|
8
|
-
.e-toolbar-items.e-hscroll.e-rtl {
|
|
9
|
-
|
|
10
|
-
.e-nav-left-arrow::before {
|
|
11
|
-
content: '\e913';
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.e-nav-right-arrow::before {
|
|
15
|
-
content: '\e904';
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.e-scroll-nav {
|
|
20
|
-
|
|
21
|
-
.e-nav-left-arrow::before {
|
|
22
|
-
content: '\e904';
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.e-nav-right-arrow::before {
|
|
26
|
-
content: '\e913';
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
|
|
30
8
|
.e-close-icon::before {
|
|
31
9
|
content: '\e7fc';
|
|
32
10
|
position: relative;
|
|
33
11
|
}
|
|
34
12
|
|
|
35
13
|
.e-popup-up-icon::before {
|
|
36
|
-
content: '\e916';
|
|
37
|
-
|
|
38
14
|
@media screen and (max-width: 480px) {
|
|
39
15
|
content: '\e984';
|
|
40
16
|
}
|
|
41
17
|
}
|
|
42
18
|
|
|
43
19
|
.e-popup-down-icon::before {
|
|
44
|
-
content: '\e916';
|
|
45
|
-
|
|
46
20
|
@media screen and (max-width: 480px) {
|
|
47
21
|
content: '\e984';
|
|
48
22
|
}
|
|
@@ -67,17 +41,6 @@
|
|
|
67
41
|
|
|
68
42
|
.e-tab-header {
|
|
69
43
|
|
|
70
|
-
.e-scroll-nav {
|
|
71
|
-
|
|
72
|
-
.e-nav-up-arrow::before {
|
|
73
|
-
content: '\e910';
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.e-nav-down-arrow::before {
|
|
77
|
-
content: '\e916';
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
|
|
81
44
|
.e-popup-up-icon {
|
|
82
45
|
|
|
83
46
|
&::before {
|
|
@@ -5,44 +5,18 @@
|
|
|
5
5
|
|
|
6
6
|
.e-tab-header {
|
|
7
7
|
|
|
8
|
-
.e-toolbar-items.e-hscroll.e-rtl {
|
|
9
|
-
|
|
10
|
-
.e-nav-left-arrow::before {
|
|
11
|
-
content: '\e913';
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.e-nav-right-arrow::before {
|
|
15
|
-
content: '\e904';
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.e-scroll-nav {
|
|
20
|
-
|
|
21
|
-
.e-nav-left-arrow::before {
|
|
22
|
-
content: '\e904';
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.e-nav-right-arrow::before {
|
|
26
|
-
content: '\e913';
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
|
|
30
8
|
.e-close-icon::before {
|
|
31
9
|
content: '\e7fc';
|
|
32
10
|
position: relative;
|
|
33
11
|
}
|
|
34
12
|
|
|
35
13
|
.e-popup-up-icon::before {
|
|
36
|
-
content: '\e916';
|
|
37
|
-
|
|
38
14
|
@media screen and (max-width: 480px) {
|
|
39
15
|
content: '\e984';
|
|
40
16
|
}
|
|
41
17
|
}
|
|
42
18
|
|
|
43
19
|
.e-popup-down-icon::before {
|
|
44
|
-
content: '\e916';
|
|
45
|
-
|
|
46
20
|
@media screen and (max-width: 480px) {
|
|
47
21
|
content: '\e984';
|
|
48
22
|
}
|
|
@@ -67,17 +41,6 @@
|
|
|
67
41
|
|
|
68
42
|
.e-tab-header {
|
|
69
43
|
|
|
70
|
-
.e-scroll-nav {
|
|
71
|
-
|
|
72
|
-
.e-nav-up-arrow::before {
|
|
73
|
-
content: '\e910';
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.e-nav-down-arrow::before {
|
|
77
|
-
content: '\e916';
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
|
|
81
44
|
.e-popup-up-icon {
|
|
82
45
|
|
|
83
46
|
&::before {
|
|
@@ -5,44 +5,18 @@
|
|
|
5
5
|
|
|
6
6
|
.e-tab-header {
|
|
7
7
|
|
|
8
|
-
.e-toolbar-items.e-hscroll.e-rtl {
|
|
9
|
-
|
|
10
|
-
.e-nav-left-arrow::before {
|
|
11
|
-
content: '\e748';
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.e-nav-right-arrow::before {
|
|
15
|
-
content: '\e765';
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.e-scroll-nav {
|
|
20
|
-
|
|
21
|
-
.e-nav-left-arrow::before {
|
|
22
|
-
content: '\e765';
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.e-nav-right-arrow::before {
|
|
26
|
-
content: '\e748';
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
|
|
30
8
|
.e-close-icon::before {
|
|
31
9
|
content: '\e7e7';
|
|
32
10
|
position: relative;
|
|
33
11
|
}
|
|
34
12
|
|
|
35
13
|
.e-popup-up-icon::before {
|
|
36
|
-
content: '\e776';
|
|
37
|
-
|
|
38
14
|
@media screen and (max-width: 480px) {
|
|
39
15
|
content: '\e770';
|
|
40
16
|
}
|
|
41
17
|
}
|
|
42
18
|
|
|
43
19
|
.e-popup-down-icon::before {
|
|
44
|
-
content: '\e729';
|
|
45
|
-
|
|
46
20
|
@media screen and (max-width: 480px) {
|
|
47
21
|
content: '\e770';
|
|
48
22
|
}
|
|
@@ -67,17 +41,6 @@
|
|
|
67
41
|
|
|
68
42
|
.e-tab-header {
|
|
69
43
|
|
|
70
|
-
.e-scroll-nav {
|
|
71
|
-
|
|
72
|
-
.e-nav-up-arrow::before {
|
|
73
|
-
content: '\e776';
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.e-nav-down-arrow::before {
|
|
77
|
-
content: '\e729';
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
|
|
81
44
|
.e-popup-up-icon {
|
|
82
45
|
|
|
83
46
|
&::before {
|