@syncfusion/ej2-navigations 20.1.60 → 20.2.38
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 +56 -0
- 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 +82 -131
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +84 -139
- 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/helpers/e2e/accordionHelper.js +70 -53
- package/helpers/e2e/contextmenuHelper.js +52 -35
- package/helpers/e2e/index.js +14 -12
- package/helpers/e2e/menuHelper.js +52 -35
- package/helpers/e2e/sidebarHelper.js +109 -92
- package/helpers/e2e/tabHelper.js +73 -56
- package/helpers/e2e/toolbarHelper.js +73 -56
- package/helpers/e2e/treeview.js +79 -61
- package/package.json +11 -11
- package/src/breadcrumb/breadcrumb.js +0 -6
- package/src/carousel/carousel-model.d.ts +15 -28
- package/src/carousel/carousel.d.ts +16 -23
- package/src/carousel/carousel.js +37 -45
- package/src/common/menu-base.js +3 -4
- package/src/sidebar/sidebar.d.ts +0 -1
- package/src/sidebar/sidebar.js +2 -6
- package/src/tab/tab-model.d.ts +1 -1
- package/src/tab/tab.d.ts +0 -4
- package/src/tab/tab.js +32 -73
- package/src/toolbar/toolbar.js +6 -0
- package/src/treeview/treeview-model.d.ts +1 -1
- package/src/treeview/treeview.js +3 -6
- package/styles/accordion/_fusionnew-definition.scss +85 -0
- package/styles/accordion/_material3-definition.scss +85 -0
- package/styles/accordion/icons/_fusionnew.scss +18 -0
- package/styles/accordion/icons/_material3.scss +18 -0
- package/styles/bootstrap-dark.css +743 -14
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap.css +744 -14
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4.css +745 -14
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark.css +789 -14
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +789 -14
- package/styles/bootstrap5.scss +1 -0
- package/styles/breadcrumb/_fluent-definition.scss +1 -1
- package/styles/breadcrumb/_fusionnew-definition.scss +59 -0
- package/styles/breadcrumb/_layout.scss +1 -1
- package/styles/breadcrumb/_material3-definition.scss +59 -0
- package/styles/breadcrumb/fluent-dark.css +5 -4
- package/styles/breadcrumb/fluent.css +5 -4
- package/styles/breadcrumb/icons/_fluent.scss +2 -2
- package/styles/breadcrumb/icons/_fusionnew.scss +25 -0
- package/styles/breadcrumb/icons/_material3.scss +25 -0
- package/styles/carousel/_fusionnew-definition.scss +22 -0
- package/styles/carousel/_layout.scss +54 -43
- package/styles/carousel/_material3-definition.scss +22 -0
- package/styles/carousel/bootstrap-dark.css +23 -14
- package/styles/carousel/bootstrap.css +23 -14
- package/styles/carousel/bootstrap4.css +23 -14
- package/styles/carousel/bootstrap5-dark.css +23 -14
- package/styles/carousel/bootstrap5.css +23 -14
- package/styles/carousel/fabric-dark.css +23 -14
- package/styles/carousel/fabric.css +23 -14
- package/styles/carousel/fluent-dark.css +28 -19
- package/styles/carousel/fluent.css +23 -14
- package/styles/carousel/highcontrast-light.css +23 -14
- package/styles/carousel/highcontrast.css +23 -14
- package/styles/carousel/icons/_fusionnew.scss +30 -0
- package/styles/carousel/icons/_material3.scss +30 -0
- package/styles/carousel/material-dark.css +23 -14
- package/styles/carousel/material.css +23 -14
- package/styles/carousel/tailwind-dark.css +23 -14
- package/styles/carousel/tailwind.css +23 -14
- package/styles/context-menu/_fusionnew-definition.scss +52 -0
- package/styles/context-menu/_layout.scss +26 -0
- package/styles/context-menu/_material3-definition.scss +52 -0
- package/styles/context-menu/_theme.scss +12 -0
- package/styles/context-menu/bootstrap-dark.css +33 -0
- package/styles/context-menu/bootstrap-dark.scss +3 -0
- package/styles/context-menu/bootstrap.css +34 -0
- package/styles/context-menu/bootstrap.scss +3 -0
- package/styles/context-menu/bootstrap4.css +34 -0
- package/styles/context-menu/bootstrap4.scss +3 -0
- package/styles/context-menu/bootstrap5-dark.css +44 -0
- package/styles/context-menu/bootstrap5-dark.scss +3 -0
- package/styles/context-menu/bootstrap5.css +44 -0
- package/styles/context-menu/bootstrap5.scss +3 -0
- package/styles/context-menu/fabric-dark.css +33 -0
- package/styles/context-menu/fabric-dark.scss +3 -0
- package/styles/context-menu/fabric.css +34 -0
- package/styles/context-menu/fabric.scss +3 -0
- package/styles/context-menu/fluent-dark.css +44 -0
- package/styles/context-menu/fluent-dark.scss +3 -0
- package/styles/context-menu/fluent.css +44 -0
- package/styles/context-menu/fluent.scss +3 -0
- package/styles/context-menu/highcontrast-light.css +33 -0
- package/styles/context-menu/highcontrast-light.scss +3 -0
- package/styles/context-menu/highcontrast.css +34 -0
- package/styles/context-menu/highcontrast.scss +3 -0
- package/styles/context-menu/icons/_fusionnew.scss +32 -0
- package/styles/context-menu/icons/_material3.scss +32 -0
- package/styles/context-menu/material-dark.css +51 -0
- package/styles/context-menu/material-dark.scss +3 -0
- package/styles/context-menu/material.css +53 -0
- package/styles/context-menu/material.scss +3 -0
- package/styles/context-menu/tailwind-dark.css +44 -0
- package/styles/context-menu/tailwind-dark.scss +3 -0
- package/styles/context-menu/tailwind.css +44 -0
- package/styles/context-menu/tailwind.scss +3 -0
- package/styles/fabric-dark.css +743 -14
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric.css +744 -14
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark.css +799 -56
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent.css +762 -19
- package/styles/fluent.scss +1 -0
- package/styles/h-scroll/_fusionnew-definition.scss +78 -0
- package/styles/h-scroll/_material3-definition.scss +78 -0
- package/styles/h-scroll/icons/_fusionnew.scss +49 -0
- package/styles/h-scroll/icons/_material3.scss +49 -0
- package/styles/highcontrast-light.css +743 -14
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast.css +744 -14
- package/styles/highcontrast.scss +1 -0
- package/styles/material-dark.css +762 -15
- package/styles/material-dark.scss +1 -0
- package/styles/material.css +763 -14
- package/styles/material.scss +1 -0
- package/styles/menu/_fusionnew-definition.scss +67 -0
- package/styles/menu/_material3-definition.scss +67 -0
- package/styles/menu/_theme.scss +3 -0
- package/styles/menu/bootstrap4.css +1 -0
- package/styles/menu/fluent-dark.css +1 -1
- package/styles/menu/fluent.css +1 -1
- package/styles/menu/icons/_fusionnew.scss +133 -0
- package/styles/menu/icons/_material3.scss +133 -0
- package/styles/pager/_all.scss +2 -0
- package/styles/pager/_bootstrap-dark-definition.scss +132 -0
- package/styles/pager/_bootstrap-definition.scss +132 -0
- package/styles/pager/_bootstrap4-definition.scss +131 -0
- package/styles/pager/_bootstrap5-dark-definition.scss +1 -0
- package/styles/pager/_bootstrap5-definition.scss +146 -0
- package/styles/pager/_fabric-dark-definition.scss +131 -0
- package/styles/pager/_fabric-definition.scss +130 -0
- package/styles/pager/_fluent-dark-definition.scss +1 -0
- package/styles/pager/_fluent-definition.scss +133 -0
- package/styles/pager/_fusionnew-definition.scss +146 -0
- package/styles/pager/_highcontrast-definition.scss +130 -0
- package/styles/pager/_highcontrast-light-definition.scss +130 -0
- package/styles/pager/_layout.scss +899 -0
- package/styles/pager/_material-dark-definition.scss +132 -0
- package/styles/pager/_material-definition.scss +131 -0
- package/styles/pager/_material3-definition.scss +146 -0
- package/styles/pager/_tailwind-dark-definition.scss +1 -0
- package/styles/pager/_tailwind-definition.scss +132 -0
- package/styles/pager/_theme.scss +153 -0
- package/styles/pager/bootstrap-dark.css +686 -0
- package/styles/pager/bootstrap-dark.scss +4 -0
- package/styles/pager/bootstrap.css +686 -0
- package/styles/pager/bootstrap.scss +4 -0
- package/styles/pager/bootstrap4.css +686 -0
- package/styles/pager/bootstrap4.scss +4 -0
- package/styles/pager/bootstrap5-dark.css +721 -0
- package/styles/pager/bootstrap5-dark.scss +4 -0
- package/styles/pager/bootstrap5.css +721 -0
- package/styles/pager/bootstrap5.scss +4 -0
- package/styles/pager/fabric-dark.css +686 -0
- package/styles/pager/fabric-dark.scss +4 -0
- package/styles/pager/fabric.css +686 -0
- package/styles/pager/fabric.scss +4 -0
- package/styles/pager/fluent-dark.css +688 -0
- package/styles/pager/fluent-dark.scss +4 -0
- package/styles/pager/fluent.css +688 -0
- package/styles/pager/fluent.scss +4 -0
- package/styles/pager/highcontrast-light.css +686 -0
- package/styles/pager/highcontrast-light.scss +4 -0
- package/styles/pager/highcontrast.css +686 -0
- package/styles/pager/highcontrast.scss +4 -0
- package/styles/pager/icons/_bootstrap-dark.scss +50 -0
- package/styles/pager/icons/_bootstrap.scss +49 -0
- package/styles/pager/icons/_bootstrap4.scss +49 -0
- package/styles/pager/icons/_bootstrap5-dark.scss +1 -0
- package/styles/pager/icons/_bootstrap5.scss +50 -0
- package/styles/pager/icons/_fabric-dark.scss +50 -0
- package/styles/pager/icons/_fabric.scss +50 -0
- package/styles/pager/icons/_fluent-dark.scss +1 -0
- package/styles/pager/icons/_fluent.scss +50 -0
- package/styles/pager/icons/_fusionnew.scss +50 -0
- package/styles/pager/icons/_highcontrast-light.scss +50 -0
- package/styles/pager/icons/_highcontrast.scss +41 -0
- package/styles/pager/icons/_material-dark.scss +50 -0
- package/styles/pager/icons/_material.scss +41 -0
- package/styles/pager/icons/_material3.scss +50 -0
- package/styles/pager/icons/_tailwind-dark.scss +1 -0
- package/styles/pager/icons/_tailwind.scss +50 -0
- package/styles/pager/material-dark.css +687 -0
- package/styles/pager/material-dark.scss +4 -0
- package/styles/pager/material.css +687 -0
- package/styles/pager/material.scss +4 -0
- package/styles/pager/tailwind-dark.css +813 -0
- package/styles/pager/tailwind-dark.scss +4 -0
- package/styles/pager/tailwind.css +813 -0
- package/styles/pager/tailwind.scss +4 -0
- package/styles/sidebar/_fusionnew-definition.scss +5 -0
- package/styles/sidebar/_material3-definition.scss +5 -0
- package/styles/tab/_fusionnew-definition.scss +401 -0
- package/styles/tab/_material-dark-definition.scss +1 -1
- package/styles/tab/_material3-definition.scss +401 -0
- package/styles/tab/fluent-dark.css +30 -30
- package/styles/tab/icons/_fusionnew.scss +141 -0
- package/styles/tab/icons/_material3.scss +141 -0
- package/styles/tab/material-dark.css +1 -1
- package/styles/tailwind-dark.css +882 -15
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind.css +882 -15
- package/styles/tailwind.scss +1 -0
- package/styles/toolbar/_fusionnew-definition.scss +162 -0
- package/styles/toolbar/_material3-definition.scss +162 -0
- package/styles/toolbar/icons/_fusionnew.scss +17 -0
- package/styles/toolbar/icons/_material3.scss +17 -0
- package/styles/treeview/_fusionnew-definition.scss +120 -0
- package/styles/treeview/_material3-definition.scss +120 -0
- package/styles/treeview/fluent-dark.css +2 -2
- package/styles/treeview/icons/_fusionnew.scss +43 -0
- package/styles/treeview/icons/_material3.scss +43 -0
- package/styles/v-scroll/_fusionnew-definition.scss +49 -0
- package/styles/v-scroll/_material3-definition.scss +49 -0
- package/styles/v-scroll/icons/_fusionnew.scss +27 -0
- package/styles/v-scroll/icons/_material3.scss +27 -0
package/styles/fluent.scss
CHANGED
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
/*! component's theme wise override definitions and variables */
|
|
2
|
+
$hscroll-skin: 'bootstrap5' !default;
|
|
3
|
+
$border-type: solid;
|
|
4
|
+
$hscroll-hover-font: $icon-color !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: 46px !default;
|
|
12
|
+
$hscroll-mob-nav-nrml-width: 40px !default;
|
|
13
|
+
$hscroll-nav-nrml-width: 32px !default;
|
|
14
|
+
$hscroll-nav-bgr-width: 38px !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-size-bigger: 22px !default;
|
|
41
|
+
$hscroll-device-arrow-width: 48px !default;
|
|
42
|
+
|
|
43
|
+
$hscroll-default-border: $hscroll-hover-border-color !default;
|
|
44
|
+
$hscroll-ribble-animation-border-frame: rgba(255, 255, 255, .5) !default;
|
|
45
|
+
$hscroll-ribble-animation-shadow-frame: 0 0 0 0 $hscroll-ribble-animation-border-frame !default;
|
|
46
|
+
$hscroll-ribble-animation-shadow-frame-end: 0 0 0 200px rgba(255, 255, 255, .12) !default;
|
|
47
|
+
|
|
48
|
+
@mixin hscroll-btn-animation {
|
|
49
|
+
background-color: transparent;
|
|
50
|
+
border-radius: 50%;
|
|
51
|
+
border-width: 1px;
|
|
52
|
+
box-sizing: border-box;
|
|
53
|
+
content: '' ;
|
|
54
|
+
height: 1px;
|
|
55
|
+
left: 50%;
|
|
56
|
+
position: absolute;
|
|
57
|
+
top: 50%;
|
|
58
|
+
visibility: hidden;
|
|
59
|
+
width: 1px;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
@mixin hscroll-btn-animation-after {
|
|
63
|
+
animation: hscroll-popup-shadow .6s ease-out 0ms;
|
|
64
|
+
visibility: visible;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
@keyframes hscroll-popup-shadow {
|
|
68
|
+
0% {
|
|
69
|
+
border-color: $hscroll-ribble-animation-border-frame;
|
|
70
|
+
box-shadow: $hscroll-ribble-animation-shadow-frame;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
100% {
|
|
74
|
+
box-shadow: $hscroll-ribble-animation-shadow-frame-end;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
/*! component's theme wise override definitions and variables */
|
|
2
|
+
$hscroll-skin: 'bootstrap5' !default;
|
|
3
|
+
$border-type: solid;
|
|
4
|
+
$hscroll-hover-font: $icon-color !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: 46px !default;
|
|
12
|
+
$hscroll-mob-nav-nrml-width: 40px !default;
|
|
13
|
+
$hscroll-nav-nrml-width: 32px !default;
|
|
14
|
+
$hscroll-nav-bgr-width: 38px !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-size-bigger: 22px !default;
|
|
41
|
+
$hscroll-device-arrow-width: 48px !default;
|
|
42
|
+
|
|
43
|
+
$hscroll-default-border: $hscroll-hover-border-color !default;
|
|
44
|
+
$hscroll-ribble-animation-border-frame: rgba(255, 255, 255, .5) !default;
|
|
45
|
+
$hscroll-ribble-animation-shadow-frame: 0 0 0 0 $hscroll-ribble-animation-border-frame !default;
|
|
46
|
+
$hscroll-ribble-animation-shadow-frame-end: 0 0 0 200px rgba(255, 255, 255, .12) !default;
|
|
47
|
+
|
|
48
|
+
@mixin hscroll-btn-animation {
|
|
49
|
+
background-color: transparent;
|
|
50
|
+
border-radius: 50%;
|
|
51
|
+
border-width: 1px;
|
|
52
|
+
box-sizing: border-box;
|
|
53
|
+
content: '' ;
|
|
54
|
+
height: 1px;
|
|
55
|
+
left: 50%;
|
|
56
|
+
position: absolute;
|
|
57
|
+
top: 50%;
|
|
58
|
+
visibility: hidden;
|
|
59
|
+
width: 1px;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
@mixin hscroll-btn-animation-after {
|
|
63
|
+
animation: hscroll-popup-shadow .6s ease-out 0ms;
|
|
64
|
+
visibility: visible;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
@keyframes hscroll-popup-shadow {
|
|
68
|
+
0% {
|
|
69
|
+
border-color: $hscroll-ribble-animation-border-frame;
|
|
70
|
+
box-shadow: $hscroll-ribble-animation-shadow-frame;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
100% {
|
|
74
|
+
box-shadow: $hscroll-ribble-animation-shadow-frame-end;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
@include export-module('hscroll-fusionnew-icons') {
|
|
2
|
+
/*! hscroll icons */
|
|
3
|
+
#{&}.e-hscroll {
|
|
4
|
+
|
|
5
|
+
&.e-rtl {
|
|
6
|
+
|
|
7
|
+
&.e-scroll-device {
|
|
8
|
+
|
|
9
|
+
.e-nav-right-arrow::before {
|
|
10
|
+
content: '\e765';
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.e-nav-left-arrow::before {
|
|
14
|
+
content: '\e748';
|
|
15
|
+
}
|
|
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
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
@include export-module('hscroll-material3-icons') {
|
|
2
|
+
/*! hscroll icons */
|
|
3
|
+
#{&}.e-hscroll {
|
|
4
|
+
|
|
5
|
+
&.e-rtl {
|
|
6
|
+
|
|
7
|
+
&.e-scroll-device {
|
|
8
|
+
|
|
9
|
+
.e-nav-right-arrow::before {
|
|
10
|
+
content: '\e765';
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.e-nav-left-arrow::before {
|
|
14
|
+
content: '\e748';
|
|
15
|
+
}
|
|
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
|
+
}
|