@syncfusion/ej2-angular-navigations 20.4.38 → 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.
Files changed (220) hide show
  1. package/esm2020/src/tab/items.directive.mjs +3 -3
  2. package/esm2020/src/toolbar/items.directive.mjs +3 -3
  3. package/fesm2015/syncfusion-ej2-angular-navigations.mjs +4 -4
  4. package/fesm2015/syncfusion-ej2-angular-navigations.mjs.map +1 -1
  5. package/fesm2020/syncfusion-ej2-angular-navigations.mjs +4 -4
  6. package/fesm2020/syncfusion-ej2-angular-navigations.mjs.map +1 -1
  7. package/package.json +8 -8
  8. package/schematics/utils/lib-details.d.ts +2 -2
  9. package/schematics/utils/lib-details.js +2 -2
  10. package/schematics/utils/lib-details.ts +2 -2
  11. package/src/tab/items.directive.d.ts +8 -1
  12. package/src/toolbar/items.directive.d.ts +8 -1
  13. package/styles/accordion/_bootstrap-dark-definition.scss +100 -0
  14. package/styles/accordion/_bootstrap-definition.scss +100 -0
  15. package/styles/accordion/_bootstrap4-definition.scss +95 -1
  16. package/styles/accordion/_bootstrap5-definition.scss +99 -3
  17. package/styles/accordion/_fabric-dark-definition.scss +100 -0
  18. package/styles/accordion/_fabric-definition.scss +100 -0
  19. package/styles/accordion/_fluent-definition.scss +98 -2
  20. package/styles/accordion/_fusionnew-definition.scss +99 -3
  21. package/styles/accordion/_highcontrast-definition.scss +98 -3
  22. package/styles/accordion/_highcontrast-light-definition.scss +98 -3
  23. package/styles/accordion/_layout.scss +25 -91
  24. package/styles/accordion/_material-dark-definition.scss +100 -0
  25. package/styles/accordion/_material-definition.scss +100 -0
  26. package/styles/accordion/_material3-definition.scss +99 -3
  27. package/styles/accordion/_tailwind-definition.scss +99 -2
  28. package/styles/accordion/_theme.scss +184 -345
  29. package/styles/accordion/bootstrap-dark.css +202 -16
  30. package/styles/accordion/bootstrap.css +202 -16
  31. package/styles/accordion/bootstrap4.css +171 -17
  32. package/styles/accordion/bootstrap5-dark.css +202 -13
  33. package/styles/accordion/bootstrap5.css +202 -13
  34. package/styles/accordion/fabric-dark.css +209 -11
  35. package/styles/accordion/fabric.css +209 -11
  36. package/styles/accordion/fluent-dark.css +217 -5
  37. package/styles/accordion/fluent.css +217 -5
  38. package/styles/accordion/highcontrast-light.css +186 -52
  39. package/styles/accordion/highcontrast.css +186 -52
  40. package/styles/accordion/material-dark.css +210 -16
  41. package/styles/accordion/material.css +209 -15
  42. package/styles/accordion/tailwind-dark.css +199 -8
  43. package/styles/accordion/tailwind.css +199 -8
  44. package/styles/bootstrap-dark.css +1130 -281
  45. package/styles/bootstrap.css +1116 -267
  46. package/styles/bootstrap4.css +996 -280
  47. package/styles/bootstrap5-dark.css +1046 -281
  48. package/styles/bootstrap5.css +1046 -281
  49. package/styles/context-menu/_layout.scss +0 -3
  50. package/styles/context-menu/bootstrap5-dark.css +0 -1
  51. package/styles/context-menu/bootstrap5.css +0 -1
  52. package/styles/context-menu/fluent-dark.css +0 -1
  53. package/styles/context-menu/fluent.css +0 -1
  54. package/styles/context-menu/tailwind-dark.css +0 -1
  55. package/styles/context-menu/tailwind.css +0 -1
  56. package/styles/fabric-dark.css +1172 -336
  57. package/styles/fabric.css +1170 -334
  58. package/styles/fluent-dark.css +1110 -223
  59. package/styles/fluent.css +1108 -221
  60. package/styles/h-scroll/_bootstrap-dark-definition.scss +8 -0
  61. package/styles/h-scroll/_bootstrap-definition.scss +8 -0
  62. package/styles/h-scroll/_bootstrap4-definition.scss +8 -0
  63. package/styles/h-scroll/_bootstrap5-definition.scss +8 -0
  64. package/styles/h-scroll/_fabric-dark-definition.scss +8 -0
  65. package/styles/h-scroll/_fabric-definition.scss +8 -0
  66. package/styles/h-scroll/_fluent-definition.scss +8 -0
  67. package/styles/h-scroll/_fusionnew-definition.scss +8 -0
  68. package/styles/h-scroll/_highcontrast-definition.scss +6 -1
  69. package/styles/h-scroll/_highcontrast-light-definition.scss +6 -1
  70. package/styles/h-scroll/_layout.scss +1 -4
  71. package/styles/h-scroll/_material-dark-definition.scss +8 -0
  72. package/styles/h-scroll/_material-definition.scss +8 -0
  73. package/styles/h-scroll/_material3-definition.scss +8 -0
  74. package/styles/h-scroll/_tailwind-definition.scss +8 -0
  75. package/styles/h-scroll/_theme.scss +12 -40
  76. package/styles/h-scroll/bootstrap-dark.css +13 -0
  77. package/styles/h-scroll/bootstrap.css +13 -0
  78. package/styles/h-scroll/bootstrap4.css +7 -0
  79. package/styles/h-scroll/bootstrap5-dark.css +12 -0
  80. package/styles/h-scroll/bootstrap5.css +12 -0
  81. package/styles/h-scroll/fabric-dark.css +15 -2
  82. package/styles/h-scroll/fabric.css +15 -2
  83. package/styles/h-scroll/fluent-dark.css +13 -0
  84. package/styles/h-scroll/fluent.css +13 -0
  85. package/styles/h-scroll/highcontrast-light.css +8 -7
  86. package/styles/h-scroll/highcontrast.css +10 -9
  87. package/styles/h-scroll/icons/_fabric-dark.scss +2 -2
  88. package/styles/h-scroll/icons/_fabric.scss +2 -2
  89. package/styles/h-scroll/icons/_highcontrast.scss +2 -2
  90. package/styles/h-scroll/material-dark.css +13 -2
  91. package/styles/h-scroll/material.css +13 -2
  92. package/styles/h-scroll/tailwind-dark.css +12 -0
  93. package/styles/h-scroll/tailwind.css +12 -0
  94. package/styles/highcontrast-light.css +1026 -477
  95. package/styles/highcontrast.css +1028 -473
  96. package/styles/material-dark.css +1275 -205
  97. package/styles/material.css +1273 -203
  98. package/styles/menu/_theme.scss +1 -1
  99. package/styles/menu/fluent-dark.css +1 -1
  100. package/styles/menu/fluent.css +1 -1
  101. package/styles/pager/bootstrap-dark.css +9 -9
  102. package/styles/pager/bootstrap.css +9 -9
  103. package/styles/pager/bootstrap4.css +9 -9
  104. package/styles/pager/bootstrap5-dark.css +9 -9
  105. package/styles/pager/bootstrap5.css +9 -9
  106. package/styles/pager/fabric-dark.css +9 -9
  107. package/styles/pager/fabric.css +9 -9
  108. package/styles/pager/fluent-dark.css +9 -9
  109. package/styles/pager/fluent.css +9 -9
  110. package/styles/pager/highcontrast-light.css +9 -9
  111. package/styles/pager/highcontrast.css +9 -9
  112. package/styles/pager/material-dark.css +9 -9
  113. package/styles/pager/material.css +9 -9
  114. package/styles/pager/tailwind-dark.css +9 -9
  115. package/styles/pager/tailwind.css +9 -9
  116. package/styles/tab/_bootstrap-dark-definition.scss +271 -15
  117. package/styles/tab/_bootstrap-definition.scss +266 -9
  118. package/styles/tab/_bootstrap4-definition.scss +266 -9
  119. package/styles/tab/_bootstrap5-definition.scss +270 -13
  120. package/styles/tab/_fabric-dark-definition.scss +270 -13
  121. package/styles/tab/_fabric-definition.scss +270 -13
  122. package/styles/tab/_fluent-definition.scss +269 -12
  123. package/styles/tab/_fusionnew-definition.scss +268 -11
  124. package/styles/tab/_highcontrast-definition.scss +271 -14
  125. package/styles/tab/_highcontrast-light-definition.scss +271 -14
  126. package/styles/tab/_layout.scss +304 -1010
  127. package/styles/tab/_material-dark-definition.scss +266 -9
  128. package/styles/tab/_material-definition.scss +266 -9
  129. package/styles/tab/_material3-definition.scss +268 -11
  130. package/styles/tab/_tailwind-definition.scss +267 -10
  131. package/styles/tab/_theme.scss +305 -843
  132. package/styles/tab/bootstrap-dark.css +675 -202
  133. package/styles/tab/bootstrap.css +662 -189
  134. package/styles/tab/bootstrap4.css +634 -207
  135. package/styles/tab/bootstrap5-dark.css +611 -227
  136. package/styles/tab/bootstrap5.css +611 -227
  137. package/styles/tab/fabric-dark.css +709 -294
  138. package/styles/tab/fabric.css +707 -292
  139. package/styles/tab/fluent-dark.css +633 -193
  140. package/styles/tab/fluent.css +633 -193
  141. package/styles/tab/highcontrast-light.css +615 -345
  142. package/styles/tab/highcontrast.css +615 -339
  143. package/styles/tab/icons/_bootstrap-dark.scss +0 -33
  144. package/styles/tab/icons/_bootstrap.scss +0 -33
  145. package/styles/tab/icons/_bootstrap4.scss +0 -26
  146. package/styles/tab/icons/_bootstrap5.scss +0 -37
  147. package/styles/tab/icons/_fabric-dark.scss +0 -33
  148. package/styles/tab/icons/_fabric.scss +0 -33
  149. package/styles/tab/icons/_fluent.scss +0 -33
  150. package/styles/tab/icons/_fusionnew.scss +0 -37
  151. package/styles/tab/icons/_highcontrast-light.scss +0 -37
  152. package/styles/tab/icons/_highcontrast.scss +0 -26
  153. package/styles/tab/icons/_material-dark.scss +0 -37
  154. package/styles/tab/icons/_material.scss +0 -37
  155. package/styles/tab/icons/_material3.scss +0 -37
  156. package/styles/tab/icons/_tailwind.scss +0 -37
  157. package/styles/tab/material-dark.css +791 -140
  158. package/styles/tab/material.css +791 -140
  159. package/styles/tab/tailwind-dark.css +792 -157
  160. package/styles/tab/tailwind.css +792 -157
  161. package/styles/tailwind-dark.css +1238 -192
  162. package/styles/tailwind.css +1239 -193
  163. package/styles/toolbar/_bootstrap-dark-definition.scss +93 -0
  164. package/styles/toolbar/_bootstrap-definition.scss +93 -0
  165. package/styles/toolbar/_bootstrap4-definition.scss +94 -1
  166. package/styles/toolbar/_bootstrap5-definition.scss +94 -8
  167. package/styles/toolbar/_fabric-dark-definition.scss +92 -3
  168. package/styles/toolbar/_fabric-definition.scss +92 -3
  169. package/styles/toolbar/_fluent-definition.scss +96 -8
  170. package/styles/toolbar/_fusionnew-definition.scss +94 -8
  171. package/styles/toolbar/_highcontrast-definition.scss +93 -4
  172. package/styles/toolbar/_highcontrast-light-definition.scss +93 -4
  173. package/styles/toolbar/_layout.scss +48 -177
  174. package/styles/toolbar/_material-dark-definition.scss +93 -0
  175. package/styles/toolbar/_material-definition.scss +93 -0
  176. package/styles/toolbar/_material3-definition.scss +94 -8
  177. package/styles/toolbar/_tailwind-definition.scss +94 -6
  178. package/styles/toolbar/_theme.scss +169 -278
  179. package/styles/toolbar/bootstrap-dark.css +196 -19
  180. package/styles/toolbar/bootstrap.css +196 -19
  181. package/styles/toolbar/bootstrap4.css +164 -36
  182. package/styles/toolbar/bootstrap5-dark.css +210 -29
  183. package/styles/toolbar/bootstrap5.css +210 -29
  184. package/styles/toolbar/fabric-dark.css +219 -9
  185. package/styles/toolbar/fabric.css +220 -10
  186. package/styles/toolbar/fluent-dark.css +233 -10
  187. package/styles/toolbar/fluent.css +233 -10
  188. package/styles/toolbar/highcontrast-light.css +199 -43
  189. package/styles/toolbar/highcontrast.css +200 -44
  190. package/styles/toolbar/material-dark.css +233 -19
  191. package/styles/toolbar/material.css +233 -19
  192. package/styles/toolbar/tailwind-dark.css +224 -15
  193. package/styles/toolbar/tailwind.css +223 -14
  194. package/styles/treeview/_material-definition.scss +1 -1
  195. package/styles/treeview/_theme.scss +11 -1
  196. package/styles/treeview/fluent-dark.css +2 -2
  197. package/styles/treeview/material.css +2 -2
  198. package/styles/treeview/tailwind.css +2 -2
  199. package/styles/v-scroll/_highcontrast-definition.scss +0 -1
  200. package/styles/v-scroll/_highcontrast-light-definition.scss +0 -1
  201. package/styles/v-scroll/_theme.scss +0 -26
  202. package/styles/v-scroll/bootstrap5-dark.css +2 -2
  203. package/styles/v-scroll/bootstrap5.css +2 -2
  204. package/styles/v-scroll/fabric-dark.css +2 -2
  205. package/styles/v-scroll/fabric.css +2 -2
  206. package/styles/v-scroll/fluent-dark.css +2 -2
  207. package/styles/v-scroll/fluent.css +2 -2
  208. package/styles/v-scroll/highcontrast-light.css +2 -14
  209. package/styles/v-scroll/highcontrast.css +2 -14
  210. package/styles/v-scroll/icons/_bootstrap5.scss +2 -2
  211. package/styles/v-scroll/icons/_fabric-dark.scss +2 -2
  212. package/styles/v-scroll/icons/_fabric.scss +2 -2
  213. package/styles/v-scroll/icons/_fluent.scss +2 -2
  214. package/styles/v-scroll/icons/_fusionnew.scss +2 -2
  215. package/styles/v-scroll/icons/_highcontrast-light.scss +2 -2
  216. package/styles/v-scroll/icons/_highcontrast.scss +2 -2
  217. package/styles/v-scroll/icons/_material3.scss +2 -2
  218. package/styles/v-scroll/icons/_tailwind.scss +2 -2
  219. package/styles/v-scroll/tailwind-dark.css +2 -2
  220. 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 {