@syncfusion/ej2-angular-navigations 20.4.51-ngcc → 20.4.51

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 (747) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/accordion/accordion-all.module.mjs +23 -0
  3. package/esm2020/src/accordion/accordion.component.mjs +77 -0
  4. package/esm2020/src/accordion/accordion.module.mjs +34 -0
  5. package/esm2020/src/accordion/items.directive.mjs +72 -0
  6. package/esm2020/src/appbar/appbar-all.module.mjs +23 -0
  7. package/esm2020/src/appbar/appbar.component.mjs +59 -0
  8. package/esm2020/src/appbar/appbar.module.mjs +25 -0
  9. package/esm2020/src/breadcrumb/breadcrumb-all.module.mjs +23 -0
  10. package/esm2020/src/breadcrumb/breadcrumb.component.mjs +77 -0
  11. package/esm2020/src/breadcrumb/breadcrumb.module.mjs +34 -0
  12. package/esm2020/src/breadcrumb/items.directive.mjs +58 -0
  13. package/esm2020/src/carousel/carousel-all.module.mjs +23 -0
  14. package/esm2020/src/carousel/carousel.component.mjs +95 -0
  15. package/esm2020/src/carousel/carousel.module.mjs +34 -0
  16. package/esm2020/src/carousel/items.directive.mjs +66 -0
  17. package/esm2020/src/context-menu/contextmenu-all.module.mjs +23 -0
  18. package/esm2020/src/context-menu/contextmenu.component.mjs +60 -0
  19. package/esm2020/src/context-menu/contextmenu.module.mjs +25 -0
  20. package/esm2020/src/index.mjs +38 -0
  21. package/esm2020/src/menu/items.directive.mjs +46 -0
  22. package/esm2020/src/menu/menu-all.module.mjs +23 -0
  23. package/esm2020/src/menu/menu.component.mjs +71 -0
  24. package/esm2020/src/menu/menu.module.mjs +34 -0
  25. package/esm2020/src/sidebar/sidebar-all.module.mjs +23 -0
  26. package/esm2020/src/sidebar/sidebar.component.mjs +59 -0
  27. package/esm2020/src/sidebar/sidebar.module.mjs +25 -0
  28. package/esm2020/src/tab/items.directive.mjs +78 -0
  29. package/esm2020/src/tab/tab-all.module.mjs +23 -0
  30. package/esm2020/src/tab/tab.component.mjs +64 -0
  31. package/esm2020/src/tab/tab.module.mjs +34 -0
  32. package/esm2020/src/toolbar/items.directive.mjs +66 -0
  33. package/esm2020/src/toolbar/toolbar-all.module.mjs +23 -0
  34. package/esm2020/src/toolbar/toolbar.component.mjs +64 -0
  35. package/esm2020/src/toolbar/toolbar.module.mjs +34 -0
  36. package/esm2020/src/treeview/treeview-all.module.mjs +23 -0
  37. package/esm2020/src/treeview/treeview.component.mjs +66 -0
  38. package/esm2020/src/treeview/treeview.module.mjs +25 -0
  39. package/esm2020/syncfusion-ej2-angular-navigations.mjs +5 -0
  40. package/fesm2015/syncfusion-ej2-angular-navigations.mjs +1445 -0
  41. package/fesm2015/syncfusion-ej2-angular-navigations.mjs.map +1 -0
  42. package/fesm2020/syncfusion-ej2-angular-navigations.mjs +1445 -0
  43. package/fesm2020/syncfusion-ej2-angular-navigations.mjs.map +1 -0
  44. package/package.json +26 -12
  45. package/src/accordion/accordion-all.module.d.ts +6 -0
  46. package/src/accordion/accordion.component.d.ts +3 -0
  47. package/src/accordion/accordion.module.d.ts +7 -0
  48. package/src/accordion/items.directive.d.ts +5 -0
  49. package/src/appbar/appbar-all.module.d.ts +6 -0
  50. package/src/appbar/appbar.component.d.ts +3 -0
  51. package/src/appbar/appbar.module.d.ts +6 -0
  52. package/src/breadcrumb/breadcrumb-all.module.d.ts +6 -0
  53. package/src/breadcrumb/breadcrumb.component.d.ts +3 -0
  54. package/src/breadcrumb/breadcrumb.module.d.ts +7 -0
  55. package/src/breadcrumb/items.directive.d.ts +5 -0
  56. package/src/carousel/carousel-all.module.d.ts +6 -0
  57. package/src/carousel/carousel.component.d.ts +3 -0
  58. package/src/carousel/carousel.module.d.ts +7 -0
  59. package/src/carousel/items.directive.d.ts +5 -0
  60. package/src/context-menu/contextmenu-all.module.d.ts +6 -0
  61. package/src/context-menu/contextmenu.component.d.ts +3 -0
  62. package/src/context-menu/contextmenu.module.d.ts +6 -0
  63. package/src/menu/items.directive.d.ts +5 -0
  64. package/src/menu/menu-all.module.d.ts +6 -0
  65. package/src/menu/menu.component.d.ts +3 -0
  66. package/src/menu/menu.module.d.ts +7 -0
  67. package/src/sidebar/sidebar-all.module.d.ts +6 -0
  68. package/src/sidebar/sidebar.component.d.ts +3 -0
  69. package/src/sidebar/sidebar.module.d.ts +6 -0
  70. package/src/tab/items.directive.d.ts +5 -0
  71. package/src/tab/tab-all.module.d.ts +6 -0
  72. package/src/tab/tab.component.d.ts +3 -0
  73. package/src/tab/tab.module.d.ts +7 -0
  74. package/src/toolbar/items.directive.d.ts +5 -0
  75. package/src/toolbar/toolbar-all.module.d.ts +6 -0
  76. package/src/toolbar/toolbar.component.d.ts +3 -0
  77. package/src/toolbar/toolbar.module.d.ts +7 -0
  78. package/src/treeview/treeview-all.module.d.ts +6 -0
  79. package/src/treeview/treeview.component.d.ts +3 -0
  80. package/src/treeview/treeview.module.d.ts +6 -0
  81. package/styles/accordion/_all.scss +2 -0
  82. package/styles/accordion/_bootstrap-dark-definition.scss +175 -0
  83. package/styles/accordion/_bootstrap-definition.scss +180 -0
  84. package/styles/accordion/_bootstrap4-definition.scss +183 -0
  85. package/styles/accordion/_bootstrap5-dark-definition.scss +1 -0
  86. package/styles/accordion/_bootstrap5-definition.scss +181 -0
  87. package/styles/accordion/_fabric-dark-definition.scss +178 -0
  88. package/styles/accordion/_fabric-definition.scss +183 -0
  89. package/styles/accordion/_fluent-dark-definition.scss +1 -0
  90. package/styles/accordion/_fluent-definition.scss +180 -0
  91. package/styles/accordion/_fusionnew-definition.scss +181 -0
  92. package/styles/accordion/_highcontrast-definition.scss +205 -0
  93. package/styles/accordion/_highcontrast-light-definition.scss +203 -0
  94. package/styles/accordion/_layout.scss +350 -0
  95. package/styles/accordion/_material-dark-definition.scss +181 -0
  96. package/styles/accordion/_material-definition.scss +177 -0
  97. package/styles/accordion/_material3-definition.scss +181 -0
  98. package/styles/accordion/_tailwind-dark-definition.scss +1 -0
  99. package/styles/accordion/_tailwind-definition.scss +179 -0
  100. package/styles/accordion/_theme.scss +388 -0
  101. package/styles/accordion/bootstrap-dark.scss +4 -1
  102. package/styles/accordion/bootstrap.scss +4 -1
  103. package/styles/accordion/bootstrap4.scss +4 -1
  104. package/styles/accordion/bootstrap5-dark.scss +4 -1
  105. package/styles/accordion/bootstrap5.scss +4 -1
  106. package/styles/accordion/fabric-dark.scss +4 -1
  107. package/styles/accordion/fabric.scss +4 -1
  108. package/styles/accordion/fluent-dark.scss +4 -1
  109. package/styles/accordion/fluent.scss +4 -1
  110. package/styles/accordion/highcontrast-light.scss +4 -1
  111. package/styles/accordion/highcontrast.scss +4 -1
  112. package/styles/accordion/icons/_bootstrap-dark.scss +17 -0
  113. package/styles/accordion/icons/_bootstrap.scss +17 -0
  114. package/styles/accordion/icons/_bootstrap4.scss +17 -0
  115. package/styles/accordion/icons/_bootstrap5-dark.scss +1 -0
  116. package/styles/accordion/icons/_bootstrap5.scss +17 -0
  117. package/styles/accordion/icons/_fabric-dark.scss +17 -0
  118. package/styles/accordion/icons/_fabric.scss +17 -0
  119. package/styles/accordion/icons/_fluent-dark.scss +1 -0
  120. package/styles/accordion/icons/_fluent.scss +17 -0
  121. package/styles/accordion/icons/_fusionnew.scss +17 -0
  122. package/styles/accordion/icons/_highcontrast-light.scss +17 -0
  123. package/styles/accordion/icons/_highcontrast.scss +17 -0
  124. package/styles/accordion/icons/_material-dark.scss +17 -0
  125. package/styles/accordion/icons/_material.scss +17 -0
  126. package/styles/accordion/icons/_material3.scss +17 -0
  127. package/styles/accordion/icons/_tailwind-dark.scss +1 -0
  128. package/styles/accordion/icons/_tailwind.scss +17 -0
  129. package/styles/accordion/material-dark.scss +4 -1
  130. package/styles/accordion/material.scss +4 -1
  131. package/styles/accordion/tailwind-dark.scss +4 -1
  132. package/styles/accordion/tailwind.scss +4 -1
  133. package/styles/appbar/_all.scss +2 -0
  134. package/styles/appbar/_bootstrap-dark-definition.scss +8 -0
  135. package/styles/appbar/_bootstrap-definition.scss +8 -0
  136. package/styles/appbar/_bootstrap4-definition.scss +8 -0
  137. package/styles/appbar/_bootstrap5-dark-definition.scss +1 -0
  138. package/styles/appbar/_bootstrap5-definition.scss +8 -0
  139. package/styles/appbar/_fabric-dark-definition.scss +8 -0
  140. package/styles/appbar/_fabric-definition.scss +8 -0
  141. package/styles/appbar/_fluent-dark-definition.scss +1 -0
  142. package/styles/appbar/_fluent-definition.scss +8 -0
  143. package/styles/appbar/_fusionnew-definition.scss +8 -0
  144. package/styles/appbar/_highcontrast-definition.scss +8 -0
  145. package/styles/appbar/_highcontrast-light-definition.scss +8 -0
  146. package/styles/appbar/_layout.scss +81 -0
  147. package/styles/appbar/_material-dark-definition.scss +8 -0
  148. package/styles/appbar/_material-definition.scss +8 -0
  149. package/styles/appbar/_material3-definition.scss +8 -0
  150. package/styles/appbar/_tailwind-dark-definition.scss +1 -0
  151. package/styles/appbar/_tailwind-definition.scss +8 -0
  152. package/styles/appbar/_theme.scss +208 -0
  153. package/styles/appbar/bootstrap-dark.scss +3 -1
  154. package/styles/appbar/bootstrap.scss +3 -1
  155. package/styles/appbar/bootstrap4.scss +3 -1
  156. package/styles/appbar/bootstrap5-dark.scss +3 -1
  157. package/styles/appbar/bootstrap5.scss +3 -1
  158. package/styles/appbar/fabric-dark.scss +3 -1
  159. package/styles/appbar/fabric.scss +3 -1
  160. package/styles/appbar/fluent-dark.scss +3 -1
  161. package/styles/appbar/fluent.scss +3 -1
  162. package/styles/appbar/highcontrast-light.scss +3 -1
  163. package/styles/appbar/highcontrast.scss +3 -1
  164. package/styles/appbar/material-dark.scss +3 -1
  165. package/styles/appbar/material.scss +3 -1
  166. package/styles/appbar/tailwind-dark.scss +3 -1
  167. package/styles/appbar/tailwind.scss +3 -1
  168. package/styles/bootstrap4.css +1 -1
  169. package/styles/breadcrumb/_all.scss +3 -0
  170. package/styles/breadcrumb/_bootstrap-dark-definition.scss +54 -0
  171. package/styles/breadcrumb/_bootstrap-definition.scss +54 -0
  172. package/styles/breadcrumb/_bootstrap4-definition.scss +54 -0
  173. package/styles/breadcrumb/_bootstrap5-dark-definition.scss +1 -0
  174. package/styles/breadcrumb/_bootstrap5-definition.scss +59 -0
  175. package/styles/breadcrumb/_fabric-dark-definition.scss +59 -0
  176. package/styles/breadcrumb/_fabric-definition.scss +59 -0
  177. package/styles/breadcrumb/_fluent-dark-definition.scss +1 -0
  178. package/styles/breadcrumb/_fluent-definition.scss +62 -0
  179. package/styles/breadcrumb/_fusionnew-definition.scss +59 -0
  180. package/styles/breadcrumb/_highcontrast-definition.scss +61 -0
  181. package/styles/breadcrumb/_highcontrast-light-definition.scss +61 -0
  182. package/styles/breadcrumb/_layout.scss +491 -0
  183. package/styles/breadcrumb/_material-dark-definition.scss +50 -0
  184. package/styles/breadcrumb/_material-definition.scss +50 -0
  185. package/styles/breadcrumb/_material3-definition.scss +59 -0
  186. package/styles/breadcrumb/_tailwind-dark-definition.scss +1 -0
  187. package/styles/breadcrumb/_tailwind-definition.scss +60 -0
  188. package/styles/breadcrumb/_theme.scss +160 -0
  189. package/styles/breadcrumb/bootstrap-dark.scss +4 -1
  190. package/styles/breadcrumb/bootstrap.scss +4 -1
  191. package/styles/breadcrumb/bootstrap4.scss +4 -1
  192. package/styles/breadcrumb/bootstrap5-dark.scss +4 -1
  193. package/styles/breadcrumb/bootstrap5.scss +4 -1
  194. package/styles/breadcrumb/fabric-dark.scss +4 -1
  195. package/styles/breadcrumb/fabric.scss +4 -1
  196. package/styles/breadcrumb/fluent-dark.scss +4 -1
  197. package/styles/breadcrumb/fluent.scss +4 -1
  198. package/styles/breadcrumb/highcontrast-light.scss +4 -1
  199. package/styles/breadcrumb/highcontrast.scss +4 -1
  200. package/styles/breadcrumb/icons/_bootstrap-dark.scss +14 -0
  201. package/styles/breadcrumb/icons/_bootstrap.scss +14 -0
  202. package/styles/breadcrumb/icons/_bootstrap4.scss +14 -0
  203. package/styles/breadcrumb/icons/_bootstrap5-dark.scss +1 -0
  204. package/styles/breadcrumb/icons/_bootstrap5.scss +25 -0
  205. package/styles/breadcrumb/icons/_fabric-dark.scss +14 -0
  206. package/styles/breadcrumb/icons/_fabric.scss +14 -0
  207. package/styles/breadcrumb/icons/_fluent-dark.scss +1 -0
  208. package/styles/breadcrumb/icons/_fluent.scss +25 -0
  209. package/styles/breadcrumb/icons/_fusionnew.scss +25 -0
  210. package/styles/breadcrumb/icons/_highcontrast-light.scss +14 -0
  211. package/styles/breadcrumb/icons/_highcontrast.scss +14 -0
  212. package/styles/breadcrumb/icons/_material-dark.scss +25 -0
  213. package/styles/breadcrumb/icons/_material.scss +25 -0
  214. package/styles/breadcrumb/icons/_material3.scss +25 -0
  215. package/styles/breadcrumb/icons/_tailwind-dark.scss +25 -0
  216. package/styles/breadcrumb/icons/_tailwind.scss +25 -0
  217. package/styles/breadcrumb/material-dark.scss +4 -1
  218. package/styles/breadcrumb/material.scss +4 -1
  219. package/styles/breadcrumb/tailwind-dark.scss +4 -1
  220. package/styles/breadcrumb/tailwind.scss +4 -1
  221. package/styles/carousel/_all.scss +2 -0
  222. package/styles/carousel/_bootstrap-dark-definition.scss +22 -0
  223. package/styles/carousel/_bootstrap-definition.scss +22 -0
  224. package/styles/carousel/_bootstrap4-definition.scss +22 -0
  225. package/styles/carousel/_bootstrap5-dark-definition.scss +1 -0
  226. package/styles/carousel/_bootstrap5-definition.scss +22 -0
  227. package/styles/carousel/_fabric-dark-definition.scss +22 -0
  228. package/styles/carousel/_fabric-definition.scss +22 -0
  229. package/styles/carousel/_fluent-dark-definition.scss +1 -0
  230. package/styles/carousel/_fluent-definition.scss +22 -0
  231. package/styles/carousel/_fusionnew-definition.scss +22 -0
  232. package/styles/carousel/_highcontrast-definition.scss +22 -0
  233. package/styles/carousel/_highcontrast-light-definition.scss +22 -0
  234. package/styles/carousel/_layout.scss +218 -0
  235. package/styles/carousel/_material-dark-definition.scss +22 -0
  236. package/styles/carousel/_material-definition.scss +22 -0
  237. package/styles/carousel/_material3-definition.scss +22 -0
  238. package/styles/carousel/_tailwind-dark-definition.scss +1 -0
  239. package/styles/carousel/_tailwind-definition.scss +22 -0
  240. package/styles/carousel/_theme.scss +56 -0
  241. package/styles/carousel/bootstrap-dark.scss +5 -1
  242. package/styles/carousel/bootstrap.scss +5 -1
  243. package/styles/carousel/bootstrap4.scss +5 -1
  244. package/styles/carousel/bootstrap5-dark.scss +5 -1
  245. package/styles/carousel/bootstrap5.scss +5 -1
  246. package/styles/carousel/fabric-dark.scss +5 -1
  247. package/styles/carousel/fabric.scss +5 -1
  248. package/styles/carousel/fluent-dark.scss +5 -1
  249. package/styles/carousel/fluent.scss +5 -1
  250. package/styles/carousel/highcontrast-light.scss +5 -1
  251. package/styles/carousel/highcontrast.scss +5 -1
  252. package/styles/carousel/icons/_bootstrap-dark.scss +30 -0
  253. package/styles/carousel/icons/_bootstrap.scss +30 -0
  254. package/styles/carousel/icons/_bootstrap4.scss +30 -0
  255. package/styles/carousel/icons/_bootstrap5-dark.scss +1 -0
  256. package/styles/carousel/icons/_bootstrap5.scss +30 -0
  257. package/styles/carousel/icons/_fabric-dark.scss +30 -0
  258. package/styles/carousel/icons/_fabric.scss +30 -0
  259. package/styles/carousel/icons/_fluent-dark.scss +1 -0
  260. package/styles/carousel/icons/_fluent.scss +30 -0
  261. package/styles/carousel/icons/_fusionnew.scss +30 -0
  262. package/styles/carousel/icons/_highcontrast-light.scss +30 -0
  263. package/styles/carousel/icons/_highcontrast.scss +30 -0
  264. package/styles/carousel/icons/_material-dark.scss +30 -0
  265. package/styles/carousel/icons/_material.scss +30 -0
  266. package/styles/carousel/icons/_material3.scss +30 -0
  267. package/styles/carousel/icons/_tailwind-dark.scss +1 -0
  268. package/styles/carousel/icons/_tailwind.scss +30 -0
  269. package/styles/carousel/material-dark.scss +5 -1
  270. package/styles/carousel/material.scss +5 -1
  271. package/styles/carousel/tailwind-dark.scss +5 -1
  272. package/styles/carousel/tailwind.scss +5 -1
  273. package/styles/context-menu/_all.scss +2 -0
  274. package/styles/context-menu/_bootstrap-dark-definition.scss +53 -0
  275. package/styles/context-menu/_bootstrap-definition.scss +50 -0
  276. package/styles/context-menu/_bootstrap4-definition.scss +50 -0
  277. package/styles/context-menu/_bootstrap5-dark-definition.scss +1 -0
  278. package/styles/context-menu/_bootstrap5-definition.scss +52 -0
  279. package/styles/context-menu/_fabric-dark-definition.scss +53 -0
  280. package/styles/context-menu/_fabric-definition.scss +50 -0
  281. package/styles/context-menu/_fluent-dark-definition.scss +1 -0
  282. package/styles/context-menu/_fluent-definition.scss +52 -0
  283. package/styles/context-menu/_fusionnew-definition.scss +52 -0
  284. package/styles/context-menu/_highcontrast-definition.scss +50 -0
  285. package/styles/context-menu/_highcontrast-light-definition.scss +53 -0
  286. package/styles/context-menu/_layout-mixin.scss +170 -0
  287. package/styles/context-menu/_layout.scss +149 -0
  288. package/styles/context-menu/_material-dark-definition.scss +53 -0
  289. package/styles/context-menu/_material-definition.scss +50 -0
  290. package/styles/context-menu/_material3-definition.scss +52 -0
  291. package/styles/context-menu/_tailwind-dark-definition.scss +1 -0
  292. package/styles/context-menu/_tailwind-definition.scss +53 -0
  293. package/styles/context-menu/_theme-mixin.scss +63 -0
  294. package/styles/context-menu/_theme.scss +50 -0
  295. package/styles/context-menu/bootstrap-dark.scss +7 -1
  296. package/styles/context-menu/bootstrap.scss +7 -1
  297. package/styles/context-menu/bootstrap4.scss +7 -1
  298. package/styles/context-menu/bootstrap5-dark.scss +7 -1
  299. package/styles/context-menu/bootstrap5.scss +7 -1
  300. package/styles/context-menu/fabric-dark.scss +7 -1
  301. package/styles/context-menu/fabric.scss +7 -1
  302. package/styles/context-menu/fluent-dark.css +2 -2
  303. package/styles/context-menu/fluent-dark.scss +7 -1
  304. package/styles/context-menu/fluent.css +2 -2
  305. package/styles/context-menu/fluent.scss +7 -1
  306. package/styles/context-menu/highcontrast-light.scss +7 -1
  307. package/styles/context-menu/highcontrast.scss +7 -1
  308. package/styles/context-menu/icons/_bootstrap-dark.scss +33 -0
  309. package/styles/context-menu/icons/_bootstrap.scss +33 -0
  310. package/styles/context-menu/icons/_bootstrap4.scss +33 -0
  311. package/styles/context-menu/icons/_bootstrap5-dark.scss +1 -0
  312. package/styles/context-menu/icons/_bootstrap5.scss +33 -0
  313. package/styles/context-menu/icons/_fabric-dark.scss +33 -0
  314. package/styles/context-menu/icons/_fabric.scss +33 -0
  315. package/styles/context-menu/icons/_fluent-dark.scss +1 -0
  316. package/styles/context-menu/icons/_fluent.scss +33 -0
  317. package/styles/context-menu/icons/_fusionnew.scss +33 -0
  318. package/styles/context-menu/icons/_highcontrast-light.scss +33 -0
  319. package/styles/context-menu/icons/_highcontrast.scss +33 -0
  320. package/styles/context-menu/icons/_material-dark.scss +33 -0
  321. package/styles/context-menu/icons/_material.scss +33 -0
  322. package/styles/context-menu/icons/_material3.scss +33 -0
  323. package/styles/context-menu/icons/_tailwind-dark.scss +33 -0
  324. package/styles/context-menu/icons/_tailwind.scss +33 -0
  325. package/styles/context-menu/material-dark.scss +7 -1
  326. package/styles/context-menu/material.scss +7 -1
  327. package/styles/context-menu/tailwind-dark.scss +7 -1
  328. package/styles/context-menu/tailwind.scss +7 -1
  329. package/styles/fluent-dark.css +7 -7
  330. package/styles/fluent.css +7 -7
  331. package/styles/h-scroll/_all.scss +2 -0
  332. package/styles/h-scroll/_bootstrap-dark-definition.scss +58 -0
  333. package/styles/h-scroll/_bootstrap-definition.scss +57 -0
  334. package/styles/h-scroll/_bootstrap4-definition.scss +57 -0
  335. package/styles/h-scroll/_bootstrap5-dark-definition.scss +1 -0
  336. package/styles/h-scroll/_bootstrap5-definition.scss +84 -0
  337. package/styles/h-scroll/_fabric-dark-definition.scss +59 -0
  338. package/styles/h-scroll/_fabric-definition.scss +56 -0
  339. package/styles/h-scroll/_fluent-dark-definition.scss +1 -0
  340. package/styles/h-scroll/_fluent-definition.scss +84 -0
  341. package/styles/h-scroll/_fusionnew-definition.scss +84 -0
  342. package/styles/h-scroll/_highcontrast-definition.scss +57 -0
  343. package/styles/h-scroll/_highcontrast-light-definition.scss +60 -0
  344. package/styles/h-scroll/_layout.scss +197 -0
  345. package/styles/h-scroll/_material-dark-definition.scss +86 -0
  346. package/styles/h-scroll/_material-definition.scss +83 -0
  347. package/styles/h-scroll/_material3-definition.scss +84 -0
  348. package/styles/h-scroll/_tailwind-dark-definition.scss +1 -0
  349. package/styles/h-scroll/_tailwind-definition.scss +84 -0
  350. package/styles/h-scroll/_theme.scss +132 -0
  351. package/styles/h-scroll/bootstrap-dark.scss +4 -1
  352. package/styles/h-scroll/bootstrap.scss +4 -1
  353. package/styles/h-scroll/bootstrap4.scss +4 -1
  354. package/styles/h-scroll/bootstrap5-dark.scss +4 -1
  355. package/styles/h-scroll/bootstrap5.scss +4 -1
  356. package/styles/h-scroll/fabric-dark.scss +4 -1
  357. package/styles/h-scroll/fabric.scss +4 -1
  358. package/styles/h-scroll/fluent-dark.scss +4 -1
  359. package/styles/h-scroll/fluent.scss +4 -1
  360. package/styles/h-scroll/highcontrast-light.scss +4 -1
  361. package/styles/h-scroll/highcontrast.scss +4 -1
  362. package/styles/h-scroll/icons/_bootstrap-dark.scss +49 -0
  363. package/styles/h-scroll/icons/_bootstrap.scss +49 -0
  364. package/styles/h-scroll/icons/_bootstrap4.scss +49 -0
  365. package/styles/h-scroll/icons/_bootstrap5-dark.scss +1 -0
  366. package/styles/h-scroll/icons/_bootstrap5.scss +49 -0
  367. package/styles/h-scroll/icons/_fabric-dark.scss +49 -0
  368. package/styles/h-scroll/icons/_fabric.scss +49 -0
  369. package/styles/h-scroll/icons/_fluent-dark.scss +1 -0
  370. package/styles/h-scroll/icons/_fluent.scss +49 -0
  371. package/styles/h-scroll/icons/_fusionnew.scss +49 -0
  372. package/styles/h-scroll/icons/_highcontrast-light.scss +49 -0
  373. package/styles/h-scroll/icons/_highcontrast.scss +49 -0
  374. package/styles/h-scroll/icons/_material-dark.scss +49 -0
  375. package/styles/h-scroll/icons/_material.scss +49 -0
  376. package/styles/h-scroll/icons/_material3.scss +49 -0
  377. package/styles/h-scroll/icons/_tailwind-dark.scss +1 -0
  378. package/styles/h-scroll/icons/_tailwind.scss +49 -0
  379. package/styles/h-scroll/material-dark.scss +4 -1
  380. package/styles/h-scroll/material.scss +4 -1
  381. package/styles/h-scroll/tailwind-dark.scss +4 -1
  382. package/styles/h-scroll/tailwind.scss +4 -1
  383. package/styles/menu/_all.scss +2 -0
  384. package/styles/menu/_bootstrap-dark-definition.scss +64 -0
  385. package/styles/menu/_bootstrap-definition.scss +65 -0
  386. package/styles/menu/_bootstrap4-definition.scss +64 -0
  387. package/styles/menu/_bootstrap5-dark-definition.scss +1 -0
  388. package/styles/menu/_bootstrap5-definition.scss +67 -0
  389. package/styles/menu/_fabric-dark-definition.scss +64 -0
  390. package/styles/menu/_fabric-definition.scss +64 -0
  391. package/styles/menu/_fluent-dark-definition.scss +1 -0
  392. package/styles/menu/_fluent-definition.scss +67 -0
  393. package/styles/menu/_fusionnew-definition.scss +67 -0
  394. package/styles/menu/_highcontrast-definition.scss +65 -0
  395. package/styles/menu/_highcontrast-light-definition.scss +61 -0
  396. package/styles/menu/_layout.scss +710 -0
  397. package/styles/menu/_material-dark-definition.scss +64 -0
  398. package/styles/menu/_material-definition.scss +64 -0
  399. package/styles/menu/_material3-definition.scss +67 -0
  400. package/styles/menu/_tailwind-dark-definition.scss +1 -0
  401. package/styles/menu/_tailwind-definition.scss +66 -0
  402. package/styles/menu/_theme.scss +282 -0
  403. package/styles/menu/bootstrap-dark.scss +8 -1
  404. package/styles/menu/bootstrap.scss +8 -1
  405. package/styles/menu/bootstrap4.scss +8 -1
  406. package/styles/menu/bootstrap5-dark.scss +8 -1
  407. package/styles/menu/bootstrap5.scss +8 -1
  408. package/styles/menu/fabric-dark.scss +8 -1
  409. package/styles/menu/fabric.scss +8 -1
  410. package/styles/menu/fluent-dark.css +5 -5
  411. package/styles/menu/fluent-dark.scss +8 -1
  412. package/styles/menu/fluent.css +5 -5
  413. package/styles/menu/fluent.scss +8 -1
  414. package/styles/menu/highcontrast-light.scss +8 -1
  415. package/styles/menu/highcontrast.scss +8 -1
  416. package/styles/menu/icons/_bootstrap-dark.scss +134 -0
  417. package/styles/menu/icons/_bootstrap.scss +134 -0
  418. package/styles/menu/icons/_bootstrap4.scss +134 -0
  419. package/styles/menu/icons/_bootstrap5-dark.scss +1 -0
  420. package/styles/menu/icons/_bootstrap5.scss +134 -0
  421. package/styles/menu/icons/_fabric-dark.scss +134 -0
  422. package/styles/menu/icons/_fabric.scss +134 -0
  423. package/styles/menu/icons/_fluent-dark.scss +1 -0
  424. package/styles/menu/icons/_fluent.scss +134 -0
  425. package/styles/menu/icons/_fusionnew.scss +134 -0
  426. package/styles/menu/icons/_highcontrast-light.scss +134 -0
  427. package/styles/menu/icons/_highcontrast.scss +134 -0
  428. package/styles/menu/icons/_material-dark.scss +134 -0
  429. package/styles/menu/icons/_material.scss +134 -0
  430. package/styles/menu/icons/_material3.scss +134 -0
  431. package/styles/menu/icons/_tailwind-dark.scss +134 -0
  432. package/styles/menu/icons/_tailwind.scss +134 -0
  433. package/styles/menu/material-dark.scss +8 -1
  434. package/styles/menu/material.scss +8 -1
  435. package/styles/menu/tailwind-dark.scss +8 -1
  436. package/styles/menu/tailwind.scss +8 -1
  437. package/styles/pager/_all.scss +2 -0
  438. package/styles/pager/_bootstrap-dark-definition.scss +131 -0
  439. package/styles/pager/_bootstrap-definition.scss +131 -0
  440. package/styles/pager/_bootstrap4-definition.scss +131 -0
  441. package/styles/pager/_bootstrap5-dark-definition.scss +1 -0
  442. package/styles/pager/_bootstrap5-definition.scss +146 -0
  443. package/styles/pager/_fabric-dark-definition.scss +131 -0
  444. package/styles/pager/_fabric-definition.scss +129 -0
  445. package/styles/pager/_fluent-dark-definition.scss +1 -0
  446. package/styles/pager/_fluent-definition.scss +133 -0
  447. package/styles/pager/_fusionnew-definition.scss +146 -0
  448. package/styles/pager/_highcontrast-definition.scss +129 -0
  449. package/styles/pager/_highcontrast-light-definition.scss +131 -0
  450. package/styles/pager/_layout.scss +896 -0
  451. package/styles/pager/_material-dark-definition.scss +132 -0
  452. package/styles/pager/_material-definition.scss +130 -0
  453. package/styles/pager/_material3-definition.scss +146 -0
  454. package/styles/pager/_tailwind-dark-definition.scss +1 -0
  455. package/styles/pager/_tailwind-definition.scss +132 -0
  456. package/styles/pager/_theme.scss +152 -0
  457. package/styles/pager/bootstrap-dark.scss +4 -1
  458. package/styles/pager/bootstrap.scss +4 -1
  459. package/styles/pager/bootstrap4.scss +4 -1
  460. package/styles/pager/bootstrap5-dark.scss +4 -1
  461. package/styles/pager/bootstrap5.scss +4 -1
  462. package/styles/pager/fabric-dark.scss +4 -1
  463. package/styles/pager/fabric.scss +4 -1
  464. package/styles/pager/fluent-dark.scss +4 -1
  465. package/styles/pager/fluent.scss +4 -1
  466. package/styles/pager/highcontrast-light.scss +4 -1
  467. package/styles/pager/highcontrast.scss +4 -1
  468. package/styles/pager/icons/_bootstrap-dark.scss +50 -0
  469. package/styles/pager/icons/_bootstrap.scss +50 -0
  470. package/styles/pager/icons/_bootstrap4.scss +50 -0
  471. package/styles/pager/icons/_bootstrap5-dark.scss +1 -0
  472. package/styles/pager/icons/_bootstrap5.scss +50 -0
  473. package/styles/pager/icons/_fabric-dark.scss +50 -0
  474. package/styles/pager/icons/_fabric.scss +50 -0
  475. package/styles/pager/icons/_fluent-dark.scss +1 -0
  476. package/styles/pager/icons/_fluent.scss +50 -0
  477. package/styles/pager/icons/_fusionnew.scss +50 -0
  478. package/styles/pager/icons/_highcontrast-light.scss +50 -0
  479. package/styles/pager/icons/_highcontrast.scss +46 -0
  480. package/styles/pager/icons/_material-dark.scss +50 -0
  481. package/styles/pager/icons/_material.scss +46 -0
  482. package/styles/pager/icons/_material3.scss +50 -0
  483. package/styles/pager/icons/_tailwind-dark.scss +1 -0
  484. package/styles/pager/icons/_tailwind.scss +50 -0
  485. package/styles/pager/material-dark.scss +4 -1
  486. package/styles/pager/material.scss +4 -1
  487. package/styles/pager/tailwind-dark.scss +4 -1
  488. package/styles/pager/tailwind.scss +4 -1
  489. package/styles/sidebar/_all.scss +3 -0
  490. package/styles/sidebar/_bootstrap-dark-definition.scss +4 -0
  491. package/styles/sidebar/_bootstrap-definition.scss +4 -0
  492. package/styles/sidebar/_bootstrap4-definition.scss +4 -0
  493. package/styles/sidebar/_bootstrap5-dark-definition.scss +1 -0
  494. package/styles/sidebar/_bootstrap5-definition.scss +6 -0
  495. package/styles/sidebar/_fabric-dark-definition.scss +4 -0
  496. package/styles/sidebar/_fabric-definition.scss +4 -0
  497. package/styles/sidebar/_fluent-dark-definition.scss +1 -0
  498. package/styles/sidebar/_fluent-definition.scss +6 -0
  499. package/styles/sidebar/_fusionnew-definition.scss +6 -0
  500. package/styles/sidebar/_highcontrast-definition.scss +4 -0
  501. package/styles/sidebar/_highcontrast-light-definition.scss +4 -0
  502. package/styles/sidebar/_icons.scss +1 -0
  503. package/styles/sidebar/_layout.scss +1 -0
  504. package/styles/sidebar/_material-dark-definition.scss +4 -0
  505. package/styles/sidebar/_material-definition.scss +6 -0
  506. package/styles/sidebar/_material3-definition.scss +6 -0
  507. package/styles/sidebar/_tailwind-dark-definition.scss +1 -0
  508. package/styles/sidebar/_tailwind-definition.scss +6 -0
  509. package/styles/sidebar/_theme.scss +182 -0
  510. package/styles/sidebar/bootstrap-dark.scss +3 -1
  511. package/styles/sidebar/bootstrap.scss +3 -1
  512. package/styles/sidebar/bootstrap4.scss +3 -1
  513. package/styles/sidebar/bootstrap5-dark.scss +3 -1
  514. package/styles/sidebar/bootstrap5.scss +3 -1
  515. package/styles/sidebar/fabric-dark.scss +3 -1
  516. package/styles/sidebar/fabric.scss +3 -1
  517. package/styles/sidebar/fluent-dark.scss +3 -1
  518. package/styles/sidebar/fluent.scss +3 -1
  519. package/styles/sidebar/highcontrast-light.scss +3 -1
  520. package/styles/sidebar/highcontrast.scss +3 -1
  521. package/styles/sidebar/material-dark.scss +3 -1
  522. package/styles/sidebar/material.scss +3 -1
  523. package/styles/sidebar/tailwind-dark.scss +3 -1
  524. package/styles/sidebar/tailwind.scss +3 -1
  525. package/styles/tab/_all.scss +2 -0
  526. package/styles/tab/_bootstrap-dark-definition.scss +654 -0
  527. package/styles/tab/_bootstrap-definition.scss +664 -0
  528. package/styles/tab/_bootstrap4-definition.scss +668 -0
  529. package/styles/tab/_bootstrap5-dark-definition.scss +1 -0
  530. package/styles/tab/_bootstrap5-definition.scss +658 -0
  531. package/styles/tab/_fabric-dark-definition.scss +663 -0
  532. package/styles/tab/_fabric-definition.scss +678 -0
  533. package/styles/tab/_fluent-dark-definition.scss +1 -0
  534. package/styles/tab/_fluent-definition.scss +666 -0
  535. package/styles/tab/_fusionnew-definition.scss +658 -0
  536. package/styles/tab/_highcontrast-definition.scss +702 -0
  537. package/styles/tab/_highcontrast-light-definition.scss +690 -0
  538. package/styles/tab/_icons.scss +44 -0
  539. package/styles/tab/_layout.scss +3407 -0
  540. package/styles/tab/_material-dark-definition.scss +674 -0
  541. package/styles/tab/_material-definition.scss +684 -0
  542. package/styles/tab/_material3-definition.scss +658 -0
  543. package/styles/tab/_tailwind-dark-definition.scss +1 -0
  544. package/styles/tab/_tailwind-definition.scss +687 -0
  545. package/styles/tab/_theme.scss +1486 -0
  546. package/styles/tab/bootstrap-dark.scss +5 -1
  547. package/styles/tab/bootstrap.scss +5 -1
  548. package/styles/tab/bootstrap4.scss +5 -1
  549. package/styles/tab/bootstrap5-dark.scss +5 -1
  550. package/styles/tab/bootstrap5.scss +5 -1
  551. package/styles/tab/fabric-dark.scss +5 -1
  552. package/styles/tab/fabric.scss +5 -1
  553. package/styles/tab/fluent-dark.scss +5 -1
  554. package/styles/tab/fluent.scss +5 -1
  555. package/styles/tab/highcontrast-light.scss +5 -1
  556. package/styles/tab/highcontrast.scss +5 -1
  557. package/styles/tab/icons/_bootstrap-dark.scss +108 -0
  558. package/styles/tab/icons/_bootstrap.scss +108 -0
  559. package/styles/tab/icons/_bootstrap4.scss +115 -0
  560. package/styles/tab/icons/_bootstrap5-dark.scss +1 -0
  561. package/styles/tab/icons/_bootstrap5.scss +104 -0
  562. package/styles/tab/icons/_fabric-dark.scss +108 -0
  563. package/styles/tab/icons/_fabric.scss +108 -0
  564. package/styles/tab/icons/_fluent-dark.scss +1 -0
  565. package/styles/tab/icons/_fluent.scss +108 -0
  566. package/styles/tab/icons/_fusionnew.scss +104 -0
  567. package/styles/tab/icons/_highcontrast-light.scss +104 -0
  568. package/styles/tab/icons/_highcontrast.scss +115 -0
  569. package/styles/tab/icons/_material-dark.scss +104 -0
  570. package/styles/tab/icons/_material.scss +104 -0
  571. package/styles/tab/icons/_material3.scss +104 -0
  572. package/styles/tab/icons/_tailwind-dark.scss +1 -0
  573. package/styles/tab/icons/_tailwind.scss +104 -0
  574. package/styles/tab/material-dark.scss +5 -1
  575. package/styles/tab/material.scss +5 -1
  576. package/styles/tab/tailwind-dark.scss +5 -1
  577. package/styles/tab/tailwind.scss +5 -1
  578. package/styles/toolbar/_all.scss +2 -0
  579. package/styles/toolbar/_bootstrap-dark-definition.scss +236 -0
  580. package/styles/toolbar/_bootstrap-definition.scss +234 -0
  581. package/styles/toolbar/_bootstrap4-definition.scss +239 -0
  582. package/styles/toolbar/_bootstrap5-dark-definition.scss +1 -0
  583. package/styles/toolbar/_bootstrap5-definition.scss +248 -0
  584. package/styles/toolbar/_fabric-dark-definition.scss +251 -0
  585. package/styles/toolbar/_fabric-definition.scss +236 -0
  586. package/styles/toolbar/_fluent-dark-definition.scss +1 -0
  587. package/styles/toolbar/_fluent-definition.scss +238 -0
  588. package/styles/toolbar/_fusionnew-definition.scss +248 -0
  589. package/styles/toolbar/_highcontrast-definition.scss +246 -0
  590. package/styles/toolbar/_highcontrast-light-definition.scss +262 -0
  591. package/styles/toolbar/_layout.scss +1315 -0
  592. package/styles/toolbar/_material-dark-definition.scss +277 -0
  593. package/styles/toolbar/_material-definition.scss +263 -0
  594. package/styles/toolbar/_material3-definition.scss +248 -0
  595. package/styles/toolbar/_tailwind-dark-definition.scss +1 -0
  596. package/styles/toolbar/_tailwind-definition.scss +238 -0
  597. package/styles/toolbar/_theme.scss +441 -0
  598. package/styles/toolbar/bootstrap-dark.scss +8 -1
  599. package/styles/toolbar/bootstrap.scss +8 -1
  600. package/styles/toolbar/bootstrap4.scss +8 -1
  601. package/styles/toolbar/bootstrap5-dark.scss +8 -1
  602. package/styles/toolbar/bootstrap5.scss +8 -1
  603. package/styles/toolbar/fabric-dark.scss +8 -1
  604. package/styles/toolbar/fabric.scss +8 -1
  605. package/styles/toolbar/fluent-dark.scss +8 -1
  606. package/styles/toolbar/fluent.scss +8 -1
  607. package/styles/toolbar/highcontrast-light.scss +8 -1
  608. package/styles/toolbar/highcontrast.scss +8 -1
  609. package/styles/toolbar/icons/_bootstrap-dark.scss +16 -0
  610. package/styles/toolbar/icons/_bootstrap.scss +16 -0
  611. package/styles/toolbar/icons/_bootstrap4.scss +16 -0
  612. package/styles/toolbar/icons/_bootstrap5-dark.scss +1 -0
  613. package/styles/toolbar/icons/_bootstrap5.scss +16 -0
  614. package/styles/toolbar/icons/_fabric-dark.scss +16 -0
  615. package/styles/toolbar/icons/_fabric.scss +16 -0
  616. package/styles/toolbar/icons/_fluent-dark.scss +1 -0
  617. package/styles/toolbar/icons/_fluent.scss +16 -0
  618. package/styles/toolbar/icons/_fusionnew.scss +16 -0
  619. package/styles/toolbar/icons/_highcontrast-light.scss +16 -0
  620. package/styles/toolbar/icons/_highcontrast.scss +16 -0
  621. package/styles/toolbar/icons/_material-dark.scss +16 -0
  622. package/styles/toolbar/icons/_material.scss +16 -0
  623. package/styles/toolbar/icons/_material3.scss +16 -0
  624. package/styles/toolbar/icons/_tailwind-dark.scss +1 -0
  625. package/styles/toolbar/icons/_tailwind.scss +16 -0
  626. package/styles/toolbar/material-dark.scss +8 -1
  627. package/styles/toolbar/material.scss +8 -1
  628. package/styles/toolbar/tailwind-dark.scss +8 -1
  629. package/styles/toolbar/tailwind.scss +8 -1
  630. package/styles/treeview/_all.scss +2 -0
  631. package/styles/treeview/_bootstrap-dark-definition.scss +118 -0
  632. package/styles/treeview/_bootstrap-definition.scss +113 -0
  633. package/styles/treeview/_bootstrap4-definition.scss +141 -0
  634. package/styles/treeview/_bootstrap5-dark-definition.scss +1 -0
  635. package/styles/treeview/_bootstrap5-definition.scss +120 -0
  636. package/styles/treeview/_fabric-dark-definition.scss +116 -0
  637. package/styles/treeview/_fabric-definition.scss +112 -0
  638. package/styles/treeview/_fluent-dark-definition.scss +1 -0
  639. package/styles/treeview/_fluent-definition.scss +120 -0
  640. package/styles/treeview/_fusionnew-definition.scss +120 -0
  641. package/styles/treeview/_highcontrast-definition.scss +118 -0
  642. package/styles/treeview/_highcontrast-light-definition.scss +123 -0
  643. package/styles/treeview/_layout.scss +1039 -0
  644. package/styles/treeview/_material-dark-definition.scss +114 -0
  645. package/styles/treeview/_material-definition.scss +112 -0
  646. package/styles/treeview/_material3-definition.scss +120 -0
  647. package/styles/treeview/_tailwind-dark-definition.scss +1 -0
  648. package/styles/treeview/_tailwind-definition.scss +124 -0
  649. package/styles/treeview/_theme.scss +374 -0
  650. package/styles/treeview/bootstrap-dark.scss +6 -1
  651. package/styles/treeview/bootstrap.scss +6 -1
  652. package/styles/treeview/bootstrap4.css +1 -1
  653. package/styles/treeview/bootstrap4.scss +6 -1
  654. package/styles/treeview/bootstrap5-dark.scss +6 -1
  655. package/styles/treeview/bootstrap5.scss +6 -1
  656. package/styles/treeview/fabric-dark.scss +6 -1
  657. package/styles/treeview/fabric.scss +6 -1
  658. package/styles/treeview/fluent-dark.scss +6 -1
  659. package/styles/treeview/fluent.scss +6 -1
  660. package/styles/treeview/highcontrast-light.scss +6 -1
  661. package/styles/treeview/highcontrast.scss +6 -1
  662. package/styles/treeview/icons/_bootstrap-dark.scss +39 -0
  663. package/styles/treeview/icons/_bootstrap.scss +39 -0
  664. package/styles/treeview/icons/_bootstrap4.scss +39 -0
  665. package/styles/treeview/icons/_bootstrap5-dark.scss +1 -0
  666. package/styles/treeview/icons/_bootstrap5.scss +43 -0
  667. package/styles/treeview/icons/_fabric-dark.scss +43 -0
  668. package/styles/treeview/icons/_fabric.scss +43 -0
  669. package/styles/treeview/icons/_fluent-dark.scss +1 -0
  670. package/styles/treeview/icons/_fluent.scss +43 -0
  671. package/styles/treeview/icons/_fusionnew.scss +43 -0
  672. package/styles/treeview/icons/_highcontrast-light.scss +43 -0
  673. package/styles/treeview/icons/_highcontrast.scss +43 -0
  674. package/styles/treeview/icons/_material-dark.scss +43 -0
  675. package/styles/treeview/icons/_material.scss +43 -0
  676. package/styles/treeview/icons/_material3.scss +43 -0
  677. package/styles/treeview/icons/_tailwind-dark.scss +43 -0
  678. package/styles/treeview/icons/_tailwind.scss +43 -0
  679. package/styles/treeview/material-dark.scss +6 -1
  680. package/styles/treeview/material.scss +6 -1
  681. package/styles/treeview/tailwind-dark.scss +6 -1
  682. package/styles/treeview/tailwind.scss +6 -1
  683. package/styles/v-scroll/_all.scss +2 -0
  684. package/styles/v-scroll/_bootstrap-dark-definition.scss +51 -0
  685. package/styles/v-scroll/_bootstrap-definition.scss +49 -0
  686. package/styles/v-scroll/_bootstrap4-definition.scss +49 -0
  687. package/styles/v-scroll/_bootstrap5-dark-definition.scss +1 -0
  688. package/styles/v-scroll/_bootstrap5-definition.scss +49 -0
  689. package/styles/v-scroll/_fabric-dark-definition.scss +52 -0
  690. package/styles/v-scroll/_fabric-definition.scss +50 -0
  691. package/styles/v-scroll/_fluent-dark-definition.scss +1 -0
  692. package/styles/v-scroll/_fluent-definition.scss +49 -0
  693. package/styles/v-scroll/_fusionnew-definition.scss +49 -0
  694. package/styles/v-scroll/_highcontrast-definition.scss +50 -0
  695. package/styles/v-scroll/_highcontrast-light-definition.scss +52 -0
  696. package/styles/v-scroll/_layout.scss +162 -0
  697. package/styles/v-scroll/_material-dark-definition.scss +79 -0
  698. package/styles/v-scroll/_material-definition.scss +77 -0
  699. package/styles/v-scroll/_material3-definition.scss +49 -0
  700. package/styles/v-scroll/_tailwind-dark-definition.scss +1 -0
  701. package/styles/v-scroll/_tailwind-definition.scss +49 -0
  702. package/styles/v-scroll/_theme.scss +108 -0
  703. package/styles/v-scroll/bootstrap-dark.scss +4 -1
  704. package/styles/v-scroll/bootstrap.scss +4 -1
  705. package/styles/v-scroll/bootstrap4.scss +4 -1
  706. package/styles/v-scroll/bootstrap5-dark.scss +4 -1
  707. package/styles/v-scroll/bootstrap5.scss +4 -1
  708. package/styles/v-scroll/fabric-dark.scss +4 -1
  709. package/styles/v-scroll/fabric.scss +4 -1
  710. package/styles/v-scroll/fluent-dark.scss +4 -1
  711. package/styles/v-scroll/fluent.scss +4 -1
  712. package/styles/v-scroll/highcontrast-light.scss +4 -1
  713. package/styles/v-scroll/highcontrast.scss +4 -1
  714. package/styles/v-scroll/icons/_bootstrap-dark.scss +27 -0
  715. package/styles/v-scroll/icons/_bootstrap.scss +27 -0
  716. package/styles/v-scroll/icons/_bootstrap4.scss +27 -0
  717. package/styles/v-scroll/icons/_bootstrap5-dark.scss +1 -0
  718. package/styles/v-scroll/icons/_bootstrap5.scss +27 -0
  719. package/styles/v-scroll/icons/_fabric-dark.scss +27 -0
  720. package/styles/v-scroll/icons/_fabric.scss +27 -0
  721. package/styles/v-scroll/icons/_fluent-dark.scss +1 -0
  722. package/styles/v-scroll/icons/_fluent.scss +27 -0
  723. package/styles/v-scroll/icons/_fusionnew.scss +27 -0
  724. package/styles/v-scroll/icons/_highcontrast-light.scss +27 -0
  725. package/styles/v-scroll/icons/_highcontrast.scss +27 -0
  726. package/styles/v-scroll/icons/_material-dark.scss +27 -0
  727. package/styles/v-scroll/icons/_material.scss +27 -0
  728. package/styles/v-scroll/icons/_material3.scss +27 -0
  729. package/styles/v-scroll/icons/_tailwind-dark.scss +1 -0
  730. package/styles/v-scroll/icons/_tailwind.scss +27 -0
  731. package/styles/v-scroll/material-dark.scss +4 -1
  732. package/styles/v-scroll/material.scss +4 -1
  733. package/styles/v-scroll/tailwind-dark.scss +4 -1
  734. package/styles/v-scroll/tailwind.scss +4 -1
  735. package/syncfusion-ej2-angular-navigations.d.ts +5 -0
  736. package/@syncfusion/ej2-angular-navigations.es5.js +0 -2021
  737. package/@syncfusion/ej2-angular-navigations.es5.js.map +0 -1
  738. package/@syncfusion/ej2-angular-navigations.js +0 -1859
  739. package/@syncfusion/ej2-angular-navigations.js.map +0 -1
  740. package/CHANGELOG.md +0 -1979
  741. package/dist/ej2-angular-navigations.umd.js +0 -2114
  742. package/dist/ej2-angular-navigations.umd.js.map +0 -1
  743. package/dist/ej2-angular-navigations.umd.min.js +0 -11
  744. package/dist/ej2-angular-navigations.umd.min.js.map +0 -1
  745. package/ej2-angular-navigations.d.ts +0 -14
  746. package/ej2-angular-navigations.metadata.json +0 -1
  747. package/postinstall/tagchange.js +0 -18
@@ -0,0 +1,3407 @@
1
+ @include export-module('tab-layout') {
2
+
3
+ /*! tab layout */
4
+
5
+ .e-bigger .e-tab,
6
+ .e-tab.e-bigger {
7
+
8
+ .e-tab-header {
9
+ height: $tab-big-height;
10
+ min-height: $tab-big-height;
11
+
12
+ .e-toolbar-items {
13
+ height: auto;
14
+ min-height: auto;
15
+
16
+ &:not(.e-tbar-pos) .e-toolbar-item:first-child,
17
+ &:not(.e-tbar-pos) .e-toolbar-item:last-child {
18
+ margin: $tab-big-first-item-margin;
19
+
20
+ @media screen and (max-width: 480px) {
21
+ margin: $tab-nrml-first-item-margin;
22
+ }
23
+ }
24
+
25
+ &:not(.e-tbar-pos) .e-toolbar-item:last-child {
26
+ padding-bottom: $tab-big-boot-active-item-padding-bottom;
27
+
28
+ @media screen and (max-width: 480px) {
29
+ margin: $tab-mob-last-item-margin;
30
+ }
31
+ }
32
+
33
+ .e-indicator + .e-toolbar-item:last-child.e-active {
34
+ margin: $tab-bgr-active-last-margin;
35
+ }
36
+ }
37
+
38
+ .e-toolbar-items.e-hscroll {
39
+
40
+ &:not(.e-tbar-pos) .e-toolbar-item:last-child {
41
+ margin: $tab-big-scroll-last-item-margin;
42
+
43
+ @media screen and (max-width: 480px) {
44
+ margin: $tab-mob-last-item-margin;
45
+ }
46
+
47
+ &.e-active {
48
+ margin: $tab-big-active-last-item-margin;
49
+ }
50
+ }
51
+
52
+ .e-scroll-nav {
53
+ width: $tab-bgr-hscroll-items-nav-width;
54
+ }
55
+ }
56
+
57
+ .e-toolbar-item {
58
+
59
+ &:not(.e-separator) {
60
+ height: $tab-big-height;
61
+ margin: $tab-big-item-margin;
62
+ min-height: $tab-big-height;
63
+ min-width: auto;
64
+ padding: $tab-big-item-padding;
65
+
66
+ @media screen and (max-width: 480px) {
67
+ margin: $tab-nrml-item-margin;
68
+ }
69
+ }
70
+
71
+ &:not(.e-separator).e-itop,
72
+ &:not(.e-separator).e-ibottom {
73
+ height: $tab-big-icon-top-bottom-item-height;
74
+ min-height: $tab-big-icon-top-bottom-item-height;
75
+ }
76
+
77
+ .e-tab-wrap {
78
+ height: $tab-big-height;
79
+ padding: $tab-big-wrap-padding;
80
+
81
+ @media screen and (max-width: 480px) {
82
+ padding: $tab-mob-wrap-padding;
83
+ }
84
+ }
85
+
86
+ .e-text-wrap {
87
+ height: $tab-bgr-item-textwrap-height;
88
+ }
89
+
90
+ .e-tab-text {
91
+ font-size: $tab-big-font-size;
92
+ margin-bottom: $tab-bgr-item-text-margin-bottom;
93
+ }
94
+
95
+ &.e-ileft:not(.e-icon) .e-tab-icon::before {
96
+ position: relative;
97
+ top: $tab-item-left-icon-before-top;
98
+ }
99
+
100
+ &.e-active {
101
+ margin: $tab-big-boot-item-margin;
102
+ padding-bottom: $tab-big-boot-active-item-padding-bottom;
103
+
104
+ @media screen and (max-width: 480px) {
105
+ margin: $tab-mob-boot-item-margin;
106
+ }
107
+
108
+ &.e-ileft:not(.e-icon) .e-tab-icon::before {
109
+ position: relative;
110
+ top: $tab-item-left-icon-before-top;
111
+ }
112
+
113
+ .e-text-wrap {
114
+ height: $tab-bgr-item-textwrap-height;
115
+ margin-top: $tab-active-text-container-margin;
116
+ }
117
+
118
+ &.e-ileft .e-text-wrap,
119
+ &.e-iright .e-text-wrap {
120
+ height: $tab-bgr-item-textwrap-height;
121
+ }
122
+ }
123
+
124
+ .e-icons.e-close-icon {
125
+ cursor: pointer;
126
+ margin: $tab-big-close-icon-margin;
127
+
128
+ @media screen and (max-width: 480px) {
129
+ margin: $tab-mob-close-icon-margin;
130
+ }
131
+ }
132
+
133
+ .e-icons.e-close-icon,
134
+ .e-close-icon::before {
135
+ font-size: $tab-big-close-icon-size;
136
+
137
+ @media screen and (max-width: 480px) {
138
+ font-size: $tab-mob-close-icon-size;
139
+ }
140
+ }
141
+
142
+ .e-icons.e-tab-icon {
143
+ height: $tab-big-icon-container-size;
144
+ min-width: $tab-big-icon-container-size;
145
+ width: $tab-big-icon-container-size;
146
+ line-height: $tab-bgr-icon-line-height;
147
+ }
148
+
149
+ .e-tab-icon,
150
+ .e-tab-icon::before {
151
+ font-size: $tab-big-icon-size;
152
+ }
153
+
154
+ &.e-icon {
155
+
156
+ .e-tab-wrap {
157
+ padding: $tab-big-io-wrap-padding;
158
+ }
159
+ }
160
+
161
+ .e-icon-right {
162
+ margin: 0 0 0 12px;
163
+
164
+ @media screen and (max-width: 480px) {
165
+ margin: $tab-bgr-mob-item-iconright-margin;
166
+ }
167
+ }
168
+
169
+ .e-icon-left + .e-tab-text {
170
+ margin: $tab-big-it-text-margin;
171
+
172
+ @media screen and (max-width: 480px) {
173
+ margin: $tab-mob-it-text-margin;
174
+ }
175
+ }
176
+
177
+ &.e-itop,
178
+ &.e-ibottom {
179
+ height: $tab-big-icon-top-bottom-item-height;
180
+
181
+ .e-tab-wrap {
182
+ height: $tab-big-icon-top-bottom-item-height;
183
+
184
+ &:focus .e-text-wrap {
185
+ height: auto;
186
+ }
187
+ }
188
+
189
+ &.e-active .e-tab-wrap {
190
+ height: $tab-big-icon-top-bottom-item-height;
191
+
192
+ &:focus .e-text-wrap {
193
+ height: auto;
194
+ }
195
+ }
196
+
197
+ .e-close-icon {
198
+ right: $tab-big-close-icon-top-bottom-right;
199
+ }
200
+ }
201
+
202
+ &.e-itop .e-tab-text {
203
+ margin: $tab-big-icon-top-margin;
204
+ }
205
+
206
+ &.e-ibottom .e-tab-text {
207
+ margin: $tab-big-icon-bottom-margin;
208
+ }
209
+ }
210
+
211
+ &.e-close-show {
212
+
213
+ .e-toolbar-item.e-itop .e-text-wrap,
214
+ .e-toolbar-item.e-ibottom .e-text-wrap {
215
+ margin-right: $tab-big-text-container-margin-right;
216
+ }
217
+ }
218
+
219
+ .e-toolbar-pop {
220
+
221
+ .e-toolbar-item {
222
+ height: $tab-big-pop-item-height;
223
+ min-height: $tab-big-pop-item-height;
224
+
225
+ .e-tab-wrap {
226
+ height: $tab-big-pop-item-height;
227
+ padding: $tab-big-pop-item-wrap-padding;
228
+
229
+ @media screen and (max-width: 480px) {
230
+ padding: $tab-mob-pop-item-wrap-padding;
231
+ }
232
+ }
233
+
234
+ .e-text-wrap {
235
+ height: $tab-bgr-pop-item-textwrap-height;
236
+ }
237
+
238
+ .e-tab-text + .e-close-icon[style = 'display:block'] {
239
+ padding-right: $tab-big-pop-text-padding-right;
240
+
241
+ @media screen and (max-width: 480px) {
242
+ padding-right: 0;
243
+ }
244
+ }
245
+
246
+ .e-close-icon {
247
+ margin: 0;
248
+ }
249
+
250
+ .e-close-icon::before {
251
+ top: $tab-big-pop-close-top;
252
+ }
253
+
254
+ &.e-itop,
255
+ &.e-ibottom {
256
+
257
+ .e-close-icon {
258
+ right: $tab-big-pop-close-icon-top-bottom-right;
259
+ }
260
+ }
261
+
262
+ &.e-itop:not(.e-separator),
263
+ &.e-ibottom:not(.e-separator) {
264
+ min-height: $tab-pop-big-icon-top-bottom-item-height;
265
+
266
+ @media screen and (max-width: 480px) {
267
+ min-height: $tab-pop-big-icon-top-bottom-item-height;
268
+ }
269
+ }
270
+
271
+ &.e-itop,
272
+ &.e-itop .e-tab-wrap,
273
+ &.e-ibottom,
274
+ &.e-ibottom .e-tab-wrap {
275
+ height: $tab-pop-big-icon-top-bottom-item-height;
276
+
277
+ @media screen and (max-width: 480px) {
278
+ height: $tab-pop-big-icon-top-bottom-item-height;
279
+ }
280
+ }
281
+
282
+ &.e-itop .e-tab-text,
283
+ &.e-ibottom .e-tab-text {
284
+ margin: 0;
285
+ padding-left: 0;
286
+ padding-right: 12px;
287
+
288
+ @media screen and (max-width: 480px) {
289
+ margin: 0;
290
+ padding-left: 0;
291
+ padding-right: 0;
292
+ }
293
+ }
294
+ }
295
+ }
296
+
297
+ .e-scroll-nav {
298
+ height: $tab-big-height;
299
+ min-height: $tab-big-height;
300
+ padding: $tab-big-nav-right-icon-padding;
301
+
302
+ @media screen and (max-width: 480px) {
303
+ padding: $tab-mob-nav-right-icon-padding;
304
+ }
305
+
306
+ &.e-scroll-right-nav {
307
+ padding: $tab-big-nav-right-icon-padding;
308
+ }
309
+
310
+ &.e-scroll-left-nav {
311
+ padding: $tab-big-nav-left-icon-padding;
312
+ }
313
+
314
+ .e-nav-arrow {
315
+ font-size: $tab-big-nav-icon-size;
316
+ height: $tab-big-nav-icon-container-size;
317
+ line-height: $tab-big-nav-icon-container-size;
318
+ width: $tab-big-nav-icon-container-size;
319
+
320
+ @media screen and (max-width: 480px) {
321
+ font-size: $tab-big-nav-icon-size;
322
+ height: $tab-big-nav-icon-container-size;
323
+ line-height: $tab-big-nav-icon-container-size;
324
+ width: $tab-big-nav-icon-container-size;
325
+ }
326
+ }
327
+
328
+ .e-nav-left-arrow,
329
+ .e-nav-right-arrow {
330
+
331
+ &::before {
332
+ font-size: $tab-big-nav-icon-size;
333
+ line-height: $tab-big-nav-icon-container-size;
334
+ top: $tab-bgr-scroll-nav-arrow-before-top;
335
+ vertical-align: initial;
336
+ }
337
+ }
338
+ }
339
+
340
+ .e-hor-nav {
341
+ height: $tab-big-height;
342
+ min-height: $tab-big-height;
343
+ padding: $tab-big-nav-right-icon-padding;
344
+
345
+ @media screen and (max-width: 480px) {
346
+ padding: $tab-mob-nav-right-icon-padding;
347
+ }
348
+
349
+ .e-popup-up-icon,
350
+ .e-popup-down-icon {
351
+ font-size: $tab-big-nav-icon-size;
352
+ height: $tab-big-nav-icon-container-size;
353
+ line-height: $tab-big-nav-icon-container-size;
354
+ width: $tab-big-nav-icon-container-size;
355
+
356
+ @media screen and (max-width: 480px) {
357
+ font-size: $tab-big-nav-icon-size;
358
+ height: $tab-big-nav-icon-container-size;
359
+ line-height: $tab-big-nav-icon-container-size;
360
+ width: $tab-big-nav-icon-container-size;
361
+ }
362
+
363
+ &::before {
364
+ font-size: $tab-big-nav-icon-size;
365
+ line-height: $tab-big-nav-icon-container-size;
366
+ top: $tab-bgr-scroll-nav-arrow-before-top;
367
+ vertical-align: initial;
368
+
369
+ @media screen and (max-width: 480px) {
370
+ font-size: $tab-mob-nav-icon-size;
371
+ }
372
+ }
373
+
374
+ &:hover {
375
+ line-height: $tab-bgr-hor-pop-lineheight;
376
+
377
+ &::before {
378
+ line-height: $tab-bgr-hor-pop-lineheight;
379
+ top: $tab-bgr-hor-pop-hover-top;
380
+ }
381
+ }
382
+ }
383
+
384
+ &:focus {
385
+
386
+ .e-popup-up-icon,
387
+ .e-popup-down-icon {
388
+ line-height: $tab-bgr-hor-pop-lineheight;
389
+
390
+ &::before {
391
+ line-height: $tab-bgr-hor-pop-lineheight;
392
+ top: $tab-bgr-scroll-nav-arrow-before-top;
393
+ }
394
+
395
+ &:hover {
396
+ line-height: $tab-bgr-hor-pop-lineheight;
397
+ top: $tab-bgr-hor-focus-pop-hover-top;
398
+ }
399
+ }
400
+ }
401
+ }
402
+
403
+ .e-hor-nav.e-ie-align,
404
+ .e-scroll-nav.e-ie-align {
405
+
406
+ .e-popup-up-icon,
407
+ .e-popup-down-icon {
408
+ line-height: $tab-big-ie-pop-icon-line-height;
409
+ }
410
+
411
+ .e-nav-left-arrow,
412
+ .e-nav-right-arrow {
413
+ line-height: $tab-big-ie-nav-icon-line-height;
414
+ }
415
+ }
416
+
417
+ &.e-horizontal-bottom {
418
+
419
+ .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
420
+ margin: $tab-big-even-last-item-margin;
421
+ }
422
+
423
+ .e-toolbar-item {
424
+
425
+ &.e-active {
426
+ margin: $tab-big-even-boot-item-margin;
427
+ padding-bottom: 0;
428
+
429
+ @media screen and (max-width: 480px) {
430
+ margin: $tab-mob-even-boot-item-margin;
431
+ }
432
+
433
+ .e-tab-text {
434
+ padding-top: $tab-big-even-boot-active-item-padding-bottom;
435
+ }
436
+
437
+ .e-close-icon::before {
438
+ top: $tab-bgr-bottom-active-close-top;
439
+ }
440
+
441
+ &.e-itop .e-close-icon::before,
442
+ &.e-ibottom .e-close-icon::before {
443
+ top: $tab-bgr-bottom-active-itop-close-top;
444
+ }
445
+ }
446
+
447
+ &.e-active:last-child {
448
+ margin: $tab-big-even-last-item-margin;
449
+ padding-bottom: 0;
450
+
451
+ @media screen and (max-width: 480px) {
452
+ margin: $tab-mob-even-last-item-margin;
453
+ }
454
+
455
+ .e-tab-text {
456
+ padding-top: $tab-bgr-bottom-active-text-padding-top;
457
+ }
458
+
459
+ .e-close-icon::before {
460
+ top: $tab-bgr-bottom-active-last-close-top;
461
+ }
462
+ }
463
+
464
+ &.e-itop,
465
+ &.e-ibottom {
466
+ padding-bottom: 0;
467
+ padding-top: 0;
468
+ }
469
+
470
+ &.e-ileft.e-active .e-text-wrap {
471
+ margin: $tab-big-even-ileft-active-text-wrap-margin;
472
+ }
473
+
474
+ &.e-active .e-text-wrap {
475
+ height: $tab-big-even-active-text-container-height;
476
+ padding: 0;
477
+ }
478
+
479
+ &.e-itop.e-active .e-text-wrap,
480
+ &.e-ibottom.e-active .e-text-wrap {
481
+ height: initial;
482
+ }
483
+
484
+ &.e-ileft.e-active {
485
+ height: $tab-big-even-active-text-container-height;
486
+ }
487
+ }
488
+ }
489
+
490
+ &.e-vertical {
491
+ max-width: 150px;
492
+
493
+ &[style *= 'overflow: hidden']::before {
494
+ bottom: $tab-big-vertical-scroll-nav-top-bottom;
495
+ top: $tab-big-vertical-scroll-nav-top-bottom;
496
+
497
+ @media screen and (max-width: 480px) {
498
+ bottom: 0;
499
+ top: 0;
500
+ }
501
+ }
502
+
503
+ .e-toolbar-items {
504
+ height: inherit;
505
+
506
+ &:not(.e-tbar-pos) {
507
+
508
+ .e-toolbar-item:last-child {
509
+ margin: 0;
510
+ }
511
+ }
512
+ }
513
+
514
+ .e-toolbar-items.e-vscroll:not(.e-scroll-device) {
515
+ padding: $tab-vscroll-big-padding;
516
+ }
517
+
518
+ .e-toolbar-item {
519
+
520
+ .e-tab-wrap {
521
+ padding: $tab-big-v-wrap-padding;
522
+ }
523
+
524
+ &.e-itop,
525
+ &.e-ibottom {
526
+
527
+ .e-close-icon {
528
+ right: $tab-v-big-close-icon-top-bottom-right;
529
+ }
530
+ }
531
+
532
+ &.e-ileft.e-icon {
533
+ min-height: $tab-bgr-vertical-icon-min-height;
534
+ min-width: $tab-bgr-vertical-icon-min-width;
535
+ }
536
+ }
537
+
538
+ .e-scroll-nav {
539
+ height: $tab-big-vertical-nav-arrow-size;
540
+ min-height: $tab-big-vertical-nav-arrow-size;
541
+
542
+ .e-nav-arrow {
543
+ font-size: $tab-big-vertical-nav-arrow-font-size;
544
+ height: $tab-big-vertical-nav-arrow-size;
545
+ line-height: $tab-big-vertical-nav-arrow-size;
546
+ width: $tab-big-vertical-nav-arrow-size;
547
+ }
548
+ }
549
+
550
+ .e-hor-nav {
551
+ padding: $tab-big-wrap-padding;
552
+
553
+ .e-popup-up-icon,
554
+ .e-popup-down-icon {
555
+
556
+ &::before {
557
+ line-height: $tab-big-more-btn-line-height;
558
+ }
559
+
560
+ &::after {
561
+ font-size: $tab-big-font-size;
562
+ line-height: $tab-big-more-btn-line-height;
563
+ margin: $tab-pop-more-icon-margin;
564
+ }
565
+ }
566
+ }
567
+
568
+ &.e-toolpop {
569
+
570
+ .e-toolbar-items {
571
+ height: auto;
572
+ }
573
+ }
574
+ }
575
+ }
576
+
577
+ &.e-vertical-icon {
578
+
579
+ > .e-tab-header {
580
+ height: $tab-big-tb-icon-height;
581
+ min-height: $tab-big-tb-icon-height;
582
+
583
+ > .e-toolbar-items {
584
+ height: $tab-big-tb-icon-height;
585
+ }
586
+
587
+ .e-scroll-nav {
588
+ height: $tab-big-icon-top-bottom-item-height;
589
+ }
590
+
591
+ .e-hor-nav {
592
+ height: $tab-big-icon-top-bottom-item-height;
593
+
594
+ .e-popup-up-icon::before,
595
+ .e-popup-down-icon::before {
596
+
597
+ @media screen and (max-width: 480px) {
598
+ font-size: $tab-mob-nav-vicon-size;
599
+ }
600
+ }
601
+ }
602
+ }
603
+
604
+ &.e-vertical-tab {
605
+
606
+ .e-tab-header.e-vertical {
607
+
608
+ .e-toolbar-items {
609
+ height: inherit;
610
+ }
611
+
612
+ .e-scroll-nav {
613
+ height: $tab-big-vertical-nav-arrow-size;
614
+ }
615
+ }
616
+ }
617
+ }
618
+
619
+ &.e-focused {
620
+
621
+ .e-tab-header {
622
+
623
+ .e-toolbar-item {
624
+
625
+ .e-tab-wrap:focus {
626
+ height: $tab-big-height;
627
+ }
628
+
629
+ .e-tab-wrap:focus .e-text-wrap {
630
+ height: $tab-bgr-item-textwrap-height;
631
+ }
632
+
633
+ &.e-itop,
634
+ &.e-ibottom {
635
+
636
+ .e-tab-wrap:focus {
637
+ height: $tab-big-focus-icon-top-bottom-item-height;
638
+
639
+ .e-text-wrap {
640
+ height: auto;
641
+ }
642
+ }
643
+
644
+ &.e-active .e-tab-wrap:focus .e-text-wrap {
645
+ height: auto;
646
+ }
647
+ }
648
+ }
649
+
650
+ .e-toolbar-pop {
651
+
652
+ .e-toolbar-item {
653
+
654
+ .e-tab-wrap:focus {
655
+ height: $tab-big-pop-item-height;
656
+
657
+ .e-text-wrap {
658
+ height: $tab-bgr-pop-item-textwrap-height;
659
+ }
660
+ }
661
+
662
+ &.e-itop .e-tab-wrap:focus,
663
+ &.e-ibottom .e-tab-wrap:focus {
664
+ height: $tab-big-height;
665
+ }
666
+ }
667
+ }
668
+
669
+ &.e-horizontal-bottom {
670
+
671
+ .e-toolbar-item {
672
+
673
+ &.e-active {
674
+
675
+ .e-tab-wrap:focus .e-text-wrap {
676
+ height: $tab-bgr-item-textwrap-height;
677
+ padding: 0;
678
+ }
679
+
680
+ &.e-ileft {
681
+ height: $tab-big-even-active-text-container-height;
682
+ }
683
+ }
684
+ }
685
+ }
686
+ }
687
+ }
688
+
689
+ &.e-ie .e-tab-header {
690
+
691
+ .e-hor-nav.e-ie-align,
692
+ .e-scroll-nav.e-ie-align {
693
+
694
+ .e-popup-up-icon,
695
+ .e-popup-down-icon {
696
+ line-height: $tab-big-ie-pop-icon-line-height;
697
+ }
698
+
699
+ .e-nav-left-arrow,
700
+ .e-nav-right-arrow {
701
+ line-height: $tab-big-ie-nav-icon-line-height;
702
+ }
703
+ }
704
+ }
705
+
706
+ &.e-edge .e-tab-header {
707
+
708
+ .e-hor-nav.e-ie-align,
709
+ .e-scroll-nav.e-ie-align {
710
+
711
+ .e-popup-up-icon,
712
+ .e-popup-down-icon {
713
+ line-height: $tab-big-edge-pop-icon-line-height;
714
+ }
715
+
716
+ .e-nav-left-arrow,
717
+ .e-nav-right-arrow {
718
+ line-height: $tab-big-edge-nav-icon-line-height;
719
+ }
720
+ }
721
+ }
722
+
723
+ &.e-safari .e-tab-header {
724
+
725
+ .e-close-icon::before {
726
+ top: $tab-big-safari-close-icon-top;
727
+ }
728
+
729
+ .e-hor-nav,
730
+ .e-scroll-nav {
731
+
732
+ .e-popup-up-icon::before,
733
+ .e-popup-down-icon::before {
734
+ top: 0;
735
+ }
736
+
737
+ .e-nav-left-arrow::before,
738
+ .e-nav-right-arrow::before {
739
+ top: 0;
740
+ }
741
+ }
742
+ }
743
+
744
+ &.e-rtl {
745
+
746
+ .e-tab-header {
747
+
748
+ &.e-horizontal-bottom {
749
+
750
+ .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
751
+ margin: $tab-bgr-rtl-bottom-item-margin;
752
+
753
+ &.e-active {
754
+ margin: $tab-bgr-rtl-bottom-active-margin;
755
+ }
756
+ }
757
+ }
758
+ }
759
+ }
760
+
761
+ &.e-fill {
762
+
763
+ .e-tab-header {
764
+ height: $tab-big-fill-height;
765
+ min-height: $tab-big-fill-height;
766
+
767
+ @media screen and (max-width: 480px) {
768
+ height: $tab-mob-fill-height;
769
+ min-height: $tab-mob-fill-height;
770
+ }
771
+
772
+ .e-toolbar-items {
773
+ height: auto;
774
+ min-height: $tab-big-fill-height;
775
+
776
+ @media screen and (max-width: 480px) {
777
+ min-height: $tab-mob-fill-height;
778
+ }
779
+ }
780
+
781
+ .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
782
+ .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
783
+ margin: $tab-big-alt-first-item-margin;
784
+ padding: $tab-bgr-fill-active-item-padding;
785
+ }
786
+
787
+ .e-toolbar-item {
788
+
789
+ &:not(.e-separator) {
790
+ height: $tab-big-fill-height;
791
+ margin: $tab-alt-item-margin;
792
+ min-height: $tab-big-fill-height;
793
+ padding: $tab-bgr-fill-active-item-padding;
794
+
795
+ @media screen and (max-width: 480px) {
796
+ height: $tab-mob-fill-height;
797
+ min-height: $tab-mob-fill-height;
798
+ }
799
+ }
800
+
801
+ &:not(.e-separator).e-itop,
802
+ &:not(.e-separator).e-ibottom {
803
+ height: $tab-big-fill-icon-top-bottom-item-height;
804
+ min-height: $tab-big-fill-icon-top-bottom-item-height;
805
+ }
806
+
807
+ .e-tab-wrap {
808
+ height: $tab-big-fill-height;
809
+ padding: $tab-fill-big-wrap-padding;
810
+
811
+ @media screen and (max-width: 480px) {
812
+ height: $tab-mob-fill-height;
813
+ padding: $tab-fill-big-wrap-padding;
814
+ }
815
+ }
816
+
817
+ .e-text-wrap {
818
+ height: $tab-bgr-fill-item-textwrap-height;
819
+
820
+ @media screen and (max-width: 480px) {
821
+ height: $tab-mob-fill-height;
822
+ }
823
+ }
824
+
825
+ &.e-active {
826
+ padding: $tab-bgr-fill-active-item-padding;
827
+
828
+ .e-tab-wrap {
829
+ margin-bottom: $tab-fill-big-active-item-wrap-margin-bottom;
830
+ }
831
+
832
+ .e-text-wrap {
833
+ height: $tab-bgr-fill-item-textwrap-height;
834
+
835
+ @media screen and (max-width: 480px) {
836
+ height: $tab-mob-fill-height;
837
+ }
838
+ }
839
+
840
+ &.e-ileft .e-text-wrap,
841
+ &.e-iright .e-text-wrap {
842
+ height: $tab-bgr-fill-active-ileft-textwrap-height;
843
+
844
+ @media screen and (max-width: 480px) {
845
+ height: $tab-fill-big-active-it-text-container-height;
846
+ }
847
+ }
848
+ }
849
+
850
+ &.e-itop .e-tab-wrap,
851
+ &.e-ibottom .e-tab-wrap {
852
+ height: $tab-big-fill-icon-top-bottom-item-height;
853
+ }
854
+ }
855
+
856
+ .e-toolbar-pop {
857
+
858
+ .e-toolbar-item.e-itop:not(.e-separator),
859
+ .e-toolbar-item.e-ibottom:not(.e-separator) {
860
+ height: auto;
861
+ }
862
+ }
863
+
864
+ &.e-vertical {
865
+
866
+ .e-toolbar-items {
867
+
868
+ .e-toolbar-item {
869
+
870
+ .e-tab-wrap {
871
+ padding: $tab-big-v-wrap-padding;
872
+ }
873
+ }
874
+ }
875
+ }
876
+
877
+ &.e-horizontal-bottom {
878
+
879
+ .e-toolbar-item.e-active .e-text-wrap {
880
+ height: $tab-fill-big-even-active-text-height;
881
+ }
882
+
883
+ .e-toolbar-item.e-itop .e-text-wrap,
884
+ .e-toolbar-item.e-ibottom .e-text-wrap {
885
+ height: auto;
886
+ }
887
+
888
+ .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap,
889
+ .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap {
890
+ height: $tab-big-fill-tb-wrap-height;
891
+ }
892
+ }
893
+ }
894
+
895
+ &.e-focused {
896
+
897
+ .e-tab-header {
898
+
899
+ .e-toolbar-item {
900
+
901
+ .e-tab-wrap:focus {
902
+ height: $tab-focus-big-fill-height;
903
+ }
904
+
905
+ .e-tab-wrap:focus .e-text-wrap {
906
+ height: $tab-bgr-fill-focused-wrap-height;
907
+ }
908
+
909
+ &.e-active .e-tab-wrap:focus {
910
+
911
+ .e-text-wrap {
912
+ height: $tab-bgr-fill-focused-wrap-height;
913
+ }
914
+ }
915
+
916
+ &.e-itop .e-tab-wrap:focus,
917
+ &.e-ibottom .e-tab-wrap:focus {
918
+ height: $tab-big-focus-fill-icon-top-bottom-item-height;
919
+
920
+ .e-text-wrap {
921
+ height: auto;
922
+
923
+ @media screen and (max-width: 480px) {
924
+ height: auto;
925
+ }
926
+ }
927
+ }
928
+ }
929
+ }
930
+ }
931
+
932
+ &.e-rtl .e-tab-header {
933
+
934
+ .e-toolbar-item:not(.e-separator) {
935
+ margin: $tab-big-rtl-alt-item-margin;
936
+ }
937
+ }
938
+
939
+ &.e-vertical-icon {
940
+
941
+ > .e-tab-header {
942
+ height: $tab-big-tb-icon-height - 2;
943
+ min-height: $tab-big-tb-icon-height - 2;
944
+ }
945
+ }
946
+ }
947
+
948
+ &.e-background {
949
+
950
+ .e-tab-header {
951
+
952
+ .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
953
+ .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
954
+ margin: $tab-big-alt-first-item-margin;
955
+ padding: $tab-bgr-background-active-padding;
956
+ }
957
+
958
+ .e-toolbar-item {
959
+
960
+ &:not(.e-separator) {
961
+ padding: $tab-bgr-background-active-padding;
962
+ }
963
+
964
+ .e-tab-wrap {
965
+ padding: $tab-bg-big-wrap-padding;
966
+
967
+ @media screen and (max-width: 480px) {
968
+ padding: $tab-bg-big-wrap-padding;
969
+ }
970
+ }
971
+
972
+ &.e-active {
973
+ padding: $tab-bgr-background-active-padding;
974
+
975
+ .e-tab-wrap {
976
+ margin-bottom: $tab-bg-big-active-item-wrap-margin-bottom;
977
+ }
978
+ }
979
+ }
980
+
981
+ &.e-vertical {
982
+
983
+ .e-toolbar-items {
984
+
985
+ .e-toolbar-item {
986
+
987
+ .e-tab-wrap {
988
+ padding: $tab-big-v-wrap-padding;
989
+ }
990
+ }
991
+ }
992
+ }
993
+ }
994
+
995
+ &.e-rtl .e-tab-header {
996
+
997
+ .e-toolbar-item:not(.e-separator) {
998
+ margin: $tab-big-rtl-alt-item-margin;
999
+ }
1000
+ }
1001
+ }
1002
+
1003
+ &.e-rtl {
1004
+
1005
+ .e-tab-header {
1006
+
1007
+ .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
1008
+ .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1009
+ margin: $tab-big-rtl-item-margin;
1010
+ }
1011
+
1012
+ .e-toolbar-item:not(.e-separator) {
1013
+ margin: $tab-big-rtl-item-margin;
1014
+
1015
+ .e-icon-right {
1016
+ margin: $tab-bgr-rtl-icon-right-margin;
1017
+ }
1018
+
1019
+ .e-icon-left + .e-tab-text {
1020
+ margin: $tab-rtl-big-it-text-margin;
1021
+
1022
+ @media screen and (max-width: 480px) {
1023
+ margin: $tab-rtl-mob-it-text-margin;
1024
+ }
1025
+ }
1026
+
1027
+ .e-icons.e-close-icon {
1028
+ margin: $tab-rtl-big-close-icon-margin;
1029
+
1030
+ @media screen and (max-width: 480px) {
1031
+ margin: $tab-rtl-mob-close-icon-margin;
1032
+ }
1033
+ }
1034
+
1035
+ &.e-itop .e-close-icon,
1036
+ &.e-ibottom .e-close-icon {
1037
+ left: $tab-rtl-big-close-icon-top-bottom-left;
1038
+ right: auto;
1039
+ }
1040
+ }
1041
+
1042
+ &.e-close-show {
1043
+
1044
+ .e-toolbar-item.e-itop .e-text-wrap,
1045
+ .e-toolbar-item.e-ibottom .e-text-wrap {
1046
+ margin-left: $tab-rtl-big-text-container-margin-left;
1047
+ margin-right: $tab-rtl-big-text-container-margin-right;
1048
+ }
1049
+ }
1050
+
1051
+ .e-toolbar-pop {
1052
+
1053
+ .e-toolbar-item {
1054
+ margin: 0;
1055
+
1056
+ .e-tab-text {
1057
+ padding-left: $tab-rtl-big-pop-text-padding-left;
1058
+ padding-right: 0;
1059
+
1060
+ @media screen and (max-width: 480px) {
1061
+ padding-left: 0;
1062
+ }
1063
+ }
1064
+
1065
+ .e-icons.e-close-icon {
1066
+ margin: $tab-rtl-big-pop-close-icon-margin;
1067
+ }
1068
+
1069
+ &.e-itop,
1070
+ &.e-ibottom {
1071
+
1072
+ .e-close-icon {
1073
+ left: $tab-rtl-big-pop-close-icon-top-bottom-left;
1074
+ right: auto;
1075
+ }
1076
+ }
1077
+
1078
+ &.e-itop .e-tab-text,
1079
+ &.e-ibottom .e-tab-text {
1080
+ margin: 0;
1081
+ padding-left: 12px;
1082
+ padding-right: 0;
1083
+
1084
+ @media screen and (max-width: 480px) {
1085
+ margin: 0;
1086
+ padding-left: 0;
1087
+ padding-right: 0;
1088
+ }
1089
+ }
1090
+ }
1091
+ }
1092
+
1093
+ .e-hor-nav,
1094
+ .e-scroll-right-nav {
1095
+ padding: $tab-rtl-big-nav-right-icon-padding;
1096
+ }
1097
+
1098
+ .e-scroll-left-nav {
1099
+ padding: $tab-rtl-big-nav-left-icon-padding;
1100
+ }
1101
+
1102
+ &.e-vertical {
1103
+
1104
+ .e-toolbar-item {
1105
+
1106
+ &:not(.e-separator) {
1107
+ margin: 0;
1108
+ }
1109
+
1110
+ &.e-itop,
1111
+ &.e-ibottom {
1112
+
1113
+ .e-close-icon {
1114
+ left: $tab-v-rtl-big-close-icon-top-bottom-left;
1115
+ }
1116
+ }
1117
+ }
1118
+
1119
+ .e-hor-nav {
1120
+ padding: $tab-big-wrap-padding;
1121
+ }
1122
+
1123
+ .e-popup-up-icon,
1124
+ .e-popup-down-icon {
1125
+
1126
+ &::after {
1127
+ margin: $tab-rtl-pop-more-icon-margin;
1128
+ }
1129
+ }
1130
+ }
1131
+ }
1132
+ }
1133
+ }
1134
+
1135
+ .e-tab {
1136
+ display: block;
1137
+ position: relative;
1138
+
1139
+ &.e-hidden {
1140
+ display: none;
1141
+ }
1142
+
1143
+ &.e-fill-mode .e-content,
1144
+ &.e-fill-mode .e-content .e-item,
1145
+ &.e-fill-mode .e-content .e-item > div,
1146
+ &.e-fill-mode .e-content .e-item > div > .e-blazor-template {
1147
+ height: 100%;
1148
+ }
1149
+
1150
+ .e-tab-header {
1151
+ height: $tab-nrml-height;
1152
+ min-height: $tab-nrml-height;
1153
+
1154
+ @media screen and (max-width: 480px) {
1155
+ height: $tab-big-height;
1156
+ min-height: $tab-big-height;
1157
+ }
1158
+
1159
+ &::before {
1160
+ content: '';
1161
+ position: absolute;
1162
+ display: $tab-nrml-hdr-before-display;
1163
+ }
1164
+
1165
+ &:not(.e-vertical) {
1166
+
1167
+ &::before {
1168
+ bottom: 0;
1169
+ top: 0;
1170
+ width: 100%;
1171
+ }
1172
+ }
1173
+
1174
+ .e-toolbar-items {
1175
+ height: auto;
1176
+ margin: 0;
1177
+ min-height: $tab-nrml-height;
1178
+ position: relative;
1179
+
1180
+ @media screen and (max-width: 480px) {
1181
+ min-height: $tab-big-height;
1182
+ }
1183
+
1184
+ &:not(.e-tbar-pos) .e-toolbar-item:first-child,
1185
+ &:not(.e-tbar-pos) .e-toolbar-item:last-child {
1186
+ margin: $tab-nrml-first-item-margin;
1187
+ }
1188
+
1189
+ &:not(.e-tbar-pos) .e-toolbar-item:last-child {
1190
+ margin: $tab-nrml-last-item-margin;
1191
+ padding-bottom: $tab-big-boot-active-item-padding-bottom;
1192
+
1193
+ @media screen and (max-width: 480px) {
1194
+ margin: $tab-mob-last-item-margin;
1195
+ }
1196
+ }
1197
+
1198
+ .e-toolbar-item.e-active {
1199
+ position: $tab-nrml-item-active-position;
1200
+
1201
+ &:hover::before {
1202
+ left: $tab-nrml-item-active-hover-before-left;
1203
+ right: $tab-nrml-item-active-hover-before-right;
1204
+ }
1205
+
1206
+ &::before {
1207
+ background-color: $tab-nrml-item-active-before-bg-font;
1208
+ bottom: $tab-nrml-item-active-before-bottom;
1209
+ content: $tab-nrml-item-active-before-content;
1210
+ height: $tab-nrml-item-active-before-height;
1211
+ left: $tab-nrml-item-active-before-left;
1212
+ position: $tab-nrml-item-active-before-position;
1213
+ right: $tab-nrml-item-active-before-left;
1214
+ transition: $tab-nrml-item-active-before-transition;
1215
+ }
1216
+
1217
+ &::after {
1218
+ color: $tab-nrml-item-active-after-font;
1219
+ content: $tab-nrml-item-active-after-content;
1220
+ display: $tab-nrml-item-active-after-display;
1221
+ font-weight: $tab-nrml-item-active-after-font-weight;
1222
+ height: $tab-nrml-item-active-after-height;
1223
+ overflow: $tab-nrml-item-active-after-overflow;
1224
+ visibility: $tab-nrml-item-active-after-overflow;
1225
+ }
1226
+ }
1227
+ }
1228
+
1229
+ .e-toolbar-items.e-hscroll {
1230
+
1231
+ &.e-scroll-device {
1232
+ padding: 0;
1233
+
1234
+ .e-scroll-right-nav {
1235
+ display: none;
1236
+ }
1237
+ }
1238
+
1239
+ .e-hscroll-bar {
1240
+ padding: $tab-nrml-hscroll-bar-padding;
1241
+ }
1242
+
1243
+ .e-scroll-nav {
1244
+ width: $tab-nrml-hscroll-items-nav-width;
1245
+ border-radius: $tab-nrml-hscroll-items-bdr-radius;
1246
+ }
1247
+
1248
+ &:not(.e-tbar-pos) .e-toolbar-item:last-child {
1249
+ margin: $tab-nrml-scroll-last-item-margin;
1250
+
1251
+ @media screen and (max-width: 480px) {
1252
+ margin: $tab-mob-last-item-margin;
1253
+ }
1254
+
1255
+ &.e-active {
1256
+ margin: $tab-nrml-active-scroll-last-item-margin;
1257
+ }
1258
+ }
1259
+ }
1260
+
1261
+ .e-hscroll-bar {
1262
+ overflow: hidden;
1263
+ }
1264
+
1265
+ .e-indicator {
1266
+ display: $tab-anim-border-display;
1267
+ position: absolute;
1268
+
1269
+ &.e-hidden {
1270
+ display: none;
1271
+ }
1272
+ }
1273
+
1274
+ &:not(.e-vertical) .e-indicator {
1275
+ bottom: 0;
1276
+ height: $tab-border-width;
1277
+ left: 0;
1278
+ right: 0;
1279
+ border-radius: $tab-nrml-vertical-indicator-bdr-radius;
1280
+ transition: $tab-nrml-indicator-transition;
1281
+ }
1282
+
1283
+ .e-toolbar-item {
1284
+
1285
+ &.e-hidden {
1286
+ display: none;
1287
+ }
1288
+
1289
+ &:not(.e-separator) {
1290
+ height: $tab-nrml-height;
1291
+ margin: $tab-nrml-item-margin;
1292
+ min-height: $tab-nrml-height;
1293
+ min-width: auto;
1294
+ padding: $tab-nrml-item-padding;
1295
+
1296
+ @media screen and (max-width: 480px) {
1297
+ height: $tab-big-height;
1298
+ min-height: $tab-big-height;
1299
+ }
1300
+ }
1301
+
1302
+ .e-tab-wrap {
1303
+ height: $tab-nrml-height;
1304
+ padding: $tab-nrml-wrap-padding;
1305
+ width: 100%;
1306
+
1307
+ @media screen and (max-width: 480px) {
1308
+ height: $tab-big-height;
1309
+ padding: $tab-mob-wrap-padding;
1310
+ }
1311
+ }
1312
+
1313
+ .e-text-wrap {
1314
+ align-content: center;
1315
+ align-items: center;
1316
+ display: inline-flex;
1317
+ height: $tab-nrml-item-text-wrap-height;
1318
+
1319
+ @media screen and (max-width: 480px) {
1320
+ height: $tab-big-height;
1321
+ }
1322
+ }
1323
+
1324
+ .e-tab-text {
1325
+ display: inherit;
1326
+ font-family: $tab-font-family;
1327
+ font-size: $tab-nrml-font-size;
1328
+ font-weight: $tab-font-weight;
1329
+ text-transform: $tab-text-transform;
1330
+ align-self: auto;
1331
+ margin-bottom: $tab-nrml-item-text-margin-bottom;
1332
+
1333
+ @media screen and (max-width: 480px) {
1334
+ font-size: $tab-big-font-size;
1335
+ }
1336
+ }
1337
+
1338
+ &.e-active {
1339
+ margin: $tab-nrml-boot-item-margin;
1340
+ padding-bottom: $tab-nrml-even-boot-active-item-padding-bottom;
1341
+
1342
+ @media screen and (max-width: 480px) {
1343
+ margin: $tab-mob-boot-item-margin;
1344
+ }
1345
+
1346
+ .e-text-wrap {
1347
+ height: $tab-nrml-item-text-wrap-height;
1348
+ margin-top: $tab-active-text-container-margin;
1349
+
1350
+ @media screen and (max-width: 480px) {
1351
+ height: $tab-big-active-text-container-height;
1352
+ }
1353
+ }
1354
+
1355
+ .e-tab-wrap {
1356
+ margin-bottom: $tab-nrml-active-item-wrap-margin-bottom;
1357
+ }
1358
+
1359
+ .e-tab-text {
1360
+ font-weight: $tab-semi-font-weight;
1361
+ }
1362
+
1363
+ .e-tab-icon::before {
1364
+ top: $tab-item-icon-before-top;
1365
+ left: $tab-item-icon-before-left;
1366
+ }
1367
+
1368
+ .e-icon-top.e-tab-icon::before,
1369
+ .e-icon-bottom.e-tab-icon::before {
1370
+ left: 0;
1371
+ }
1372
+
1373
+ &.e-ileft,
1374
+ &.e-iright {
1375
+
1376
+ .e-text-wrap {
1377
+ height: $tab-nrml-item-text-wrap-height;
1378
+ padding: 0;
1379
+
1380
+ @media screen and (max-width: 480px) {
1381
+ height: $tab-big-active-it-text-container-height;
1382
+ }
1383
+ }
1384
+ }
1385
+ }
1386
+
1387
+ .e-icons.e-close-icon {
1388
+ display: none;
1389
+ margin: $tab-nrml-close-icon-margin;
1390
+ min-width: $tab-close-icon-minwidth;
1391
+
1392
+ @media screen and (max-width: 480px) {
1393
+ margin: $tab-mob-close-icon-margin;
1394
+ }
1395
+ }
1396
+
1397
+ .e-close-icon,
1398
+ .e-close-icon::before {
1399
+ font-size: $tab-nrml-close-icon-size;
1400
+
1401
+ @media screen and (max-width: 480px) {
1402
+ font-size: $tab-mob-close-icon-size;
1403
+ }
1404
+ }
1405
+
1406
+ .e-close-icon::before {
1407
+ top: 1px;
1408
+ }
1409
+
1410
+ .e-icons.e-tab-icon {
1411
+ display: inline-flex;
1412
+ height: $tab-nrml-icon-container-size;
1413
+ min-width: $tab-nrml-icon-container-size;
1414
+ width: $tab-nrml-icon-container-size;
1415
+ line-height: $tab-nrml-item-tabicon-line-height;
1416
+
1417
+ @media screen and (max-width: 480px) {
1418
+ height: $tab-mob-icon-container-size;
1419
+ width: $tab-mob-icon-container-size;
1420
+ }
1421
+ }
1422
+
1423
+ .e-tab-icon,
1424
+ .e-tab-icon::before {
1425
+ font-size: $tab-nrml-icon-size;
1426
+
1427
+ @media screen and (max-width: 480px) {
1428
+ font-size: $tab-mob-icon-size;
1429
+ }
1430
+ }
1431
+
1432
+ .e-tab-icon::before {
1433
+ position: relative;
1434
+ top: $tab-item-icon-before-top;
1435
+ left: $tab-item-icon-before-left;
1436
+ }
1437
+
1438
+ .e-icon-top.e-tab-icon::before,
1439
+ .e-icon-bottom.e-tab-icon::before {
1440
+ left: 0;
1441
+ }
1442
+
1443
+ &.e-icon {
1444
+
1445
+ .e-tab-wrap {
1446
+ justify-content: center;
1447
+ padding: $tab-nrml-io-wrap-padding;
1448
+
1449
+ @media screen and (max-width: 480px) {
1450
+ padding: $tab-big-wrap-padding;
1451
+ }
1452
+ }
1453
+ }
1454
+
1455
+ .e-icon-right {
1456
+ margin: 0 0 0 8px;
1457
+
1458
+ @media screen and (max-width: 480px) {
1459
+ margin: $tab-bgr-mob-item-iconright-margin;
1460
+ }
1461
+ }
1462
+
1463
+ .e-icon-left + .e-tab-text {
1464
+ margin: $tab-nrml-it-text-margin;
1465
+
1466
+ @media screen and (max-width: 480px) {
1467
+ margin: $tab-mob-it-text-margin;
1468
+ }
1469
+ }
1470
+
1471
+ &.e-itop,
1472
+ &.e-ibottom {
1473
+ height: $tab-nrml-icon-top-bottom-item-height;
1474
+
1475
+ @media screen and (max-width: 480px) {
1476
+ height: $tab-big-icon-top-bottom-item-height;
1477
+ }
1478
+
1479
+ .e-tab-wrap {
1480
+ align-items: center;
1481
+ display: flex;
1482
+ height: $tab-nrml-icon-top-bottom-item-height;
1483
+ position: relative;
1484
+
1485
+ @media screen and (max-width: 480px) {
1486
+ height: $tab-big-icon-top-bottom-item-height;
1487
+ }
1488
+
1489
+ &:focus {
1490
+
1491
+ .e-text-wrap {
1492
+ height: auto;
1493
+ }
1494
+ }
1495
+ }
1496
+
1497
+ .e-text-wrap {
1498
+ display: block;
1499
+ height: auto;
1500
+ }
1501
+
1502
+ &.e-active {
1503
+
1504
+ .e-tab-wrap {
1505
+
1506
+ &:focus {
1507
+
1508
+ .e-text-wrap {
1509
+ height: auto;
1510
+ }
1511
+ }
1512
+
1513
+ .e-text-wrap {
1514
+ height: auto;
1515
+ }
1516
+ }
1517
+ }
1518
+
1519
+ .e-close-icon {
1520
+ position: absolute;
1521
+ right: $tab-nrml-close-icon-top-bottom-right;
1522
+ top: calc(50% - 6px);
1523
+
1524
+ @media screen and (max-width: 480px) {
1525
+ right: $tab-mob-close-icon-top-bottom-right;
1526
+ }
1527
+ }
1528
+ }
1529
+
1530
+ &.e-itop .e-tab-text {
1531
+ margin: $tab-nrml-icon-top-margin;
1532
+
1533
+ @media screen and (max-width: 480px) {
1534
+ margin: $tab-big-icon-top-margin;
1535
+ }
1536
+ }
1537
+
1538
+ &.e-ibottom .e-tab-text {
1539
+ margin: $tab-nrml-icon-bottom-margin;
1540
+
1541
+ @media screen and (max-width: 480px) {
1542
+ margin: $tab-big-icon-bottom-margin;
1543
+ }
1544
+ }
1545
+
1546
+ .e-tab-icon.e-icon-top,
1547
+ .e-tab-icon.e-icon-bottom {
1548
+ align-items: center;
1549
+ display: flex;
1550
+ flex-direction: column;
1551
+ justify-content: center;
1552
+ margin: auto;
1553
+ }
1554
+ }
1555
+
1556
+ .e-toolbar-pop {
1557
+ overflow-y: auto;
1558
+ padding: $tab-pop-padding;
1559
+
1560
+ .e-toolbar-item {
1561
+ height: $tab-nrml-pop-item-height;
1562
+ min-height: $tab-nrml-pop-item-height;
1563
+ min-width: auto;
1564
+
1565
+ @media screen and (max-width: 480px) {
1566
+ height: $tab-mob-pop-item-height;
1567
+ min-height: $tab-mob-pop-item-height;
1568
+ }
1569
+
1570
+ &:not(.e-separator) {
1571
+ margin: $tab-pop-item-margin;
1572
+ padding: 0;
1573
+ }
1574
+
1575
+ .e-tab-wrap {
1576
+ height: $tab-nrml-pop-item-height;
1577
+ padding: $tab-nrml-pop-item-wrap-padding;
1578
+ text-align: initial;
1579
+
1580
+ @media screen and (max-width: 480px) {
1581
+ height: $tab-mob-pop-item-height;
1582
+ padding: $tab-mob-pop-item-wrap-padding;
1583
+ }
1584
+ }
1585
+
1586
+ .e-text-wrap {
1587
+ height: $tab-nrml-pop-item-textwrap-height;
1588
+ width: 100%;
1589
+ }
1590
+
1591
+ .e-tab-text {
1592
+ display: inline-flex;
1593
+ width: 100%;
1594
+ }
1595
+
1596
+ .e-close-icon {
1597
+ margin: 0 0 0 8px;
1598
+ }
1599
+
1600
+ .e-close-icon::before {
1601
+ top: $tab-nrml-pop-close-top;
1602
+ }
1603
+
1604
+ .e-tab-text + .e-close-icon[style = 'display:block'] {
1605
+ padding-right: $tab-nrml-pop-text-padding-right;
1606
+
1607
+ @media screen and (max-width: 480px) {
1608
+ padding-right: 0;
1609
+ }
1610
+ }
1611
+
1612
+ &.e-itop,
1613
+ &.e-ibottom {
1614
+ height: $tab-pop-nrml-icon-top-bottom-item-height;
1615
+
1616
+ @media screen and (max-width: 480px) {
1617
+ height: $tab-pop-big-icon-top-bottom-item-height;
1618
+ }
1619
+
1620
+ &:not(.e-separator) {
1621
+ min-height: $tab-pop-nrml-icon-top-bottom-item-height;
1622
+
1623
+ @media screen and (max-width: 480px) {
1624
+ min-height: $tab-pop-big-icon-top-bottom-item-height;
1625
+ }
1626
+ }
1627
+
1628
+ .e-tab-wrap {
1629
+ height: $tab-pop-nrml-icon-top-bottom-item-height;
1630
+
1631
+ @media screen and (max-width: 480px) {
1632
+ height: $tab-pop-big-icon-top-bottom-item-height;
1633
+ }
1634
+ }
1635
+
1636
+ .e-text-wrap {
1637
+ display: inline-flex;
1638
+ height: auto;
1639
+ }
1640
+
1641
+ .e-tab-text {
1642
+ display: block;
1643
+ justify-content: center;
1644
+ margin: 0 0 0 10px;
1645
+ padding-left: 0;
1646
+ padding-right: 10px;
1647
+
1648
+ @media screen and (max-width: 480px) {
1649
+ justify-content: center;
1650
+ margin: 0 0 0 12px;
1651
+ padding-left: 0;
1652
+ padding-right: 0;
1653
+ }
1654
+ }
1655
+
1656
+ .e-close-icon {
1657
+ right: $tab-nrml-pop-close-icon-top-bottom-right;
1658
+ top: initial;
1659
+ }
1660
+ }
1661
+
1662
+ &.e-ibottom {
1663
+
1664
+ .e-tab-text {
1665
+ margin: 0;
1666
+ }
1667
+ }
1668
+
1669
+ .e-tab-icon.e-icon-top,
1670
+ .e-tab-icon.e-icon-bottom {
1671
+ display: inline-flex;
1672
+ }
1673
+ }
1674
+ }
1675
+
1676
+ &.e-close-show {
1677
+
1678
+ .e-icons.e-close-icon {
1679
+ align-items: center;
1680
+ align-self: center;
1681
+ display: inline-flex;
1682
+
1683
+ @media screen and (max-width: 480px) {
1684
+ display: none;
1685
+ }
1686
+ }
1687
+
1688
+ .e-toolbar-item.e-active .e-close-icon {
1689
+
1690
+ @media screen and (max-width: 480px) {
1691
+ display: inline-flex;
1692
+ }
1693
+ }
1694
+
1695
+ .e-toolbar-item.e-itop .e-text-wrap,
1696
+ .e-toolbar-item.e-ibottom .e-text-wrap {
1697
+ margin-right: $tab-nrml-text-container-margin-right;
1698
+ }
1699
+ }
1700
+
1701
+ .e-scroll-nav {
1702
+ height: $tab-nrml-height;
1703
+ min-height: $tab-nrml-height;
1704
+ min-width: auto;
1705
+ width: auto;
1706
+
1707
+ @media screen and (max-width: 480px) {
1708
+ height: $tab-big-height;
1709
+ min-height: $tab-big-height;
1710
+ }
1711
+
1712
+ &.e-scroll-left-nav {
1713
+ padding: $tab-nrml-nav-left-icon-padding;
1714
+ }
1715
+
1716
+ &.e-scroll-right-nav {
1717
+ padding: $tab-nrml-nav-right-icon-padding;
1718
+
1719
+ @media screen and (max-width: 480px) {
1720
+ padding: $tab-mob-nav-right-icon-padding;
1721
+ }
1722
+ }
1723
+
1724
+ .e-nav-left-arrow::before,
1725
+ .e-nav-right-arrow::before {
1726
+ font-size: $tab-nrml-nav-icon-size;
1727
+ line-height: $tab-nrml-nav-icon-container-size;
1728
+ position: relative;
1729
+ top: $tab-nrml-scroll-nav-arrow-before-top;
1730
+ vertical-align: initial;
1731
+ }
1732
+
1733
+ .e-nav-arrow {
1734
+ font-size: $tab-nrml-nav-icon-size;
1735
+ height: $tab-nrml-nav-icon-container-size;
1736
+ line-height: $tab-nrml-nav-icon-container-size;
1737
+ width: $tab-nrml-nav-icon-container-size;
1738
+
1739
+ @media screen and (max-width: 480px) {
1740
+ font-size: $tab-big-nav-icon-size;
1741
+ height: $tab-big-nav-icon-container-size;
1742
+ line-height: $tab-big-nav-icon-container-size;
1743
+ width: $tab-big-nav-icon-container-size;
1744
+ }
1745
+ }
1746
+ }
1747
+
1748
+ .e-hor-nav {
1749
+ height: $tab-nrml-height;
1750
+ min-height: $tab-nrml-height;
1751
+ min-width: auto;
1752
+ padding: $tab-nrml-nav-right-icon-padding;
1753
+ width: auto;
1754
+
1755
+ @media screen and (max-width: 480px) {
1756
+ height: $tab-big-height;
1757
+ min-height: $tab-big-height;
1758
+ padding: $tab-mob-nav-right-icon-padding;
1759
+ }
1760
+
1761
+ .e-popup-up-icon,
1762
+ .e-popup-down-icon {
1763
+ font-size: $tab-nrml-nav-icon-size;
1764
+ height: $tab-nrml-nav-icon-container-size;
1765
+ line-height: $tab-nrml-nav-icon-container-size;
1766
+ width: $tab-nrml-nav-icon-container-size;
1767
+
1768
+ @media screen and (max-width: 480px) {
1769
+ font-size: $tab-big-nav-icon-size;
1770
+ height: $tab-big-nav-icon-container-size;
1771
+ line-height: $tab-big-nav-icon-container-size;
1772
+ width: $tab-big-nav-icon-container-size;
1773
+ }
1774
+
1775
+ &::before {
1776
+ font-size: $tab-nrml-nav-icon-size;
1777
+ line-height: $tab-nrml-nav-icon-container-size;
1778
+ position: relative;
1779
+ top: $tab-nrml-scroll-nav-arrow-before-top;
1780
+ vertical-align: initial;
1781
+
1782
+ @media screen and (max-width: 480px) {
1783
+ font-size: $tab-mob-nav-icon-size;
1784
+ }
1785
+ }
1786
+
1787
+ &:hover {
1788
+ line-height: $tab-nrml-hor-pop-lineheight;
1789
+
1790
+ &::before {
1791
+ line-height: $tab-nrml-hor-pop-lineheight;
1792
+ top: $tab-nrml-scroll-nav-arrow-before-top;
1793
+
1794
+ @media screen and (max-width: 480px) {
1795
+ line-height: $tab-nrml-mob-hor-pop-lineheight;
1796
+ }
1797
+ }
1798
+ }
1799
+ }
1800
+
1801
+ .e-popup-up-icon {
1802
+ transform: $tab-pop-up-icon-transform;
1803
+ transition: $tab-pop-icon-transition;
1804
+
1805
+ @media screen and (max-width: 480px) {
1806
+ transform: none;
1807
+ transition: none;
1808
+ }
1809
+ }
1810
+
1811
+ .e-popup-down-icon {
1812
+ transform: $tab-pop-down-icon-transform;
1813
+ transition: $tab-pop-icon-transition;
1814
+
1815
+ @media screen and (max-width: 480px) {
1816
+ transform: none;
1817
+ transition: none;
1818
+ }
1819
+ }
1820
+
1821
+ &:focus {
1822
+
1823
+ .e-popup-up-icon,
1824
+ .e-popup-down-icon {
1825
+ line-height: $tab-nrml-hor-focus-pop-lineheight;
1826
+
1827
+ &::before {
1828
+ line-height: $tab-nrml-hor-focus-pop-lineheight;
1829
+ top: $tab-nrml-scroll-nav-arrow-before-top;
1830
+
1831
+ @media screen and (max-width: 480px) {
1832
+ line-height: $tab-nrml-mob-hor-pop-lineheight;
1833
+ }
1834
+ }
1835
+
1836
+ &:hover {
1837
+ line-height: $tab-nrml-hor-focus-pop-lineheight;
1838
+ top: $tab-nrml-hor-focus-pop-hover-top;
1839
+ }
1840
+ }
1841
+ }
1842
+ }
1843
+
1844
+ &.e-horizontal-bottom {
1845
+
1846
+ .e-toolbar-items .e-toolbar-item.e-active {
1847
+ position: $tab-nrml-item-active-position;
1848
+
1849
+ &:hover::before {
1850
+ left: $tab-nrml-item-active-hover-before-left;
1851
+ right: $tab-nrml-item-active-hover-before-right;
1852
+ }
1853
+
1854
+ &::before {
1855
+ background-color: $tab-nrml-item-active-before-bg-font;
1856
+ content: $tab-nrml-item-active-before-content;
1857
+ height: $tab-nrml-item-active-before-height;
1858
+ left: $tab-nrml-item-active-before-left;
1859
+ position: $tab-nrml-item-active-before-position;
1860
+ right: $tab-nrml-item-active-before-left;
1861
+ top: $tab-nrml-item-active-before-bottom;
1862
+ transition: $tab-nrml-item-active-before-transition;
1863
+ }
1864
+
1865
+ &::after {
1866
+ color: $tab-nrml-item-active-after-font;
1867
+ content: $tab-nrml-item-active-after-content;
1868
+ display: $tab-nrml-item-active-after-display;
1869
+ font-weight: $tab-nrml-item-active-after-font-weight;
1870
+ height: $tab-nrml-item-active-after-height;
1871
+ overflow: $tab-nrml-item-active-after-overflow;
1872
+ visibility: $tab-nrml-item-active-after-overflow;
1873
+ }
1874
+ }
1875
+
1876
+ &::before {
1877
+ bottom: auto;
1878
+ }
1879
+
1880
+ .e-hscroll-bar {
1881
+ margin-top: $tab-nrml-active-item-tabicon-before-top;
1882
+ }
1883
+
1884
+ .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1885
+ margin: $tab-nrml-even-last-item-margin;
1886
+ padding-bottom: 0;
1887
+ padding-top: $tab-nrml-even-boot-active-item-padding-bottom;
1888
+
1889
+ @media screen and (max-width: 480px) {
1890
+ margin: $tab-mob-even-last-item-margin;
1891
+ }
1892
+ }
1893
+
1894
+ .e-indicator {
1895
+ bottom: auto;
1896
+ top: 0;
1897
+ }
1898
+
1899
+ .e-toolbar-item {
1900
+
1901
+ &.e-active {
1902
+ margin: $tab-nrml-even-boot-item-margin;
1903
+ padding-bottom: 0;
1904
+ padding-top: $tab-nrml-boot-active-item-padding-bottom;
1905
+
1906
+ @media screen and (max-width: 480px) {
1907
+ margin: $tab-mob-even-boot-item-margin;
1908
+ }
1909
+
1910
+ .e-text-wrap {
1911
+ height: $tab-nrml-item-text-wrap-height;
1912
+ padding: 0;
1913
+ }
1914
+
1915
+ .e-text-wrap::before,
1916
+ &:not(.e-separator):last-child .e-text-wrap::before {
1917
+ top: $tab-nrml-bottom-active-before-top;
1918
+ }
1919
+
1920
+ &.e-itop {
1921
+ .e-tab-wrap:focus .e-close-icon::before {
1922
+ top: 0;
1923
+ }
1924
+ }
1925
+ }
1926
+
1927
+ &.e-itop,
1928
+ &.e-ibottom {
1929
+
1930
+ .e-text-wrap {
1931
+ height: initial;
1932
+ }
1933
+
1934
+ &.e-active {
1935
+
1936
+ .e-text-wrap {
1937
+ height: initial;
1938
+ padding: 0;
1939
+ }
1940
+
1941
+ .e-text-wrap::before {
1942
+ bottom: auto;
1943
+ top: 0;
1944
+ }
1945
+ }
1946
+ }
1947
+ }
1948
+ }
1949
+
1950
+ &.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-text-wrap::before {
1951
+ display: none;
1952
+ }
1953
+
1954
+ &.e-vertical {
1955
+ max-width: 150px;
1956
+ z-index: 1;
1957
+
1958
+ &::before {
1959
+ bottom: 0;
1960
+ height: 100%;
1961
+ left: 0;
1962
+ top: 0;
1963
+ }
1964
+
1965
+ &[style *= 'overflow: hidden']::before {
1966
+ bottom: $tab-nrml-vertical-scroll-nav-top-bottom;
1967
+ height: auto;
1968
+ top: $tab-nrml-vertical-scroll-nav-top-bottom;
1969
+
1970
+ @media screen and (max-width: 480px) {
1971
+ bottom: 0;
1972
+ top: 0;
1973
+ }
1974
+ }
1975
+
1976
+ .e-indicator {
1977
+ display: $tab-indicator-display;
1978
+ transition: $tab-nrml-vertical-indicator-transition;
1979
+ width: 2px;
1980
+ }
1981
+
1982
+ .e-toolbar-items {
1983
+ height: inherit;
1984
+
1985
+ &.e-vscroll:not(.e-scroll-device) {
1986
+ padding: $tab-vscroll-nrml-padding;
1987
+ }
1988
+ }
1989
+
1990
+ .e-toolbar-item {
1991
+
1992
+ &:last-child {
1993
+ margin: 0;
1994
+ }
1995
+
1996
+ &:not(.e-separator) {
1997
+ margin: 0;
1998
+ }
1999
+
2000
+ .e-tab-wrap {
2001
+ padding: $tab-nrml-v-wrap-padding;
2002
+ }
2003
+
2004
+ .e-text-wrap {
2005
+ position: relative;
2006
+ width: 100%;
2007
+ }
2008
+
2009
+ .e-tab-text,
2010
+ .e-tab-icon::before {
2011
+ text-align: center;
2012
+ width: 100%;
2013
+ }
2014
+
2015
+ .e-tab-text {
2016
+ overflow: hidden;
2017
+ text-overflow: ellipsis;
2018
+ white-space: nowrap;
2019
+ }
2020
+
2021
+ &.e-active {
2022
+
2023
+ .e-text-wrap::before {
2024
+ display: none;
2025
+ }
2026
+ }
2027
+
2028
+ &.e-ileft.e-icon {
2029
+ min-height: $tab-nrml-vertical-icon-min-height;
2030
+ min-width: $tab-nrml-vertical-icon-min-width;
2031
+
2032
+ .e-tab-icon {
2033
+ margin: $tab-nrml-vertical-tabicon-margin;
2034
+ }
2035
+ }
2036
+
2037
+ &.e-itop,
2038
+ &.e-ibottom {
2039
+
2040
+ .e-close-icon {
2041
+ right: $tab-v-nrml-close-icon-top-bottom-right;
2042
+ }
2043
+ }
2044
+ }
2045
+
2046
+ .e-toolbar-pop {
2047
+ top: initial !important; /* stylelint-disable-line declaration-no-important */
2048
+ }
2049
+
2050
+ &.e-vertical-left {
2051
+ float: left;
2052
+
2053
+ &::before {
2054
+ right: 0;
2055
+ }
2056
+
2057
+ .e-indicator {
2058
+ left: auto;
2059
+ right: 0;
2060
+ }
2061
+
2062
+ .e-toolbar-items .e-toolbar-item.e-active {
2063
+
2064
+ &:hover::before {
2065
+ bottom: $tab-nrml-item-active-before-bottom;
2066
+ height: $tab-nrml-vertical-hover-before-height;
2067
+ }
2068
+
2069
+ &::before {
2070
+ background-color: $tab-nrml-item-active-before-bg-font;
2071
+ bottom: $tab-nrml-vertical-before-bottom;
2072
+ content: $tab-nrml-item-active-before-content;
2073
+ height: $tab-nrml-vertical-before-height;
2074
+ left: $tab-nrml-vertical-before-left;
2075
+ position: $tab-nrml-item-active-before-position;
2076
+ right: $tab-nrml-item-active-before-bottom;
2077
+ transition: $tab-nrml-vertical-before-transition;
2078
+ width: $tab-nrml-item-active-before-height;
2079
+ }
2080
+
2081
+ &::after {
2082
+ color: $tab-nrml-item-active-after-font;
2083
+ content: $tab-nrml-item-active-after-content;
2084
+ display: $tab-nrml-item-active-after-display;
2085
+ font-weight: $tab-nrml-item-active-after-font-weight;
2086
+ height: $tab-nrml-item-active-after-height;
2087
+ overflow: $tab-nrml-item-active-after-overflow;
2088
+ visibility: $tab-nrml-item-active-after-overflow;
2089
+ }
2090
+ }
2091
+ }
2092
+
2093
+ &.e-vertical-right {
2094
+ float: right;
2095
+
2096
+ &::before {
2097
+ right: auto;
2098
+ }
2099
+
2100
+ .e-indicator {
2101
+ left: 0;
2102
+ right: auto;
2103
+ }
2104
+
2105
+ .e-tab-wrap {
2106
+ text-align: right;
2107
+ }
2108
+
2109
+ .e-toolbar-pop {
2110
+
2111
+ .e-tab-text {
2112
+ width: auto;
2113
+ }
2114
+ }
2115
+
2116
+ .e-toolbar-items .e-toolbar-item.e-active {
2117
+
2118
+ &:hover::before {
2119
+ bottom: $tab-nrml-item-active-before-bottom;
2120
+ height: $tab-nrml-vertical-hover-before-height;
2121
+ }
2122
+
2123
+ &::before {
2124
+ background-color: $tab-nrml-item-active-before-bg-font;
2125
+ bottom: $tab-nrml-vertical-before-bottom;
2126
+ content: $tab-nrml-item-active-before-content;
2127
+ height: $tab-nrml-vertical-before-height;
2128
+ left: $tab-nrml-item-active-before-bottom;
2129
+ position: $tab-nrml-item-active-before-position;
2130
+ right: $tab-nrml-vertical-before-left;
2131
+ transition: $tab-nrml-vertical-before-transition;
2132
+ width: $tab-nrml-item-active-before-height;
2133
+ }
2134
+
2135
+ &::after {
2136
+ color: $tab-nrml-item-active-after-font;
2137
+ content: $tab-nrml-item-active-after-content;
2138
+ display: $tab-nrml-item-active-after-display;
2139
+ font-weight: $tab-nrml-item-active-after-font-weight;
2140
+ height: $tab-nrml-item-active-after-height;
2141
+ overflow: $tab-nrml-item-active-after-overflow;
2142
+ visibility: $tab-nrml-item-active-after-overflow;
2143
+ }
2144
+ }
2145
+ }
2146
+
2147
+ .e-scroll-nav {
2148
+ height: $tab-nrml-vertical-nav-arrow-size;
2149
+ justify-content: center;
2150
+ min-height: $tab-nrml-vertical-nav-arrow-size;
2151
+ width: 100%;
2152
+
2153
+ .e-nav-arrow {
2154
+ font-size: $tab-nrml-vertical-nav-arrow-font-size;
2155
+ height: $tab-nrml-vertical-nav-arrow-size;
2156
+ line-height: $tab-nrml-vertical-nav-arrow-size;
2157
+ margin: 0 auto;
2158
+ width: $tab-nrml-vertical-nav-arrow-size;
2159
+ }
2160
+ }
2161
+
2162
+ .e-hor-nav {
2163
+ padding: $tab-nrml-wrap-padding;
2164
+ width: 100%;
2165
+
2166
+ .e-popup-up-icon,
2167
+ .e-popup-down-icon {
2168
+ height: 100%;
2169
+ transform: none;
2170
+ transition: none;
2171
+ width: 100%;
2172
+
2173
+ &::before {
2174
+ float: left;
2175
+ font-family: $tab-font-family;
2176
+ font-size: $tab-nrml-font-size;
2177
+ font-weight: $tab-font-weight;
2178
+ line-height: $tab-nrml-more-btn-line-height;
2179
+ text-align: left;
2180
+ text-transform: $tab-text-transform;
2181
+ transform: none;
2182
+ transition: none;
2183
+ }
2184
+
2185
+ &::after {
2186
+ float: left;
2187
+ font-size: 12px;
2188
+ line-height: $tab-nrml-more-btn-line-height;
2189
+ margin: $tab-pop-more-icon-margin;
2190
+ vertical-align: initial;
2191
+
2192
+ @media screen and (max-width: 480px) {
2193
+ font-size: $tab-big-font-size;
2194
+ }
2195
+ }
2196
+ }
2197
+ }
2198
+
2199
+ .e-scroll-device {
2200
+
2201
+ .e-scroll-nav,
2202
+ .e-scroll-overlay {
2203
+ display: none;
2204
+ }
2205
+ }
2206
+
2207
+ &.e-toolpop {
2208
+
2209
+ .e-toolbar-items {
2210
+ height: auto;
2211
+ }
2212
+ }
2213
+ }
2214
+ }
2215
+
2216
+ &.e-rtl {
2217
+
2218
+ .e-tab-header.e-vertical {
2219
+
2220
+ .e-toolbar-items:not(.e-tbar-pos) {
2221
+
2222
+ .e-toolbar-item:last-child {
2223
+ margin: 0;
2224
+ }
2225
+ }
2226
+
2227
+ .e-toolbar-item {
2228
+
2229
+ &:not(.e-separator) {
2230
+ margin: 0;
2231
+
2232
+ &.e-itop .e-close-icon,
2233
+ &.e-ibottom .e-close-icon {
2234
+ left: $tab-v-rtl-nrml-close-icon-top-bottom-left;
2235
+ }
2236
+ }
2237
+ }
2238
+
2239
+ .e-hor-nav {
2240
+ padding: $tab-nrml-wrap-padding;
2241
+
2242
+ .e-popup-up-icon,
2243
+ .e-popup-down-icon {
2244
+
2245
+ &::before {
2246
+ float: right;
2247
+ }
2248
+
2249
+ &::after {
2250
+ float: right;
2251
+ margin: $tab-rtl-pop-more-icon-margin;
2252
+ }
2253
+ }
2254
+ }
2255
+ }
2256
+ }
2257
+
2258
+ .e-content {
2259
+ position: relative;
2260
+
2261
+ .e-item {
2262
+
2263
+ &.e-view {
2264
+ bottom: 0;
2265
+ left: 0;
2266
+ overflow: hidden;
2267
+ position: absolute;
2268
+ right: 0;
2269
+ top: 0;
2270
+ }
2271
+ }
2272
+
2273
+ > .e-item {
2274
+ display: none;
2275
+
2276
+ &.e-active {
2277
+ background: inherit;
2278
+ display: block;
2279
+ }
2280
+ }
2281
+
2282
+ &.e-progress {
2283
+ overflow: hidden;
2284
+ }
2285
+ }
2286
+
2287
+ &.e-vertical-tab {
2288
+
2289
+ .e-content {
2290
+ display: flex;
2291
+
2292
+ .e-item.e-active {
2293
+ display: flex;
2294
+ flex: none;
2295
+ }
2296
+
2297
+ .e-item,
2298
+ .e-item > :first-child {
2299
+ width: 100%;
2300
+ }
2301
+ }
2302
+ }
2303
+
2304
+ &.e-vertical-icon {
2305
+
2306
+ > .e-tab-header {
2307
+ height: $tab-nrml-tb-icon-height;
2308
+ min-height: $tab-nrml-tb-icon-height;
2309
+
2310
+ &.e-reorder-active-item .e-toolbar-pop {
2311
+
2312
+ .e-toolbar-item.e-active .e-tab-wrap::before,
2313
+ .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
2314
+ display: none;
2315
+ }
2316
+ }
2317
+
2318
+ > .e-toolbar-items {
2319
+ height: $tab-nrml-tb-icon-height;
2320
+ }
2321
+
2322
+ .e-toolbar-item.e-active,
2323
+ .e-toolbar-item:not(.e-separator):last-child.e-active {
2324
+ .e-text-wrap {
2325
+ position: $tab-nrml-vertical-text-position;
2326
+ }
2327
+
2328
+ .e-text-wrap::before {
2329
+ border: $tab-active-wrap-before-border;
2330
+ content: $tab-active-wrap-before-content;
2331
+ display: none;
2332
+ position: $tab-active-wrap-before-position;
2333
+ top: $tab-active-wrap-before-top;
2334
+ width: $tab-active-wrap-before-width;
2335
+ }
2336
+
2337
+ .e-tab-wrap::before {
2338
+ content: $tab-nrml-vertical-wrap-before-content;
2339
+ display: $tab-nrml-vertical-wrap-before-display;
2340
+ position: $tab-nrml-vertical-wrap-before-position;
2341
+ top: $tab-nrml-vertical-wrap-before-top;
2342
+ width: $tab-nrml-vertical-wrap-before-width;
2343
+ border: $tab-nrml-vertical-wrap-before-border;
2344
+ }
2345
+ }
2346
+
2347
+ .e-scroll-nav {
2348
+ height: $tab-nrml-icon-top-bottom-item-height;
2349
+ }
2350
+
2351
+ .e-hor-nav {
2352
+ height: $tab-nrml-icon-top-bottom-item-height;
2353
+
2354
+ .e-popup-up-icon::before,
2355
+ .e-popup-down-icon::before {
2356
+
2357
+ @media screen and (max-width: 480px) {
2358
+ font-size: $tab-mob-nav-vicon-size;
2359
+ }
2360
+ }
2361
+ }
2362
+
2363
+ &.e-vertical {
2364
+
2365
+ .e-indicator {
2366
+ width: $tab-nrml-vertical-indicator-width;
2367
+ }
2368
+
2369
+ .e-toolbar-item.e-active,
2370
+ .e-toolbar-item:not(.e-separator):last-child.e-active {
2371
+
2372
+ .e-tab-wrap::before {
2373
+ display: none;
2374
+ }
2375
+
2376
+ .e-text-wrap {
2377
+ position: relative;
2378
+ }
2379
+ }
2380
+
2381
+ .e-scroll-nav {
2382
+ height: $tab-nrml-vertical-nav-arrow-size;
2383
+ }
2384
+ }
2385
+
2386
+ &.e-horizontal-bottom {
2387
+
2388
+ .e-toolbar-item.e-active,
2389
+ .e-toolbar-item:not(.e-separator):last-child.e-active {
2390
+ .e-tab-wrap::before {
2391
+ top: $tab-nrml-bottom-wrap-before-top;
2392
+ }
2393
+ }
2394
+ }
2395
+ }
2396
+
2397
+ &.e-rtl .e-tab-header .e-toolbar-item.e-active {
2398
+ margin: $tab-nrml-vertical-rtl-active-margin;
2399
+ }
2400
+
2401
+ &.e-vertical-tab {
2402
+
2403
+ .e-tab-header.e-vertical .e-toolbar-items {
2404
+ height: inherit;
2405
+ }
2406
+ }
2407
+ }
2408
+
2409
+ &.e-focused {
2410
+
2411
+ .e-tab-header .e-toolbar-item {
2412
+
2413
+ .e-tab-wrap:focus {
2414
+ height: $tab-nrml-height;
2415
+
2416
+ .e-text-wrap {
2417
+ height: $tab-nrml-item-text-wrap-height;
2418
+ }
2419
+ }
2420
+
2421
+ &.e-itop,
2422
+ &.e-ibottom {
2423
+
2424
+ .e-tab-wrap:focus {
2425
+ height: $tab-nrml-icon-top-bottom-item-height;
2426
+ }
2427
+
2428
+ .e-tab-wrap:focus .e-text-wrap {
2429
+ height: auto;
2430
+ }
2431
+
2432
+ &.e-active .e-tab-wrap:focus .e-text-wrap {
2433
+ height: auto;
2434
+ }
2435
+ }
2436
+ }
2437
+
2438
+ .e-tab-header .e-toolbar-pop {
2439
+
2440
+ .e-toolbar-item {
2441
+
2442
+ .e-tab-wrap:focus {
2443
+ height: $tab-nrml-pop-item-height;
2444
+
2445
+ .e-text-wrap {
2446
+ height: $tab-nrml-pop-item-textwrap-height;
2447
+ }
2448
+ }
2449
+
2450
+ &.e-itop .e-tab-wrap:focus,
2451
+ &.e-ibottom .e-tab-wrap:focus {
2452
+ height: $tab-nrml-height;
2453
+ }
2454
+ }
2455
+ }
2456
+
2457
+ .e-tab-header .e-horizontal-bottom {
2458
+
2459
+ .e-toolbar-item {
2460
+
2461
+ &.e-active {
2462
+
2463
+ .e-tab-wrap:focus .e-text-wrap {
2464
+ height: $tab-nrml-item-text-wrap-height;
2465
+ padding: 0;
2466
+ }
2467
+ }
2468
+
2469
+ &.e-itop,
2470
+ &.e-ibottom {
2471
+
2472
+ .e-tab-wrap:focus .e-text-wrap {
2473
+ height: auto;
2474
+ }
2475
+
2476
+ &.e-active .e-tab-wrap:focus .e-text-wrap {
2477
+ height: auto;
2478
+ }
2479
+ }
2480
+ }
2481
+ }
2482
+ }
2483
+
2484
+ &.e-template .e-content {
2485
+
2486
+ > .e-item {
2487
+ display: none;
2488
+
2489
+ &.e-active {
2490
+ background: inherit;
2491
+ display: block;
2492
+ }
2493
+ }
2494
+ }
2495
+
2496
+ &.e-ie .e-tab-header {
2497
+
2498
+ .e-hor-nav.e-ie-align,
2499
+ .e-scroll-nav.e-ie-align {
2500
+ display: flex;
2501
+
2502
+ .e-popup-up-icon,
2503
+ .e-popup-down-icon {
2504
+ display: block;
2505
+ line-height: $tab-nrml-ie-pop-icon-line-height;
2506
+ }
2507
+
2508
+ .e-nav-left-arrow,
2509
+ .e-nav-right-arrow {
2510
+ display: block;
2511
+ line-height: $tab-nrml-ie-nav-icon-line-height;
2512
+ }
2513
+ }
2514
+
2515
+ .e-popup-up-icon,
2516
+ .e-popup-down-icon {
2517
+ transform: none;
2518
+ transition: none;
2519
+ }
2520
+
2521
+ .e-popup-up-icon::before {
2522
+ transform: $tab-pop-up-icon-transform;
2523
+ transition: $tab-pop-icon-transition;
2524
+
2525
+ @media screen and (max-width: 480px) {
2526
+ transform: none;
2527
+ transition: none;
2528
+ }
2529
+ }
2530
+
2531
+ .e-popup-down-icon::before {
2532
+ transform: $tab-pop-down-icon-transform;
2533
+ transition: $tab-pop-icon-transition;
2534
+
2535
+ @media screen and (max-width: 480px) {
2536
+ transform: none;
2537
+ transition: none;
2538
+ }
2539
+ }
2540
+ }
2541
+
2542
+ &.e-edge .e-tab-header {
2543
+
2544
+ .e-hor-nav.e-ie-align,
2545
+ .e-scroll-nav.e-ie-align {
2546
+ display: flex;
2547
+
2548
+ .e-popup-up-icon,
2549
+ .e-popup-down-icon {
2550
+ display: block;
2551
+ line-height: $tab-nrml-edge-pop-icon-line-height;
2552
+ position: relative;
2553
+ }
2554
+
2555
+ .e-nav-left-arrow,
2556
+ .e-nav-right-arrow {
2557
+ display: block;
2558
+ line-height: $tab-nrml-edge-nav-icon-line-height;
2559
+ position: relative;
2560
+ }
2561
+ }
2562
+
2563
+ .e-popup-up-icon {
2564
+ transform: $tab-pop-up-icon-transform;
2565
+ transition: $tab-pop-icon-transition;
2566
+
2567
+ @media screen and (max-width: 480px) {
2568
+ transform: none;
2569
+ transition: none;
2570
+ }
2571
+ }
2572
+
2573
+ .e-popup-down-icon {
2574
+ transform: $tab-pop-down-icon-transform;
2575
+ transition: $tab-pop-icon-transition;
2576
+
2577
+ @media screen and (max-width: 480px) {
2578
+ transform: none;
2579
+ transition: none;
2580
+
2581
+ @media screen and (max-width: 480px) {
2582
+ transform: none;
2583
+ transition: none;
2584
+ }
2585
+ }
2586
+ }
2587
+
2588
+ .e-popup-up-icon::before {
2589
+ transform: $tab-pop-up-icon-transform;
2590
+ transition: $tab-pop-icon-transition;
2591
+
2592
+ @media screen and (max-width: 480px) {
2593
+ transform: none;
2594
+ transition: none;
2595
+ }
2596
+ }
2597
+
2598
+ .e-popup-down-icon::before {
2599
+ transform: $tab-pop-down-icon-transform;
2600
+ transition: $tab-pop-icon-transition;
2601
+
2602
+ @media screen and (max-width: 480px) {
2603
+ transform: none;
2604
+ transition: none;
2605
+ }
2606
+ }
2607
+ }
2608
+
2609
+ &.e-safari .e-tab-header {
2610
+
2611
+ .e-close-icon::before {
2612
+ top: $tab-nrml-safari-close-icon-top;
2613
+ }
2614
+
2615
+ .e-hor-nav,
2616
+ .e-scroll-nav {
2617
+
2618
+ .e-popup-up-icon::before,
2619
+ .e-popup-down-icon::before {
2620
+ top: 0;
2621
+ }
2622
+
2623
+ .e-nav-left-arrow::before,
2624
+ .e-nav-right-arrow::before {
2625
+ top: 0;
2626
+ }
2627
+ }
2628
+ }
2629
+
2630
+ &.e-disable {
2631
+ pointer-events: none;
2632
+ }
2633
+
2634
+ &.e-fill {
2635
+
2636
+ .e-tab-header {
2637
+ height: $tab-nrml-fill-height;
2638
+ min-height: $tab-nrml-fill-height;
2639
+
2640
+ @media screen and (max-width: 480px) {
2641
+ height: $tab-mob-fill-height;
2642
+ min-height: $tab-mob-fill-height;
2643
+ }
2644
+
2645
+ .e-indicator {
2646
+ display: none;
2647
+ }
2648
+
2649
+ .e-toolbar-items {
2650
+ height: auto;
2651
+ min-height: $tab-nrml-fill-height;
2652
+
2653
+ @media screen and (max-width: 480px) {
2654
+ min-height: $tab-mob-fill-height;
2655
+ }
2656
+
2657
+ &:not(.e-tbar-pos) .e-toolbar-item:first-child,
2658
+ &:not(.e-tbar-pos) .e-toolbar-item:last-child {
2659
+ margin: $tab-nrml-alt-first-item-margin;
2660
+ padding: $tab-nrml-background-active-padding;
2661
+ }
2662
+ }
2663
+
2664
+ .e-toolbar-item {
2665
+
2666
+ &:not(.e-separator) {
2667
+ height: $tab-nrml-fill-height;
2668
+ margin: $tab-alt-item-margin;
2669
+ min-height: $tab-nrml-fill-height;
2670
+ padding: $tab-nrml-background-active-padding;
2671
+
2672
+ @media screen and (max-width: 480px) {
2673
+ height: $tab-mob-fill-height;
2674
+ min-height: $tab-mob-fill-height;
2675
+ }
2676
+
2677
+ &.e-itop,
2678
+ &.e-ibottom {
2679
+ height: $tab-nrml-fill-icon-top-bottom-item-height;
2680
+ min-height: $tab-nrml-fill-icon-top-bottom-item-height;
2681
+ }
2682
+ }
2683
+
2684
+ .e-tab-wrap {
2685
+ height: $tab-nrml-fill-height;
2686
+ padding: $tab-fill-nrml-wrap-padding;
2687
+
2688
+ @media screen and (max-width: 480px) {
2689
+ height: $tab-mob-fill-height;
2690
+ padding: $tab-mob-fill-wrap-padding;
2691
+ }
2692
+ }
2693
+
2694
+ .e-text-wrap {
2695
+ height: $tab-nrml-fill-item-textwrap-height;
2696
+
2697
+ @media screen and (max-width: 480px) {
2698
+ height: $tab-mob-fill-height;
2699
+ }
2700
+ }
2701
+
2702
+ &.e-active {
2703
+ padding: $tab-nrml-background-active-padding;
2704
+
2705
+ .e-tab-wrap {
2706
+ margin-bottom: $tab-fill-nrml-active-item-wrap-margin-bottom;
2707
+ }
2708
+
2709
+ .e-text-wrap {
2710
+ height: $tab-nrml-fill-item-textwrap-height;
2711
+
2712
+ @media screen and (max-width: 480px) {
2713
+ height: $tab-mob-fill-height;
2714
+ }
2715
+ }
2716
+
2717
+ .e-tab-text {
2718
+ font-weight: $tab-light-font-weight;
2719
+ }
2720
+
2721
+ &.e-ileft .e-text-wrap,
2722
+ &.e-iright .e-text-wrap {
2723
+ height: $tab-fill-nrml-active-it-text-container-height;
2724
+
2725
+ @media screen and (max-width: 480px) {
2726
+ height: $tab-fill-big-active-it-text-container-height;
2727
+ }
2728
+ }
2729
+ }
2730
+
2731
+ &.e-itop .e-tab-wrap,
2732
+ &.e-ibottom .e-tab-wrap {
2733
+ height: $tab-nrml-fill-icon-top-bottom-item-height;
2734
+ }
2735
+
2736
+ &.e-itop .e-text-wrap,
2737
+ &.e-ibottom .e-text-wrap {
2738
+ height: auto;
2739
+ }
2740
+ }
2741
+
2742
+ .e-toolbar-pop {
2743
+
2744
+ .e-toolbar-item.e-itop:not(.e-separator),
2745
+ .e-toolbar-item.e-ibottom:not(.e-separator) {
2746
+ height: auto;
2747
+ }
2748
+ }
2749
+
2750
+ &.e-horizontal-bottom {
2751
+
2752
+ .e-toolbar-items:not(.e-tbar-pos) {
2753
+
2754
+ .e-toolbar-item {
2755
+
2756
+ &:first-child.e-active,
2757
+ &:last-child.e-active {
2758
+ padding: 0;
2759
+ }
2760
+
2761
+ &.e-itop,
2762
+ &:first-child.e-itop,
2763
+ &:last-child.e-itop {
2764
+ padding-top: 0;
2765
+ }
2766
+ }
2767
+ }
2768
+
2769
+ .e-toolbar-item {
2770
+
2771
+ &.e-active {
2772
+ margin-right: 0;
2773
+ padding: 0;
2774
+
2775
+ .e-text-wrap {
2776
+ height: $tab-nrml-fill-item-textwrap-height;
2777
+
2778
+ @media screen and (max-width: 480px) {
2779
+ height: $tab-mob-fill-height;
2780
+ }
2781
+ }
2782
+ }
2783
+
2784
+ &.e-itop,
2785
+ &.e-ibottom {
2786
+
2787
+ .e-tab-wrap:focus .e-text-wrap {
2788
+ height: $tab-nrml-fill-tb-wrap-height;
2789
+ }
2790
+
2791
+ .e-text-wrap {
2792
+ height: auto;
2793
+ }
2794
+ }
2795
+ }
2796
+ }
2797
+
2798
+ &.e-vertical {
2799
+
2800
+ .e-toolbar-items {
2801
+ height: inherit;
2802
+
2803
+ .e-toolbar-item {
2804
+
2805
+ .e-tab-wrap {
2806
+ padding: $tab-nrml-v-wrap-padding;
2807
+ }
2808
+ }
2809
+ }
2810
+ }
2811
+ }
2812
+
2813
+ &.e-focused {
2814
+
2815
+ .e-tab-header .e-toolbar-item {
2816
+
2817
+ .e-tab-wrap:focus {
2818
+ height: $tab-focus-nrml-fill-height;
2819
+
2820
+ .e-text-wrap {
2821
+ height: $tab-nrml-fill-focused-wrap-height;
2822
+ }
2823
+ }
2824
+
2825
+ &.e-active .e-tab-wrap:focus {
2826
+
2827
+ .e-text-wrap {
2828
+ height: $tab-nrml-fill-focused-wrap-height;
2829
+ }
2830
+ }
2831
+
2832
+ &.e-itop .e-tab-wrap:focus,
2833
+ &.e-ibottom .e-tab-wrap:focus {
2834
+ height: $tab-nrml-focus-fill-icon-top-bottom-item-height;
2835
+
2836
+ .e-text-wrap {
2837
+ height: auto;
2838
+
2839
+ @media screen and (max-width: 480px) {
2840
+ height: auto;
2841
+ }
2842
+ }
2843
+ }
2844
+ }
2845
+ }
2846
+
2847
+ &.e-rtl {
2848
+
2849
+ .e-tab-header .e-toolbar-item:not(.e-separator) {
2850
+ margin: $tab-nrml-rtl-alt-item-margin;
2851
+ }
2852
+ }
2853
+
2854
+ &.e-vertical-icon {
2855
+
2856
+ > .e-tab-header {
2857
+ height: $tab-nrml-tb-icon-height - 2;
2858
+ min-height: $tab-nrml-tb-icon-height - 2;
2859
+ }
2860
+ }
2861
+ }
2862
+
2863
+ &.e-background {
2864
+
2865
+ .e-tab-header {
2866
+
2867
+ .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
2868
+ .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
2869
+ margin: $tab-nrml-alt-first-item-margin;
2870
+ padding: $tab-nrml-background-active-padding;
2871
+ }
2872
+
2873
+ .e-toolbar-item {
2874
+
2875
+ &:not(.e-separator) {
2876
+ margin: 0;
2877
+ padding: $tab-nrml-background-active-padding;
2878
+ }
2879
+
2880
+ .e-tab-wrap {
2881
+ padding: $tab-bg-nrml-wrap-padding;
2882
+
2883
+ @media screen and (max-width: 480px) {
2884
+ padding: $tab-bg-big-wrap-padding;
2885
+ }
2886
+ }
2887
+
2888
+ &.e-active {
2889
+ padding: $tab-nrml-background-active-padding;
2890
+
2891
+ .e-tab-wrap {
2892
+ margin-bottom: $tab-bg-nrml-active-item-wrap-margin-bottom;
2893
+ }
2894
+
2895
+ .e-tab-text {
2896
+ font-weight: $tab-background-active-text-font-weight;
2897
+ }
2898
+ }
2899
+ }
2900
+
2901
+ &.e-vertical {
2902
+
2903
+ .e-indicator {
2904
+ display: $tab-nrml-background-vertical-indicator-display;
2905
+ }
2906
+
2907
+ .e-toolbar-items {
2908
+
2909
+ .e-toolbar-item {
2910
+
2911
+ .e-tab-wrap {
2912
+ padding: $tab-nrml-v-wrap-padding;
2913
+ }
2914
+ }
2915
+ }
2916
+ }
2917
+
2918
+ &.e-horizontal-bottom {
2919
+
2920
+ .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child.e-active,
2921
+ .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
2922
+ padding: 0;
2923
+ }
2924
+
2925
+ .e-toolbar-item.e-active {
2926
+ margin: 0;
2927
+ padding: 0;
2928
+ }
2929
+ }
2930
+
2931
+ .e-toolbar-pop {
2932
+
2933
+ .e-toolbar-item {
2934
+
2935
+ &.e-active {
2936
+
2937
+ .e-text-wrap {
2938
+ height: $tab-nrml-pop-item-textwrap-height;
2939
+ }
2940
+ }
2941
+ }
2942
+ }
2943
+ }
2944
+
2945
+ &.e-rtl {
2946
+
2947
+ .e-tab-header .e-toolbar-item {
2948
+
2949
+ &:not(.e-separator) {
2950
+ margin: $tab-nrml-rtl-alt-item-margin;
2951
+ }
2952
+ }
2953
+ }
2954
+ }
2955
+
2956
+ &.e-rtl {
2957
+
2958
+ .e-tab-header {
2959
+
2960
+ .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
2961
+ .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
2962
+ margin: $tab-nrml-rtl-item-margin;
2963
+ }
2964
+
2965
+ .e-toolbar-item:not(.e-separator) {
2966
+ margin: $tab-nrml-rtl-item-margin;
2967
+
2968
+ .e-icon-right {
2969
+ margin: $tab-nrml-rtl-icon-right-margin;
2970
+ }
2971
+
2972
+ .e-icon-left + .e-tab-text {
2973
+ margin: $tab-rtl-nrml-it-text-margin;
2974
+ }
2975
+
2976
+ .e-icons.e-close-icon {
2977
+ margin: $tab-rtl-nrml-close-icon-margin;
2978
+ }
2979
+
2980
+ &.e-itop .e-close-icon,
2981
+ &.e-ibottom .e-close-icon {
2982
+ left: $tab-rtl-nrml-close-icon-top-bottom-left;
2983
+ right: auto;
2984
+ }
2985
+ }
2986
+
2987
+ &.e-close-show {
2988
+
2989
+ .e-toolbar-item.e-itop .e-text-wrap,
2990
+ .e-toolbar-item.e-ibottom .e-text-wrap {
2991
+ margin-left: $tab-rtl-nrml-text-container-margin-left;
2992
+ margin-right: $tab-rtl-nrml-text-container-margin-right;
2993
+ }
2994
+ }
2995
+
2996
+ &.e-horizontal-bottom {
2997
+
2998
+ .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
2999
+ margin: $tab-nrml-vertical-rtl-active-margin;
3000
+ }
3001
+ }
3002
+
3003
+ .e-toolbar-pop {
3004
+
3005
+ .e-toolbar-item {
3006
+ margin: 0;
3007
+
3008
+ .e-tab-text {
3009
+ padding-left: $tab-rtl-nrml-pop-text-padding-left;
3010
+ padding-right: 0;
3011
+
3012
+ @media screen and (max-width: 480px) {
3013
+ padding-left: 0;
3014
+ }
3015
+ }
3016
+
3017
+ .e-icons.e-close-icon {
3018
+ margin: $tab-rtl-nrml-pop-close-icon-margin;
3019
+ }
3020
+
3021
+ .e-close-icon {
3022
+ left: $tab-rtl-pop-close-icon-left;
3023
+ right: auto;
3024
+ }
3025
+
3026
+ &.e-itop .e-close-icon,
3027
+ &.e-ibottom .e-close-icon {
3028
+ left: $tab-rtl-big-pop-close-icon-top-bottom-left;
3029
+ right: auto;
3030
+ }
3031
+
3032
+ &.e-itop .e-tab-text,
3033
+ &.e-ibottom .e-tab-text {
3034
+ margin: 0;
3035
+ padding-left: 10px;
3036
+ padding-right: 0;
3037
+
3038
+ @media screen and (max-width: 480px) {
3039
+ margin: 0;
3040
+ padding-left: 10px;
3041
+ padding-right: 0;
3042
+ }
3043
+ }
3044
+ }
3045
+ }
3046
+
3047
+ .e-hor-nav,
3048
+ .e-scroll-right-nav {
3049
+ padding: $tab-rtl-nrml-nav-right-icon-padding;
3050
+ }
3051
+
3052
+ .e-scroll-left-nav {
3053
+ padding: $tab-rtl-nrml-nav-left-icon-padding;
3054
+ }
3055
+ }
3056
+ }
3057
+
3058
+ &.e-vertical-tab.e-icon-tab {
3059
+
3060
+ .e-tab-header.e-vertical {
3061
+
3062
+ .e-hor-nav .e-popup-up-icon,
3063
+ .e-hor-nav .e-popup-down-icon {
3064
+
3065
+ &::before {
3066
+ display: none;
3067
+ }
3068
+
3069
+ &::after {
3070
+ margin: 0;
3071
+ width: 100%;
3072
+ }
3073
+ }
3074
+ }
3075
+ }
3076
+ }
3077
+
3078
+ .e-tab-clone-element {
3079
+ overflow: visible;
3080
+ z-index: 10000;
3081
+
3082
+ &:not(.e-separator) {
3083
+ height: $tab-nrml-height;
3084
+ margin: $tab-nrml-item-margin;
3085
+ min-height: $tab-nrml-height;
3086
+ min-width: auto;
3087
+ padding: $tab-nrml-item-padding;
3088
+
3089
+ @media screen and (max-width: 480px) {
3090
+ height: $tab-big-height;
3091
+ min-height: $tab-big-height;
3092
+ }
3093
+ }
3094
+
3095
+ .e-tab-wrap {
3096
+ height: $tab-nrml-height;
3097
+ padding: $tab-nrml-wrap-padding;
3098
+ width: 100%;
3099
+
3100
+ @media screen and (max-width: 480px) {
3101
+ height: $tab-big-height;
3102
+ padding: $tab-mob-wrap-padding;
3103
+ }
3104
+ }
3105
+
3106
+ .e-text-wrap {
3107
+ align-content: center;
3108
+ align-items: center;
3109
+ display: inline-flex;
3110
+ height: $tab-nrml-item-text-wrap-height;
3111
+
3112
+ @media screen and (max-width: 480px) {
3113
+ height: $tab-big-height;
3114
+ }
3115
+ }
3116
+
3117
+ .e-tab-text {
3118
+ display: inherit;
3119
+ font-family: $tab-font-family;
3120
+ font-size: $tab-nrml-font-size;
3121
+ font-weight: $tab-font-weight;
3122
+ text-transform: $tab-text-transform;
3123
+ align-self: auto;
3124
+
3125
+ @media screen and (max-width: 480px) {
3126
+ font-size: $tab-big-font-size;
3127
+ }
3128
+ }
3129
+
3130
+ .e-icons.e-close-icon {
3131
+ display: none;
3132
+ }
3133
+
3134
+ .e-close-icon,
3135
+ .e-close-icon::before {
3136
+ font-size: $tab-nrml-close-icon-size;
3137
+
3138
+ @media screen and (max-width: 480px) {
3139
+ font-size: $tab-mob-close-icon-size;
3140
+ }
3141
+ }
3142
+
3143
+ .e-close-icon::before {
3144
+ top: 1px;
3145
+ }
3146
+
3147
+ .e-icons.e-tab-icon {
3148
+ display: inline-flex;
3149
+ height: $tab-nrml-icon-container-size;
3150
+ min-width: $tab-nrml-icon-container-size;
3151
+ width: $tab-nrml-icon-container-size;
3152
+ line-height: $tab-nrml-item-tabicon-line-height;
3153
+
3154
+ @media screen and (max-width: 480px) {
3155
+ height: $tab-mob-icon-container-size;
3156
+ width: $tab-mob-icon-container-size;
3157
+ }
3158
+ }
3159
+
3160
+ .e-tab-icon,
3161
+ .e-tab-icon::before {
3162
+ font-size: $tab-nrml-icon-size;
3163
+
3164
+ @media screen and (max-width: 480px) {
3165
+ font-size: $tab-mob-icon-size;
3166
+ }
3167
+ }
3168
+
3169
+ &.e-icon {
3170
+
3171
+ .e-tab-wrap {
3172
+ justify-content: center;
3173
+ padding: $tab-nrml-io-wrap-padding;
3174
+
3175
+ @media screen and (max-width: 480px) {
3176
+ padding: $tab-big-wrap-padding;
3177
+ }
3178
+ }
3179
+ }
3180
+
3181
+ .e-icon-right {
3182
+ margin: 0 0 0 8px;
3183
+
3184
+ @media screen and (max-width: 480px) {
3185
+ margin: $tab-bgr-mob-item-iconright-margin;
3186
+ }
3187
+ }
3188
+
3189
+ .e-icon-left + .e-tab-text {
3190
+ margin: $tab-nrml-it-text-margin;
3191
+
3192
+ @media screen and (max-width: 480px) {
3193
+ margin: $tab-mob-it-text-margin;
3194
+ }
3195
+ }
3196
+
3197
+ &.e-itop,
3198
+ &.e-ibottom {
3199
+ height: $tab-nrml-icon-top-bottom-item-height;
3200
+
3201
+ @media screen and (max-width: 480px) {
3202
+ height: $tab-big-icon-top-bottom-item-height;
3203
+ }
3204
+
3205
+ .e-tab-wrap {
3206
+ align-items: center;
3207
+ display: flex;
3208
+ height: $tab-nrml-icon-top-bottom-item-height;
3209
+ position: relative;
3210
+
3211
+ @media screen and (max-width: 480px) {
3212
+ height: $tab-big-icon-top-bottom-item-height;
3213
+ }
3214
+
3215
+ &:focus {
3216
+
3217
+ .e-text-wrap {
3218
+ height: auto;
3219
+ }
3220
+ }
3221
+ }
3222
+
3223
+ .e-text-wrap {
3224
+ display: block;
3225
+ height: auto;
3226
+ }
3227
+
3228
+ .e-close-icon {
3229
+ position: absolute;
3230
+ right: $tab-nrml-close-icon-top-bottom-right;
3231
+ top: calc(50% - 6px);
3232
+
3233
+ @media screen and (max-width: 480px) {
3234
+ right: $tab-mob-close-icon-top-bottom-right;
3235
+ }
3236
+ }
3237
+ }
3238
+
3239
+ &.e-itop .e-tab-text {
3240
+ margin: $tab-nrml-icon-top-margin;
3241
+
3242
+ @media screen and (max-width: 480px) {
3243
+ margin: $tab-big-icon-top-margin;
3244
+ }
3245
+ }
3246
+
3247
+ &.e-ibottom .e-tab-text {
3248
+ margin: $tab-nrml-icon-bottom-margin;
3249
+
3250
+ @media screen and (max-width: 480px) {
3251
+ margin: $tab-big-icon-bottom-margin;
3252
+ }
3253
+ }
3254
+
3255
+ .e-tab-icon.e-icon-top,
3256
+ .e-tab-icon.e-icon-bottom {
3257
+ align-items: center;
3258
+ display: flex;
3259
+ flex-direction: column;
3260
+ justify-content: center;
3261
+ margin: auto;
3262
+ }
3263
+
3264
+ &.e-close-show {
3265
+
3266
+ .e-icons.e-close-icon {
3267
+ align-items: center;
3268
+ align-self: center;
3269
+ display: inline-flex;
3270
+
3271
+ @media screen and (max-width: 480px) {
3272
+ display: none;
3273
+ }
3274
+ }
3275
+
3276
+ .e-toolbar-item.e-itop .e-text-wrap,
3277
+ .e-toolbar-item.e-ibottom .e-text-wrap {
3278
+ margin-right: $tab-nrml-text-container-margin-right;
3279
+ }
3280
+ }
3281
+ }
3282
+
3283
+ .e-bigger .e-tab-clone-element {
3284
+
3285
+ &:not(.e-separator) {
3286
+ height: $tab-big-height;
3287
+ margin: $tab-big-item-margin;
3288
+ min-height: $tab-big-height;
3289
+ min-width: auto;
3290
+ padding: $tab-big-item-padding;
3291
+
3292
+ @media screen and (max-width: 480px) {
3293
+ margin: $tab-nrml-item-margin;
3294
+ }
3295
+ }
3296
+
3297
+ &:not(.e-separator).e-itop,
3298
+ &:not(.e-separator).e-ibottom {
3299
+ height: $tab-big-icon-top-bottom-item-height;
3300
+ min-height: $tab-big-icon-top-bottom-item-height;
3301
+ }
3302
+
3303
+ .e-tab-wrap {
3304
+ height: $tab-big-height;
3305
+ padding: $tab-big-wrap-padding;
3306
+
3307
+ @media screen and (max-width: 480px) {
3308
+ padding: $tab-mob-wrap-padding;
3309
+ }
3310
+ }
3311
+
3312
+ .e-text-wrap {
3313
+ height: $tab-bgr-item-textwrap-height;
3314
+ }
3315
+
3316
+ .e-tab-text {
3317
+ font-size: $tab-big-font-size;
3318
+ align-self: auto;
3319
+ }
3320
+
3321
+ .e-icons.e-close-icon {
3322
+ cursor: pointer;
3323
+ margin: $tab-big-close-icon-margin;
3324
+
3325
+ @media screen and (max-width: 480px) {
3326
+ margin: $tab-mob-close-icon-margin;
3327
+ }
3328
+ }
3329
+
3330
+ .e-icons.e-close-icon,
3331
+ .e-close-icon::before {
3332
+ font-size: $tab-big-close-icon-size;
3333
+
3334
+ @media screen and (max-width: 480px) {
3335
+ font-size: $tab-mob-close-icon-size;
3336
+ }
3337
+ }
3338
+
3339
+ .e-icons.e-tab-icon {
3340
+ height: $tab-big-icon-container-size;
3341
+ min-width: $tab-big-icon-container-size;
3342
+ width: $tab-big-icon-container-size;
3343
+ line-height: $tab-bgr-icon-line-height;
3344
+ }
3345
+
3346
+ .e-tab-icon,
3347
+ .e-tab-icon::before {
3348
+ font-size: $tab-big-icon-size;
3349
+ }
3350
+
3351
+ &.e-icon {
3352
+
3353
+ .e-tab-wrap {
3354
+ padding: $tab-big-io-wrap-padding;
3355
+ }
3356
+ }
3357
+
3358
+ .e-icon-right {
3359
+ margin: 0 0 0 12px;
3360
+
3361
+ @media screen and (max-width: 480px) {
3362
+ margin: $tab-bgr-mob-item-iconright-margin;
3363
+ }
3364
+ }
3365
+
3366
+ .e-icon-left + .e-tab-text {
3367
+ margin: $tab-big-it-text-margin;
3368
+
3369
+ @media screen and (max-width: 480px) {
3370
+ margin: $tab-mob-it-text-margin;
3371
+ }
3372
+ }
3373
+
3374
+ &.e-itop,
3375
+ &.e-ibottom {
3376
+ height: $tab-big-icon-top-bottom-item-height;
3377
+
3378
+ .e-tab-wrap {
3379
+ height: $tab-big-icon-top-bottom-item-height;
3380
+
3381
+ &:focus .e-text-wrap {
3382
+ height: auto;
3383
+ }
3384
+ }
3385
+
3386
+ &.e-active .e-tab-wrap {
3387
+ height: $tab-big-icon-top-bottom-item-height;
3388
+
3389
+ &:focus .e-text-wrap {
3390
+ height: auto;
3391
+ }
3392
+ }
3393
+
3394
+ .e-close-icon {
3395
+ right: $tab-big-close-icon-top-bottom-right;
3396
+ }
3397
+ }
3398
+
3399
+ &.e-itop .e-tab-text {
3400
+ margin: $tab-big-icon-top-margin;
3401
+ }
3402
+
3403
+ &.e-ibottom .e-tab-text {
3404
+ margin: $tab-big-icon-bottom-margin;
3405
+ }
3406
+ }
3407
+ }