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

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 (795) 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 +176 -0
  83. package/styles/accordion/_bootstrap-definition.scss +181 -0
  84. package/styles/accordion/_bootstrap4-definition.scss +184 -0
  85. package/styles/accordion/_bootstrap5-dark-definition.scss +1 -0
  86. package/styles/accordion/_bootstrap5-definition.scss +182 -0
  87. package/styles/accordion/_fabric-dark-definition.scss +179 -0
  88. package/styles/accordion/_fabric-definition.scss +184 -0
  89. package/styles/accordion/_fluent-dark-definition.scss +1 -0
  90. package/styles/accordion/_fluent-definition.scss +181 -0
  91. package/styles/accordion/_fusionnew-definition.scss +182 -0
  92. package/styles/accordion/_highcontrast-definition.scss +206 -0
  93. package/styles/accordion/_highcontrast-light-definition.scss +204 -0
  94. package/styles/accordion/_layout.scss +358 -0
  95. package/styles/accordion/_material-dark-definition.scss +182 -0
  96. package/styles/accordion/_material-definition.scss +178 -0
  97. package/styles/accordion/_material3-dark-definition.scss +1 -0
  98. package/styles/accordion/_material3-definition.scss +182 -0
  99. package/styles/accordion/_tailwind-dark-definition.scss +1 -0
  100. package/styles/accordion/_tailwind-definition.scss +180 -0
  101. package/styles/accordion/_theme.scss +402 -0
  102. package/styles/accordion/bootstrap-dark.scss +4 -1
  103. package/styles/accordion/bootstrap.scss +4 -1
  104. package/styles/accordion/bootstrap4.scss +4 -1
  105. package/styles/accordion/bootstrap5-dark.scss +4 -1
  106. package/styles/accordion/bootstrap5.scss +4 -1
  107. package/styles/accordion/fabric-dark.scss +4 -1
  108. package/styles/accordion/fabric.scss +4 -1
  109. package/styles/accordion/fluent-dark.scss +4 -1
  110. package/styles/accordion/fluent.scss +4 -1
  111. package/styles/accordion/highcontrast-light.scss +4 -1
  112. package/styles/accordion/highcontrast.scss +4 -1
  113. package/styles/accordion/icons/_bootstrap-dark.scss +17 -0
  114. package/styles/accordion/icons/_bootstrap.scss +17 -0
  115. package/styles/accordion/icons/_bootstrap4.scss +17 -0
  116. package/styles/accordion/icons/_bootstrap5-dark.scss +1 -0
  117. package/styles/accordion/icons/_bootstrap5.scss +17 -0
  118. package/styles/accordion/icons/_fabric-dark.scss +17 -0
  119. package/styles/accordion/icons/_fabric.scss +17 -0
  120. package/styles/accordion/icons/_fluent-dark.scss +1 -0
  121. package/styles/accordion/icons/_fluent.scss +17 -0
  122. package/styles/accordion/icons/_fusionnew.scss +17 -0
  123. package/styles/accordion/icons/_highcontrast-light.scss +17 -0
  124. package/styles/accordion/icons/_highcontrast.scss +17 -0
  125. package/styles/accordion/icons/_material-dark.scss +17 -0
  126. package/styles/accordion/icons/_material.scss +17 -0
  127. package/styles/accordion/icons/_material3-dark.scss +1 -0
  128. package/styles/accordion/icons/_material3.scss +17 -0
  129. package/styles/accordion/icons/_tailwind-dark.scss +1 -0
  130. package/styles/accordion/icons/_tailwind.scss +17 -0
  131. package/styles/accordion/material-dark.scss +4 -1
  132. package/styles/accordion/material.scss +4 -1
  133. package/styles/accordion/material3-dark.scss +4 -1
  134. package/styles/accordion/material3.scss +4 -1
  135. package/styles/accordion/tailwind-dark.scss +4 -1
  136. package/styles/accordion/tailwind.scss +4 -1
  137. package/styles/appbar/_all.scss +2 -0
  138. package/styles/appbar/_bootstrap-dark-definition.scss +8 -0
  139. package/styles/appbar/_bootstrap-definition.scss +8 -0
  140. package/styles/appbar/_bootstrap4-definition.scss +8 -0
  141. package/styles/appbar/_bootstrap5-dark-definition.scss +1 -0
  142. package/styles/appbar/_bootstrap5-definition.scss +8 -0
  143. package/styles/appbar/_fabric-dark-definition.scss +8 -0
  144. package/styles/appbar/_fabric-definition.scss +8 -0
  145. package/styles/appbar/_fluent-dark-definition.scss +1 -0
  146. package/styles/appbar/_fluent-definition.scss +8 -0
  147. package/styles/appbar/_fusionnew-definition.scss +8 -0
  148. package/styles/appbar/_highcontrast-definition.scss +8 -0
  149. package/styles/appbar/_highcontrast-light-definition.scss +8 -0
  150. package/styles/appbar/_layout.scss +89 -0
  151. package/styles/appbar/_material-dark-definition.scss +8 -0
  152. package/styles/appbar/_material-definition.scss +8 -0
  153. package/styles/appbar/_material3-dark-definition.scss +1 -0
  154. package/styles/appbar/_material3-definition.scss +8 -0
  155. package/styles/appbar/_tailwind-dark-definition.scss +1 -0
  156. package/styles/appbar/_tailwind-definition.scss +8 -0
  157. package/styles/appbar/_theme.scss +218 -0
  158. package/styles/appbar/bootstrap-dark.scss +3 -1
  159. package/styles/appbar/bootstrap.scss +3 -1
  160. package/styles/appbar/bootstrap4.scss +3 -1
  161. package/styles/appbar/bootstrap5-dark.scss +3 -1
  162. package/styles/appbar/bootstrap5.scss +3 -1
  163. package/styles/appbar/fabric-dark.scss +3 -1
  164. package/styles/appbar/fabric.scss +3 -1
  165. package/styles/appbar/fluent-dark.scss +3 -1
  166. package/styles/appbar/fluent.scss +3 -1
  167. package/styles/appbar/highcontrast-light.scss +3 -1
  168. package/styles/appbar/highcontrast.scss +3 -1
  169. package/styles/appbar/material-dark.scss +3 -1
  170. package/styles/appbar/material.scss +3 -1
  171. package/styles/appbar/material3-dark.scss +3 -1
  172. package/styles/appbar/material3.scss +3 -1
  173. package/styles/appbar/tailwind-dark.scss +3 -1
  174. package/styles/appbar/tailwind.scss +3 -1
  175. package/styles/breadcrumb/_all.scss +3 -0
  176. package/styles/breadcrumb/_bootstrap-dark-definition.scss +54 -0
  177. package/styles/breadcrumb/_bootstrap-definition.scss +54 -0
  178. package/styles/breadcrumb/_bootstrap4-definition.scss +54 -0
  179. package/styles/breadcrumb/_bootstrap5-dark-definition.scss +1 -0
  180. package/styles/breadcrumb/_bootstrap5-definition.scss +59 -0
  181. package/styles/breadcrumb/_fabric-dark-definition.scss +59 -0
  182. package/styles/breadcrumb/_fabric-definition.scss +59 -0
  183. package/styles/breadcrumb/_fluent-dark-definition.scss +1 -0
  184. package/styles/breadcrumb/_fluent-definition.scss +62 -0
  185. package/styles/breadcrumb/_fusionnew-definition.scss +59 -0
  186. package/styles/breadcrumb/_highcontrast-definition.scss +61 -0
  187. package/styles/breadcrumb/_highcontrast-light-definition.scss +61 -0
  188. package/styles/breadcrumb/_layout.scss +491 -0
  189. package/styles/breadcrumb/_material-dark-definition.scss +50 -0
  190. package/styles/breadcrumb/_material-definition.scss +50 -0
  191. package/styles/breadcrumb/_material3-dark-definition.scss +1 -0
  192. package/styles/breadcrumb/_material3-definition.scss +60 -0
  193. package/styles/breadcrumb/_tailwind-dark-definition.scss +1 -0
  194. package/styles/breadcrumb/_tailwind-definition.scss +60 -0
  195. package/styles/breadcrumb/_theme.scss +178 -0
  196. package/styles/breadcrumb/bootstrap-dark.scss +4 -1
  197. package/styles/breadcrumb/bootstrap.scss +4 -1
  198. package/styles/breadcrumb/bootstrap4.scss +4 -1
  199. package/styles/breadcrumb/bootstrap5-dark.scss +4 -1
  200. package/styles/breadcrumb/bootstrap5.scss +4 -1
  201. package/styles/breadcrumb/fabric-dark.scss +4 -1
  202. package/styles/breadcrumb/fabric.scss +4 -1
  203. package/styles/breadcrumb/fluent-dark.scss +4 -1
  204. package/styles/breadcrumb/fluent.scss +4 -1
  205. package/styles/breadcrumb/highcontrast-light.scss +4 -1
  206. package/styles/breadcrumb/highcontrast.scss +4 -1
  207. package/styles/breadcrumb/icons/_bootstrap-dark.scss +14 -0
  208. package/styles/breadcrumb/icons/_bootstrap.scss +14 -0
  209. package/styles/breadcrumb/icons/_bootstrap4.scss +14 -0
  210. package/styles/breadcrumb/icons/_bootstrap5-dark.scss +1 -0
  211. package/styles/breadcrumb/icons/_bootstrap5.scss +25 -0
  212. package/styles/breadcrumb/icons/_fabric-dark.scss +14 -0
  213. package/styles/breadcrumb/icons/_fabric.scss +14 -0
  214. package/styles/breadcrumb/icons/_fluent-dark.scss +1 -0
  215. package/styles/breadcrumb/icons/_fluent.scss +25 -0
  216. package/styles/breadcrumb/icons/_fusionnew.scss +25 -0
  217. package/styles/breadcrumb/icons/_highcontrast-light.scss +14 -0
  218. package/styles/breadcrumb/icons/_highcontrast.scss +14 -0
  219. package/styles/breadcrumb/icons/_material-dark.scss +25 -0
  220. package/styles/breadcrumb/icons/_material.scss +25 -0
  221. package/styles/breadcrumb/icons/_material3-dark.scss +1 -0
  222. package/styles/breadcrumb/icons/_material3.scss +14 -0
  223. package/styles/breadcrumb/icons/_tailwind-dark.scss +25 -0
  224. package/styles/breadcrumb/icons/_tailwind.scss +25 -0
  225. package/styles/breadcrumb/material-dark.scss +4 -1
  226. package/styles/breadcrumb/material.scss +4 -1
  227. package/styles/breadcrumb/material3-dark.scss +4 -1
  228. package/styles/breadcrumb/material3.scss +4 -1
  229. package/styles/breadcrumb/tailwind-dark.scss +4 -1
  230. package/styles/breadcrumb/tailwind.scss +4 -1
  231. package/styles/carousel/_all.scss +2 -0
  232. package/styles/carousel/_bootstrap-dark-definition.scss +27 -0
  233. package/styles/carousel/_bootstrap-definition.scss +27 -0
  234. package/styles/carousel/_bootstrap4-definition.scss +27 -0
  235. package/styles/carousel/_bootstrap5-dark-definition.scss +1 -0
  236. package/styles/carousel/_bootstrap5-definition.scss +27 -0
  237. package/styles/carousel/_fabric-dark-definition.scss +27 -0
  238. package/styles/carousel/_fabric-definition.scss +27 -0
  239. package/styles/carousel/_fluent-dark-definition.scss +1 -0
  240. package/styles/carousel/_fluent-definition.scss +27 -0
  241. package/styles/carousel/_fusionnew-definition.scss +27 -0
  242. package/styles/carousel/_highcontrast-definition.scss +27 -0
  243. package/styles/carousel/_highcontrast-light-definition.scss +27 -0
  244. package/styles/carousel/_layout.scss +254 -0
  245. package/styles/carousel/_material-dark-definition.scss +27 -0
  246. package/styles/carousel/_material-definition.scss +27 -0
  247. package/styles/carousel/_material3-dark-definition.scss +1 -0
  248. package/styles/carousel/_material3-definition.scss +28 -0
  249. package/styles/carousel/_tailwind-dark-definition.scss +1 -0
  250. package/styles/carousel/_tailwind-definition.scss +27 -0
  251. package/styles/carousel/_theme.scss +85 -0
  252. package/styles/carousel/bootstrap-dark.scss +5 -1
  253. package/styles/carousel/bootstrap.scss +5 -1
  254. package/styles/carousel/bootstrap4.scss +5 -1
  255. package/styles/carousel/bootstrap5-dark.scss +5 -1
  256. package/styles/carousel/bootstrap5.scss +5 -1
  257. package/styles/carousel/fabric-dark.scss +5 -1
  258. package/styles/carousel/fabric.scss +5 -1
  259. package/styles/carousel/fluent-dark.scss +5 -1
  260. package/styles/carousel/fluent.scss +5 -1
  261. package/styles/carousel/highcontrast-light.scss +5 -1
  262. package/styles/carousel/highcontrast.scss +5 -1
  263. package/styles/carousel/icons/_bootstrap-dark.scss +30 -0
  264. package/styles/carousel/icons/_bootstrap.scss +30 -0
  265. package/styles/carousel/icons/_bootstrap4.scss +30 -0
  266. package/styles/carousel/icons/_bootstrap5-dark.scss +1 -0
  267. package/styles/carousel/icons/_bootstrap5.scss +30 -0
  268. package/styles/carousel/icons/_fabric-dark.scss +30 -0
  269. package/styles/carousel/icons/_fabric.scss +30 -0
  270. package/styles/carousel/icons/_fluent-dark.scss +1 -0
  271. package/styles/carousel/icons/_fluent.scss +30 -0
  272. package/styles/carousel/icons/_fusionnew.scss +30 -0
  273. package/styles/carousel/icons/_highcontrast-light.scss +30 -0
  274. package/styles/carousel/icons/_highcontrast.scss +30 -0
  275. package/styles/carousel/icons/_material-dark.scss +30 -0
  276. package/styles/carousel/icons/_material.scss +30 -0
  277. package/styles/carousel/icons/_material3-dark.scss +1 -0
  278. package/styles/carousel/icons/_material3.scss +30 -0
  279. package/styles/carousel/icons/_tailwind-dark.scss +1 -0
  280. package/styles/carousel/icons/_tailwind.scss +30 -0
  281. package/styles/carousel/material-dark.scss +5 -1
  282. package/styles/carousel/material.scss +5 -1
  283. package/styles/carousel/material3-dark.scss +5 -1
  284. package/styles/carousel/material3.scss +5 -1
  285. package/styles/carousel/tailwind-dark.scss +5 -1
  286. package/styles/carousel/tailwind.scss +5 -1
  287. package/styles/context-menu/_all.scss +2 -0
  288. package/styles/context-menu/_bootstrap-dark-definition.scss +53 -0
  289. package/styles/context-menu/_bootstrap-definition.scss +50 -0
  290. package/styles/context-menu/_bootstrap4-definition.scss +50 -0
  291. package/styles/context-menu/_bootstrap5-dark-definition.scss +1 -0
  292. package/styles/context-menu/_bootstrap5-definition.scss +52 -0
  293. package/styles/context-menu/_fabric-dark-definition.scss +53 -0
  294. package/styles/context-menu/_fabric-definition.scss +50 -0
  295. package/styles/context-menu/_fluent-dark-definition.scss +1 -0
  296. package/styles/context-menu/_fluent-definition.scss +52 -0
  297. package/styles/context-menu/_fusionnew-definition.scss +52 -0
  298. package/styles/context-menu/_highcontrast-definition.scss +50 -0
  299. package/styles/context-menu/_highcontrast-light-definition.scss +53 -0
  300. package/styles/context-menu/_layout-mixin.scss +170 -0
  301. package/styles/context-menu/_layout.scss +149 -0
  302. package/styles/context-menu/_material-dark-definition.scss +53 -0
  303. package/styles/context-menu/_material-definition.scss +50 -0
  304. package/styles/context-menu/_material3-dark-definition.scss +1 -0
  305. package/styles/context-menu/_material3-definition.scss +52 -0
  306. package/styles/context-menu/_tailwind-dark-definition.scss +1 -0
  307. package/styles/context-menu/_tailwind-definition.scss +53 -0
  308. package/styles/context-menu/_theme-mixin.scss +63 -0
  309. package/styles/context-menu/_theme.scss +55 -0
  310. package/styles/context-menu/bootstrap-dark.scss +7 -1
  311. package/styles/context-menu/bootstrap.scss +7 -1
  312. package/styles/context-menu/bootstrap4.scss +7 -1
  313. package/styles/context-menu/bootstrap5-dark.scss +7 -1
  314. package/styles/context-menu/bootstrap5.scss +7 -1
  315. package/styles/context-menu/fabric-dark.scss +7 -1
  316. package/styles/context-menu/fabric.scss +7 -1
  317. package/styles/context-menu/fluent-dark.scss +7 -1
  318. package/styles/context-menu/fluent.scss +7 -1
  319. package/styles/context-menu/highcontrast-light.scss +7 -1
  320. package/styles/context-menu/highcontrast.scss +7 -1
  321. package/styles/context-menu/icons/_bootstrap-dark.scss +33 -0
  322. package/styles/context-menu/icons/_bootstrap.scss +33 -0
  323. package/styles/context-menu/icons/_bootstrap4.scss +33 -0
  324. package/styles/context-menu/icons/_bootstrap5-dark.scss +1 -0
  325. package/styles/context-menu/icons/_bootstrap5.scss +33 -0
  326. package/styles/context-menu/icons/_fabric-dark.scss +33 -0
  327. package/styles/context-menu/icons/_fabric.scss +33 -0
  328. package/styles/context-menu/icons/_fluent-dark.scss +1 -0
  329. package/styles/context-menu/icons/_fluent.scss +33 -0
  330. package/styles/context-menu/icons/_fusionnew.scss +33 -0
  331. package/styles/context-menu/icons/_highcontrast-light.scss +33 -0
  332. package/styles/context-menu/icons/_highcontrast.scss +33 -0
  333. package/styles/context-menu/icons/_material-dark.scss +33 -0
  334. package/styles/context-menu/icons/_material.scss +33 -0
  335. package/styles/context-menu/icons/_material3-dark.scss +1 -0
  336. package/styles/context-menu/icons/_material3.scss +33 -0
  337. package/styles/context-menu/icons/_tailwind-dark.scss +33 -0
  338. package/styles/context-menu/icons/_tailwind.scss +33 -0
  339. package/styles/context-menu/material-dark.scss +7 -1
  340. package/styles/context-menu/material.scss +7 -1
  341. package/styles/context-menu/material3-dark.scss +7 -1
  342. package/styles/context-menu/material3.scss +7 -1
  343. package/styles/context-menu/tailwind-dark.scss +7 -1
  344. package/styles/context-menu/tailwind.scss +7 -1
  345. package/styles/h-scroll/_all.scss +2 -0
  346. package/styles/h-scroll/_bootstrap-dark-definition.scss +57 -0
  347. package/styles/h-scroll/_bootstrap-definition.scss +56 -0
  348. package/styles/h-scroll/_bootstrap4-definition.scss +56 -0
  349. package/styles/h-scroll/_bootstrap5-dark-definition.scss +1 -0
  350. package/styles/h-scroll/_bootstrap5-definition.scss +83 -0
  351. package/styles/h-scroll/_fabric-dark-definition.scss +58 -0
  352. package/styles/h-scroll/_fabric-definition.scss +55 -0
  353. package/styles/h-scroll/_fluent-dark-definition.scss +1 -0
  354. package/styles/h-scroll/_fluent-definition.scss +83 -0
  355. package/styles/h-scroll/_fusionnew-definition.scss +83 -0
  356. package/styles/h-scroll/_highcontrast-definition.scss +56 -0
  357. package/styles/h-scroll/_highcontrast-light-definition.scss +59 -0
  358. package/styles/h-scroll/_layout.scss +198 -0
  359. package/styles/h-scroll/_material-dark-definition.scss +85 -0
  360. package/styles/h-scroll/_material-definition.scss +82 -0
  361. package/styles/h-scroll/_material3-dark-definition.scss +1 -0
  362. package/styles/h-scroll/_material3-definition.scss +83 -0
  363. package/styles/h-scroll/_tailwind-dark-definition.scss +1 -0
  364. package/styles/h-scroll/_tailwind-definition.scss +83 -0
  365. package/styles/h-scroll/_theme.scss +131 -0
  366. package/styles/h-scroll/bootstrap-dark.scss +4 -1
  367. package/styles/h-scroll/bootstrap.scss +4 -1
  368. package/styles/h-scroll/bootstrap4.scss +4 -1
  369. package/styles/h-scroll/bootstrap5-dark.scss +4 -1
  370. package/styles/h-scroll/bootstrap5.scss +4 -1
  371. package/styles/h-scroll/fabric-dark.scss +4 -1
  372. package/styles/h-scroll/fabric.scss +4 -1
  373. package/styles/h-scroll/fluent-dark.scss +4 -1
  374. package/styles/h-scroll/fluent.scss +4 -1
  375. package/styles/h-scroll/highcontrast-light.scss +4 -1
  376. package/styles/h-scroll/highcontrast.scss +4 -1
  377. package/styles/h-scroll/icons/_bootstrap-dark.scss +49 -0
  378. package/styles/h-scroll/icons/_bootstrap.scss +49 -0
  379. package/styles/h-scroll/icons/_bootstrap4.scss +49 -0
  380. package/styles/h-scroll/icons/_bootstrap5-dark.scss +1 -0
  381. package/styles/h-scroll/icons/_bootstrap5.scss +49 -0
  382. package/styles/h-scroll/icons/_fabric-dark.scss +49 -0
  383. package/styles/h-scroll/icons/_fabric.scss +49 -0
  384. package/styles/h-scroll/icons/_fluent-dark.scss +1 -0
  385. package/styles/h-scroll/icons/_fluent.scss +49 -0
  386. package/styles/h-scroll/icons/_fusionnew.scss +49 -0
  387. package/styles/h-scroll/icons/_highcontrast-light.scss +49 -0
  388. package/styles/h-scroll/icons/_highcontrast.scss +49 -0
  389. package/styles/h-scroll/icons/_material-dark.scss +49 -0
  390. package/styles/h-scroll/icons/_material.scss +49 -0
  391. package/styles/h-scroll/icons/_material3-dark.scss +1 -0
  392. package/styles/h-scroll/icons/_material3.scss +49 -0
  393. package/styles/h-scroll/icons/_tailwind-dark.scss +1 -0
  394. package/styles/h-scroll/icons/_tailwind.scss +49 -0
  395. package/styles/h-scroll/material-dark.scss +4 -1
  396. package/styles/h-scroll/material.scss +4 -1
  397. package/styles/h-scroll/material3-dark.scss +4 -1
  398. package/styles/h-scroll/material3.scss +4 -1
  399. package/styles/h-scroll/tailwind-dark.scss +4 -1
  400. package/styles/h-scroll/tailwind.scss +4 -1
  401. package/styles/material3-dark.css +35 -695
  402. package/styles/material3-dark.scss +1 -0
  403. package/styles/material3.css +69 -1401
  404. package/styles/material3.scss +1 -0
  405. package/styles/menu/_all.scss +2 -0
  406. package/styles/menu/_bootstrap-dark-definition.scss +64 -0
  407. package/styles/menu/_bootstrap-definition.scss +65 -0
  408. package/styles/menu/_bootstrap4-definition.scss +64 -0
  409. package/styles/menu/_bootstrap5-dark-definition.scss +1 -0
  410. package/styles/menu/_bootstrap5-definition.scss +67 -0
  411. package/styles/menu/_fabric-dark-definition.scss +64 -0
  412. package/styles/menu/_fabric-definition.scss +64 -0
  413. package/styles/menu/_fluent-dark-definition.scss +1 -0
  414. package/styles/menu/_fluent-definition.scss +67 -0
  415. package/styles/menu/_fusionnew-definition.scss +67 -0
  416. package/styles/menu/_highcontrast-definition.scss +65 -0
  417. package/styles/menu/_highcontrast-light-definition.scss +61 -0
  418. package/styles/menu/_layout.scss +717 -0
  419. package/styles/menu/_material-dark-definition.scss +64 -0
  420. package/styles/menu/_material-definition.scss +64 -0
  421. package/styles/menu/_material3-dark-definition.scss +1 -0
  422. package/styles/menu/_material3-definition.scss +67 -0
  423. package/styles/menu/_tailwind-dark-definition.scss +1 -0
  424. package/styles/menu/_tailwind-definition.scss +66 -0
  425. package/styles/menu/_theme.scss +306 -0
  426. package/styles/menu/bootstrap-dark.scss +8 -1
  427. package/styles/menu/bootstrap.scss +8 -1
  428. package/styles/menu/bootstrap4.scss +8 -1
  429. package/styles/menu/bootstrap5-dark.scss +8 -1
  430. package/styles/menu/bootstrap5.scss +8 -1
  431. package/styles/menu/fabric-dark.scss +8 -1
  432. package/styles/menu/fabric.scss +8 -1
  433. package/styles/menu/fluent-dark.scss +8 -1
  434. package/styles/menu/fluent.scss +8 -1
  435. package/styles/menu/highcontrast-light.scss +8 -1
  436. package/styles/menu/highcontrast.scss +8 -1
  437. package/styles/menu/icons/_bootstrap-dark.scss +134 -0
  438. package/styles/menu/icons/_bootstrap.scss +134 -0
  439. package/styles/menu/icons/_bootstrap4.scss +134 -0
  440. package/styles/menu/icons/_bootstrap5-dark.scss +1 -0
  441. package/styles/menu/icons/_bootstrap5.scss +134 -0
  442. package/styles/menu/icons/_fabric-dark.scss +134 -0
  443. package/styles/menu/icons/_fabric.scss +134 -0
  444. package/styles/menu/icons/_fluent-dark.scss +1 -0
  445. package/styles/menu/icons/_fluent.scss +134 -0
  446. package/styles/menu/icons/_fusionnew.scss +134 -0
  447. package/styles/menu/icons/_highcontrast-light.scss +134 -0
  448. package/styles/menu/icons/_highcontrast.scss +134 -0
  449. package/styles/menu/icons/_material-dark.scss +134 -0
  450. package/styles/menu/icons/_material.scss +134 -0
  451. package/styles/menu/icons/_material3-dark.scss +1 -0
  452. package/styles/menu/icons/_material3.scss +134 -0
  453. package/styles/menu/icons/_tailwind-dark.scss +134 -0
  454. package/styles/menu/icons/_tailwind.scss +134 -0
  455. package/styles/menu/material-dark.scss +8 -1
  456. package/styles/menu/material.scss +8 -1
  457. package/styles/menu/material3-dark.scss +8 -1
  458. package/styles/menu/material3.scss +8 -1
  459. package/styles/menu/tailwind-dark.scss +8 -1
  460. package/styles/menu/tailwind.scss +8 -1
  461. package/styles/pager/_all.scss +2 -0
  462. package/styles/pager/_bootstrap-dark-definition.scss +135 -0
  463. package/styles/pager/_bootstrap-definition.scss +135 -0
  464. package/styles/pager/_bootstrap4-definition.scss +135 -0
  465. package/styles/pager/_bootstrap5-dark-definition.scss +1 -0
  466. package/styles/pager/_bootstrap5-definition.scss +150 -0
  467. package/styles/pager/_fabric-dark-definition.scss +135 -0
  468. package/styles/pager/_fabric-definition.scss +133 -0
  469. package/styles/pager/_fluent-dark-definition.scss +1 -0
  470. package/styles/pager/_fluent-definition.scss +137 -0
  471. package/styles/pager/_fusionnew-definition.scss +150 -0
  472. package/styles/pager/_highcontrast-definition.scss +133 -0
  473. package/styles/pager/_highcontrast-light-definition.scss +135 -0
  474. package/styles/pager/_layout.scss +913 -0
  475. package/styles/pager/_material-dark-definition.scss +136 -0
  476. package/styles/pager/_material-definition.scss +134 -0
  477. package/styles/pager/_material3-dark-definition.scss +1 -0
  478. package/styles/pager/_material3-definition.scss +150 -0
  479. package/styles/pager/_tailwind-dark-definition.scss +1 -0
  480. package/styles/pager/_tailwind-definition.scss +136 -0
  481. package/styles/pager/_theme.scss +159 -0
  482. package/styles/pager/bootstrap-dark.scss +4 -1
  483. package/styles/pager/bootstrap.scss +4 -1
  484. package/styles/pager/bootstrap4.scss +4 -1
  485. package/styles/pager/bootstrap5-dark.scss +4 -1
  486. package/styles/pager/bootstrap5.scss +4 -1
  487. package/styles/pager/fabric-dark.scss +4 -1
  488. package/styles/pager/fabric.scss +4 -1
  489. package/styles/pager/fluent-dark.scss +4 -1
  490. package/styles/pager/fluent.scss +4 -1
  491. package/styles/pager/highcontrast-light.scss +4 -1
  492. package/styles/pager/highcontrast.scss +4 -1
  493. package/styles/pager/icons/_bootstrap-dark.scss +50 -0
  494. package/styles/pager/icons/_bootstrap.scss +50 -0
  495. package/styles/pager/icons/_bootstrap4.scss +50 -0
  496. package/styles/pager/icons/_bootstrap5-dark.scss +1 -0
  497. package/styles/pager/icons/_bootstrap5.scss +50 -0
  498. package/styles/pager/icons/_fabric-dark.scss +50 -0
  499. package/styles/pager/icons/_fabric.scss +50 -0
  500. package/styles/pager/icons/_fluent-dark.scss +1 -0
  501. package/styles/pager/icons/_fluent.scss +50 -0
  502. package/styles/pager/icons/_fusionnew.scss +50 -0
  503. package/styles/pager/icons/_highcontrast-light.scss +50 -0
  504. package/styles/pager/icons/_highcontrast.scss +46 -0
  505. package/styles/pager/icons/_material-dark.scss +50 -0
  506. package/styles/pager/icons/_material.scss +46 -0
  507. package/styles/pager/icons/_material3-dark.scss +1 -0
  508. package/styles/pager/icons/_material3.scss +50 -0
  509. package/styles/pager/icons/_tailwind-dark.scss +1 -0
  510. package/styles/pager/icons/_tailwind.scss +50 -0
  511. package/styles/pager/material-dark.scss +4 -1
  512. package/styles/pager/material.scss +4 -1
  513. package/styles/pager/material3-dark.scss +4 -1
  514. package/styles/pager/material3.scss +4 -1
  515. package/styles/pager/tailwind-dark.scss +4 -1
  516. package/styles/pager/tailwind.scss +4 -1
  517. package/styles/sidebar/_all.scss +3 -0
  518. package/styles/sidebar/_bootstrap-dark-definition.scss +4 -0
  519. package/styles/sidebar/_bootstrap-definition.scss +4 -0
  520. package/styles/sidebar/_bootstrap4-definition.scss +4 -0
  521. package/styles/sidebar/_bootstrap5-dark-definition.scss +1 -0
  522. package/styles/sidebar/_bootstrap5-definition.scss +6 -0
  523. package/styles/sidebar/_fabric-dark-definition.scss +4 -0
  524. package/styles/sidebar/_fabric-definition.scss +4 -0
  525. package/styles/sidebar/_fluent-dark-definition.scss +1 -0
  526. package/styles/sidebar/_fluent-definition.scss +6 -0
  527. package/styles/sidebar/_fusionnew-definition.scss +6 -0
  528. package/styles/sidebar/_highcontrast-definition.scss +4 -0
  529. package/styles/sidebar/_highcontrast-light-definition.scss +4 -0
  530. package/styles/sidebar/_icons.scss +1 -0
  531. package/styles/sidebar/_layout.scss +1 -0
  532. package/styles/sidebar/_material-dark-definition.scss +4 -0
  533. package/styles/sidebar/_material-definition.scss +6 -0
  534. package/styles/sidebar/_material3-dark-definition.scss +1 -0
  535. package/styles/sidebar/_material3-definition.scss +7 -0
  536. package/styles/sidebar/_tailwind-dark-definition.scss +1 -0
  537. package/styles/sidebar/_tailwind-definition.scss +6 -0
  538. package/styles/sidebar/_theme.scss +182 -0
  539. package/styles/sidebar/bootstrap-dark.scss +3 -1
  540. package/styles/sidebar/bootstrap.scss +3 -1
  541. package/styles/sidebar/bootstrap4.scss +3 -1
  542. package/styles/sidebar/bootstrap5-dark.scss +3 -1
  543. package/styles/sidebar/bootstrap5.scss +3 -1
  544. package/styles/sidebar/fabric-dark.scss +3 -1
  545. package/styles/sidebar/fabric.scss +3 -1
  546. package/styles/sidebar/fluent-dark.scss +3 -1
  547. package/styles/sidebar/fluent.scss +3 -1
  548. package/styles/sidebar/highcontrast-light.scss +3 -1
  549. package/styles/sidebar/highcontrast.scss +3 -1
  550. package/styles/sidebar/material-dark.scss +3 -1
  551. package/styles/sidebar/material.scss +3 -1
  552. package/styles/sidebar/material3-dark.scss +3 -1
  553. package/styles/sidebar/material3.scss +3 -1
  554. package/styles/sidebar/tailwind-dark.scss +3 -1
  555. package/styles/sidebar/tailwind.scss +3 -1
  556. package/styles/tab/_all.scss +2 -0
  557. package/styles/tab/_bootstrap-dark-definition.scss +656 -0
  558. package/styles/tab/_bootstrap-definition.scss +666 -0
  559. package/styles/tab/_bootstrap4-definition.scss +670 -0
  560. package/styles/tab/_bootstrap5-dark-definition.scss +1 -0
  561. package/styles/tab/_bootstrap5-definition.scss +660 -0
  562. package/styles/tab/_fabric-dark-definition.scss +665 -0
  563. package/styles/tab/_fabric-definition.scss +680 -0
  564. package/styles/tab/_fluent-dark-definition.scss +1 -0
  565. package/styles/tab/_fluent-definition.scss +668 -0
  566. package/styles/tab/_fusionnew-definition.scss +660 -0
  567. package/styles/tab/_highcontrast-definition.scss +704 -0
  568. package/styles/tab/_highcontrast-light-definition.scss +692 -0
  569. package/styles/tab/_icons.scss +36 -0
  570. package/styles/tab/_layout.scss +3433 -0
  571. package/styles/tab/_material-dark-definition.scss +676 -0
  572. package/styles/tab/_material-definition.scss +686 -0
  573. package/styles/tab/_material3-dark-definition.scss +1 -0
  574. package/styles/tab/_material3-definition.scss +661 -0
  575. package/styles/tab/_tailwind-dark-definition.scss +1 -0
  576. package/styles/tab/_tailwind-definition.scss +689 -0
  577. package/styles/tab/_theme.scss +1528 -0
  578. package/styles/tab/bootstrap-dark.scss +5 -1
  579. package/styles/tab/bootstrap.scss +5 -1
  580. package/styles/tab/bootstrap4.scss +5 -1
  581. package/styles/tab/bootstrap5-dark.scss +5 -1
  582. package/styles/tab/bootstrap5.scss +5 -1
  583. package/styles/tab/fabric-dark.scss +5 -1
  584. package/styles/tab/fabric.scss +5 -1
  585. package/styles/tab/fluent-dark.scss +5 -1
  586. package/styles/tab/fluent.scss +5 -1
  587. package/styles/tab/highcontrast-light.scss +5 -1
  588. package/styles/tab/highcontrast.scss +5 -1
  589. package/styles/tab/icons/_bootstrap-dark.scss +100 -0
  590. package/styles/tab/icons/_bootstrap.scss +100 -0
  591. package/styles/tab/icons/_bootstrap4.scss +103 -0
  592. package/styles/tab/icons/_bootstrap5-dark.scss +1 -0
  593. package/styles/tab/icons/_bootstrap5.scss +92 -0
  594. package/styles/tab/icons/_fabric-dark.scss +100 -0
  595. package/styles/tab/icons/_fabric.scss +100 -0
  596. package/styles/tab/icons/_fluent-dark.scss +1 -0
  597. package/styles/tab/icons/_fluent.scss +100 -0
  598. package/styles/tab/icons/_fusionnew.scss +92 -0
  599. package/styles/tab/icons/_highcontrast-light.scss +92 -0
  600. package/styles/tab/icons/_highcontrast.scss +103 -0
  601. package/styles/tab/icons/_material-dark.scss +92 -0
  602. package/styles/tab/icons/_material.scss +92 -0
  603. package/styles/tab/icons/_material3-dark.scss +1 -0
  604. package/styles/tab/icons/_material3.scss +92 -0
  605. package/styles/tab/icons/_tailwind-dark.scss +1 -0
  606. package/styles/tab/icons/_tailwind.scss +92 -0
  607. package/styles/tab/material-dark.scss +5 -1
  608. package/styles/tab/material.scss +5 -1
  609. package/styles/tab/material3-dark.scss +5 -1
  610. package/styles/tab/material3.scss +5 -1
  611. package/styles/tab/tailwind-dark.scss +5 -1
  612. package/styles/tab/tailwind.scss +5 -1
  613. package/styles/toolbar/_all.scss +2 -0
  614. package/styles/toolbar/_bootstrap-dark-definition.scss +208 -0
  615. package/styles/toolbar/_bootstrap-definition.scss +206 -0
  616. package/styles/toolbar/_bootstrap4-definition.scss +211 -0
  617. package/styles/toolbar/_bootstrap5-dark-definition.scss +1 -0
  618. package/styles/toolbar/_bootstrap5-definition.scss +220 -0
  619. package/styles/toolbar/_fabric-dark-definition.scss +222 -0
  620. package/styles/toolbar/_fabric-definition.scss +208 -0
  621. package/styles/toolbar/_fluent-dark-definition.scss +1 -0
  622. package/styles/toolbar/_fluent-definition.scss +210 -0
  623. package/styles/toolbar/_fusionnew-definition.scss +220 -0
  624. package/styles/toolbar/_highcontrast-definition.scss +218 -0
  625. package/styles/toolbar/_highcontrast-light-definition.scss +233 -0
  626. package/styles/toolbar/_layout.scss +1030 -0
  627. package/styles/toolbar/_material-dark-definition.scss +247 -0
  628. package/styles/toolbar/_material-definition.scss +235 -0
  629. package/styles/toolbar/_material3-dark-definition.scss +1 -0
  630. package/styles/toolbar/_material3-definition.scss +220 -0
  631. package/styles/toolbar/_tailwind-dark-definition.scss +1 -0
  632. package/styles/toolbar/_tailwind-definition.scss +210 -0
  633. package/styles/toolbar/_theme.scss +353 -0
  634. package/styles/toolbar/bootstrap-dark.scss +8 -1
  635. package/styles/toolbar/bootstrap.scss +8 -1
  636. package/styles/toolbar/bootstrap4.scss +8 -1
  637. package/styles/toolbar/bootstrap5-dark.scss +8 -1
  638. package/styles/toolbar/bootstrap5.scss +8 -1
  639. package/styles/toolbar/fabric-dark.scss +8 -1
  640. package/styles/toolbar/fabric.scss +8 -1
  641. package/styles/toolbar/fluent-dark.scss +8 -1
  642. package/styles/toolbar/fluent.scss +8 -1
  643. package/styles/toolbar/highcontrast-light.scss +8 -1
  644. package/styles/toolbar/highcontrast.scss +8 -1
  645. package/styles/toolbar/icons/_bootstrap-dark.scss +16 -0
  646. package/styles/toolbar/icons/_bootstrap.scss +16 -0
  647. package/styles/toolbar/icons/_bootstrap4.scss +16 -0
  648. package/styles/toolbar/icons/_bootstrap5-dark.scss +1 -0
  649. package/styles/toolbar/icons/_bootstrap5.scss +16 -0
  650. package/styles/toolbar/icons/_fabric-dark.scss +16 -0
  651. package/styles/toolbar/icons/_fabric.scss +16 -0
  652. package/styles/toolbar/icons/_fluent-dark.scss +1 -0
  653. package/styles/toolbar/icons/_fluent.scss +16 -0
  654. package/styles/toolbar/icons/_fusionnew.scss +16 -0
  655. package/styles/toolbar/icons/_highcontrast-light.scss +16 -0
  656. package/styles/toolbar/icons/_highcontrast.scss +16 -0
  657. package/styles/toolbar/icons/_material-dark.scss +16 -0
  658. package/styles/toolbar/icons/_material.scss +16 -0
  659. package/styles/toolbar/icons/_material3-dark.scss +1 -0
  660. package/styles/toolbar/icons/_material3.scss +16 -0
  661. package/styles/toolbar/icons/_tailwind-dark.scss +1 -0
  662. package/styles/toolbar/icons/_tailwind.scss +16 -0
  663. package/styles/toolbar/material-dark.scss +8 -1
  664. package/styles/toolbar/material.scss +8 -1
  665. package/styles/toolbar/material3-dark.scss +8 -1
  666. package/styles/toolbar/material3.scss +8 -1
  667. package/styles/toolbar/tailwind-dark.scss +8 -1
  668. package/styles/toolbar/tailwind.scss +8 -1
  669. package/styles/treeview/_all.scss +2 -0
  670. package/styles/treeview/_bootstrap-dark-definition.scss +118 -0
  671. package/styles/treeview/_bootstrap-definition.scss +113 -0
  672. package/styles/treeview/_bootstrap4-definition.scss +141 -0
  673. package/styles/treeview/_bootstrap5-dark-definition.scss +1 -0
  674. package/styles/treeview/_bootstrap5-definition.scss +120 -0
  675. package/styles/treeview/_fabric-dark-definition.scss +116 -0
  676. package/styles/treeview/_fabric-definition.scss +112 -0
  677. package/styles/treeview/_fluent-dark-definition.scss +1 -0
  678. package/styles/treeview/_fluent-definition.scss +120 -0
  679. package/styles/treeview/_fusionnew-definition.scss +120 -0
  680. package/styles/treeview/_highcontrast-definition.scss +118 -0
  681. package/styles/treeview/_highcontrast-light-definition.scss +123 -0
  682. package/styles/treeview/_layout.scss +1056 -0
  683. package/styles/treeview/_material-dark-definition.scss +114 -0
  684. package/styles/treeview/_material-definition.scss +112 -0
  685. package/styles/treeview/_material3-dark-definition.scss +1 -0
  686. package/styles/treeview/_material3-definition.scss +121 -0
  687. package/styles/treeview/_tailwind-dark-definition.scss +1 -0
  688. package/styles/treeview/_tailwind-definition.scss +124 -0
  689. package/styles/treeview/_theme.scss +387 -0
  690. package/styles/treeview/bootstrap-dark.scss +6 -1
  691. package/styles/treeview/bootstrap.scss +6 -1
  692. package/styles/treeview/bootstrap4.scss +6 -1
  693. package/styles/treeview/bootstrap5-dark.scss +6 -1
  694. package/styles/treeview/bootstrap5.scss +6 -1
  695. package/styles/treeview/fabric-dark.scss +6 -1
  696. package/styles/treeview/fabric.scss +6 -1
  697. package/styles/treeview/fluent-dark.scss +6 -1
  698. package/styles/treeview/fluent.scss +6 -1
  699. package/styles/treeview/highcontrast-light.scss +6 -1
  700. package/styles/treeview/highcontrast.scss +6 -1
  701. package/styles/treeview/icons/_bootstrap-dark.scss +39 -0
  702. package/styles/treeview/icons/_bootstrap.scss +39 -0
  703. package/styles/treeview/icons/_bootstrap4.scss +39 -0
  704. package/styles/treeview/icons/_bootstrap5-dark.scss +1 -0
  705. package/styles/treeview/icons/_bootstrap5.scss +43 -0
  706. package/styles/treeview/icons/_fabric-dark.scss +43 -0
  707. package/styles/treeview/icons/_fabric.scss +43 -0
  708. package/styles/treeview/icons/_fluent-dark.scss +1 -0
  709. package/styles/treeview/icons/_fluent.scss +43 -0
  710. package/styles/treeview/icons/_fusionnew.scss +43 -0
  711. package/styles/treeview/icons/_highcontrast-light.scss +43 -0
  712. package/styles/treeview/icons/_highcontrast.scss +43 -0
  713. package/styles/treeview/icons/_material-dark.scss +43 -0
  714. package/styles/treeview/icons/_material.scss +43 -0
  715. package/styles/treeview/icons/_material3-dark.scss +1 -0
  716. package/styles/treeview/icons/_material3.scss +43 -0
  717. package/styles/treeview/icons/_tailwind-dark.scss +43 -0
  718. package/styles/treeview/icons/_tailwind.scss +43 -0
  719. package/styles/treeview/material-dark.scss +6 -1
  720. package/styles/treeview/material.scss +6 -1
  721. package/styles/treeview/material3-dark.css +1 -1
  722. package/styles/treeview/material3-dark.scss +6 -1
  723. package/styles/treeview/material3.css +1 -1
  724. package/styles/treeview/material3.scss +6 -1
  725. package/styles/treeview/tailwind-dark.scss +6 -1
  726. package/styles/treeview/tailwind.scss +6 -1
  727. package/styles/v-scroll/_all.scss +2 -0
  728. package/styles/v-scroll/_bootstrap-dark-definition.scss +51 -0
  729. package/styles/v-scroll/_bootstrap-definition.scss +49 -0
  730. package/styles/v-scroll/_bootstrap4-definition.scss +49 -0
  731. package/styles/v-scroll/_bootstrap5-dark-definition.scss +1 -0
  732. package/styles/v-scroll/_bootstrap5-definition.scss +49 -0
  733. package/styles/v-scroll/_fabric-dark-definition.scss +52 -0
  734. package/styles/v-scroll/_fabric-definition.scss +50 -0
  735. package/styles/v-scroll/_fluent-dark-definition.scss +1 -0
  736. package/styles/v-scroll/_fluent-definition.scss +49 -0
  737. package/styles/v-scroll/_fusionnew-definition.scss +49 -0
  738. package/styles/v-scroll/_highcontrast-definition.scss +50 -0
  739. package/styles/v-scroll/_highcontrast-light-definition.scss +52 -0
  740. package/styles/v-scroll/_layout.scss +162 -0
  741. package/styles/v-scroll/_material-dark-definition.scss +79 -0
  742. package/styles/v-scroll/_material-definition.scss +77 -0
  743. package/styles/v-scroll/_material3-dark-definition.scss +1 -0
  744. package/styles/v-scroll/_material3-definition.scss +49 -0
  745. package/styles/v-scroll/_tailwind-dark-definition.scss +1 -0
  746. package/styles/v-scroll/_tailwind-definition.scss +49 -0
  747. package/styles/v-scroll/_theme.scss +108 -0
  748. package/styles/v-scroll/bootstrap-dark.scss +4 -1
  749. package/styles/v-scroll/bootstrap.scss +4 -1
  750. package/styles/v-scroll/bootstrap4.scss +4 -1
  751. package/styles/v-scroll/bootstrap5-dark.scss +4 -1
  752. package/styles/v-scroll/bootstrap5.scss +4 -1
  753. package/styles/v-scroll/fabric-dark.scss +4 -1
  754. package/styles/v-scroll/fabric.scss +4 -1
  755. package/styles/v-scroll/fluent-dark.scss +4 -1
  756. package/styles/v-scroll/fluent.scss +4 -1
  757. package/styles/v-scroll/highcontrast-light.scss +4 -1
  758. package/styles/v-scroll/highcontrast.scss +4 -1
  759. package/styles/v-scroll/icons/_bootstrap-dark.scss +27 -0
  760. package/styles/v-scroll/icons/_bootstrap.scss +27 -0
  761. package/styles/v-scroll/icons/_bootstrap4.scss +27 -0
  762. package/styles/v-scroll/icons/_bootstrap5-dark.scss +1 -0
  763. package/styles/v-scroll/icons/_bootstrap5.scss +27 -0
  764. package/styles/v-scroll/icons/_fabric-dark.scss +27 -0
  765. package/styles/v-scroll/icons/_fabric.scss +27 -0
  766. package/styles/v-scroll/icons/_fluent-dark.scss +1 -0
  767. package/styles/v-scroll/icons/_fluent.scss +27 -0
  768. package/styles/v-scroll/icons/_fusionnew.scss +27 -0
  769. package/styles/v-scroll/icons/_highcontrast-light.scss +27 -0
  770. package/styles/v-scroll/icons/_highcontrast.scss +27 -0
  771. package/styles/v-scroll/icons/_material-dark.scss +27 -0
  772. package/styles/v-scroll/icons/_material.scss +27 -0
  773. package/styles/v-scroll/icons/_material3-dark.scss +1 -0
  774. package/styles/v-scroll/icons/_material3.scss +27 -0
  775. package/styles/v-scroll/icons/_tailwind-dark.scss +1 -0
  776. package/styles/v-scroll/icons/_tailwind.scss +27 -0
  777. package/styles/v-scroll/material-dark.scss +4 -1
  778. package/styles/v-scroll/material.scss +4 -1
  779. package/styles/v-scroll/material3-dark.scss +4 -1
  780. package/styles/v-scroll/material3.scss +4 -1
  781. package/styles/v-scroll/tailwind-dark.scss +4 -1
  782. package/styles/v-scroll/tailwind.scss +4 -1
  783. package/syncfusion-ej2-angular-navigations.d.ts +5 -0
  784. package/@syncfusion/ej2-angular-navigations.es5.js +0 -2021
  785. package/@syncfusion/ej2-angular-navigations.es5.js.map +0 -1
  786. package/@syncfusion/ej2-angular-navigations.js +0 -1859
  787. package/@syncfusion/ej2-angular-navigations.js.map +0 -1
  788. package/CHANGELOG.md +0 -2257
  789. package/dist/ej2-angular-navigations.umd.js +0 -2116
  790. package/dist/ej2-angular-navigations.umd.js.map +0 -1
  791. package/dist/ej2-angular-navigations.umd.min.js +0 -11
  792. package/dist/ej2-angular-navigations.umd.min.js.map +0 -1
  793. package/ej2-angular-navigations.d.ts +0 -14
  794. package/ej2-angular-navigations.metadata.json +0 -1
  795. package/postinstall/tagchange.js +0 -18
@@ -0,0 +1,3433 @@
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 0 0 8px;
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: 0;
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: 0;
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: 0;
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-nrml-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-nrml-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: 0;
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: 0;
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: 0;
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
+ @media screen and (max-width: 480px) {
1915
+ height: $tab-big-active-text-container-height;
1916
+ }
1917
+ }
1918
+
1919
+ .e-text-wrap::before,
1920
+ &:not(.e-separator):last-child .e-text-wrap::before {
1921
+ top: $tab-nrml-bottom-active-before-top;
1922
+ }
1923
+
1924
+ &.e-itop {
1925
+ .e-tab-wrap:focus .e-close-icon::before {
1926
+ top: 0;
1927
+ }
1928
+ }
1929
+ }
1930
+
1931
+ &.e-itop,
1932
+ &.e-ibottom {
1933
+
1934
+ .e-text-wrap {
1935
+ height: initial;
1936
+ }
1937
+
1938
+ &.e-active {
1939
+
1940
+ .e-text-wrap {
1941
+ height: initial;
1942
+ padding: 0;
1943
+ }
1944
+
1945
+ .e-text-wrap::before {
1946
+ bottom: auto;
1947
+ top: 0;
1948
+ }
1949
+ }
1950
+ }
1951
+ }
1952
+ }
1953
+
1954
+ &.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-text-wrap::before {
1955
+ display: none;
1956
+ }
1957
+
1958
+ &.e-vertical {
1959
+ max-width: 150px;
1960
+ z-index: 1;
1961
+
1962
+ &::before {
1963
+ bottom: 0;
1964
+ height: 100%;
1965
+ left: 0;
1966
+ top: 0;
1967
+ }
1968
+
1969
+ &[style *= 'overflow: hidden']::before {
1970
+ bottom: $tab-nrml-vertical-scroll-nav-top-bottom;
1971
+ height: auto;
1972
+ top: $tab-nrml-vertical-scroll-nav-top-bottom;
1973
+
1974
+ @media screen and (max-width: 480px) {
1975
+ bottom: 0;
1976
+ top: 0;
1977
+ }
1978
+ }
1979
+
1980
+ .e-indicator {
1981
+ display: $tab-indicator-display;
1982
+ transition: $tab-nrml-vertical-indicator-transition;
1983
+ width: $tab-border-width;
1984
+ }
1985
+
1986
+ .e-toolbar-items {
1987
+ height: inherit;
1988
+ flex-direction: column;
1989
+ align-items: normal;
1990
+
1991
+ &.e-vscroll:not(.e-scroll-device) {
1992
+ padding: $tab-vscroll-nrml-padding;
1993
+ }
1994
+ }
1995
+
1996
+ .e-toolbar-item {
1997
+
1998
+ &:last-child {
1999
+ margin: 0;
2000
+ }
2001
+
2002
+ &:not(.e-separator) {
2003
+ margin: 0;
2004
+ }
2005
+
2006
+ .e-tab-wrap {
2007
+ padding: $tab-nrml-v-wrap-padding;
2008
+ }
2009
+
2010
+ .e-text-wrap {
2011
+ position: relative;
2012
+ width: 100%;
2013
+ }
2014
+
2015
+ .e-tab-text,
2016
+ .e-tab-icon::before {
2017
+ text-align: center;
2018
+ width: 100%;
2019
+ }
2020
+
2021
+ .e-tab-text {
2022
+ overflow: hidden;
2023
+ text-overflow: ellipsis;
2024
+ white-space: nowrap;
2025
+ }
2026
+
2027
+ &.e-active {
2028
+
2029
+ .e-text-wrap::before {
2030
+ display: none;
2031
+ }
2032
+ }
2033
+
2034
+ &.e-ileft.e-icon {
2035
+ min-height: $tab-nrml-vertical-icon-min-height;
2036
+ min-width: $tab-nrml-vertical-icon-min-width;
2037
+
2038
+ .e-tab-icon {
2039
+ margin: $tab-nrml-vertical-tabicon-margin;
2040
+ }
2041
+ }
2042
+
2043
+ &.e-itop,
2044
+ &.e-ibottom {
2045
+
2046
+ .e-close-icon {
2047
+ right: $tab-v-nrml-close-icon-top-bottom-right;
2048
+ }
2049
+ }
2050
+ }
2051
+
2052
+ .e-toolbar-pop {
2053
+ top: initial !important; /* stylelint-disable-line declaration-no-important */
2054
+ }
2055
+
2056
+ &.e-vertical-left {
2057
+ float: left;
2058
+
2059
+ &::before {
2060
+ right: 0;
2061
+ }
2062
+
2063
+ .e-indicator {
2064
+ left: auto;
2065
+ right: 0;
2066
+ @if ($skin-name == 'Material3') {
2067
+ border-radius: 3px 0 0 3px;
2068
+ }
2069
+ }
2070
+
2071
+ .e-toolbar-items .e-toolbar-item.e-active {
2072
+
2073
+ &:hover::before {
2074
+ bottom: $tab-nrml-item-active-before-bottom;
2075
+ height: $tab-nrml-vertical-hover-before-height;
2076
+ }
2077
+
2078
+ &::before {
2079
+ background-color: $tab-nrml-item-active-before-bg-font;
2080
+ bottom: $tab-nrml-vertical-before-bottom;
2081
+ content: $tab-nrml-item-active-before-content;
2082
+ height: $tab-nrml-vertical-before-height;
2083
+ left: $tab-nrml-vertical-before-left;
2084
+ position: $tab-nrml-item-active-before-position;
2085
+ right: $tab-nrml-item-active-before-bottom;
2086
+ transition: $tab-nrml-vertical-before-transition;
2087
+ width: $tab-nrml-item-active-before-height;
2088
+ }
2089
+
2090
+ &::after {
2091
+ color: $tab-nrml-item-active-after-font;
2092
+ content: $tab-nrml-item-active-after-content;
2093
+ display: $tab-nrml-item-active-after-display;
2094
+ font-weight: $tab-nrml-item-active-after-font-weight;
2095
+ height: $tab-nrml-item-active-after-height;
2096
+ overflow: $tab-nrml-item-active-after-overflow;
2097
+ visibility: $tab-nrml-item-active-after-overflow;
2098
+ }
2099
+ }
2100
+ }
2101
+
2102
+ &.e-vertical-right {
2103
+ float: right;
2104
+
2105
+ &::before {
2106
+ right: auto;
2107
+ }
2108
+
2109
+ .e-indicator {
2110
+ left: 0;
2111
+ right: auto;
2112
+ @if ($skin-name == 'Material3') {
2113
+ border-radius: 0 3px 3px 0;
2114
+ }
2115
+ }
2116
+
2117
+ .e-tab-wrap {
2118
+ text-align: right;
2119
+ }
2120
+
2121
+ .e-toolbar-pop {
2122
+
2123
+ .e-tab-text {
2124
+ width: auto;
2125
+ }
2126
+ }
2127
+
2128
+ .e-toolbar-items .e-toolbar-item.e-active {
2129
+
2130
+ &:hover::before {
2131
+ bottom: $tab-nrml-item-active-before-bottom;
2132
+ height: $tab-nrml-vertical-hover-before-height;
2133
+ }
2134
+
2135
+ &::before {
2136
+ background-color: $tab-nrml-item-active-before-bg-font;
2137
+ bottom: $tab-nrml-vertical-before-bottom;
2138
+ content: $tab-nrml-item-active-before-content;
2139
+ height: $tab-nrml-vertical-before-height;
2140
+ left: $tab-nrml-item-active-before-bottom;
2141
+ position: $tab-nrml-item-active-before-position;
2142
+ right: $tab-nrml-vertical-before-left;
2143
+ transition: $tab-nrml-vertical-before-transition;
2144
+ width: $tab-nrml-item-active-before-height;
2145
+ }
2146
+
2147
+ &::after {
2148
+ color: $tab-nrml-item-active-after-font;
2149
+ content: $tab-nrml-item-active-after-content;
2150
+ display: $tab-nrml-item-active-after-display;
2151
+ font-weight: $tab-nrml-item-active-after-font-weight;
2152
+ height: $tab-nrml-item-active-after-height;
2153
+ overflow: $tab-nrml-item-active-after-overflow;
2154
+ visibility: $tab-nrml-item-active-after-overflow;
2155
+ }
2156
+ }
2157
+ }
2158
+
2159
+ .e-scroll-nav {
2160
+ height: $tab-nrml-vertical-nav-arrow-size;
2161
+ justify-content: center;
2162
+ min-height: $tab-nrml-vertical-nav-arrow-size;
2163
+ width: 100%;
2164
+
2165
+ .e-nav-arrow {
2166
+ font-size: $tab-nrml-vertical-nav-arrow-font-size;
2167
+ height: $tab-nrml-vertical-nav-arrow-size;
2168
+ line-height: $tab-nrml-vertical-nav-arrow-size;
2169
+ margin: 0 auto;
2170
+ width: $tab-nrml-vertical-nav-arrow-size;
2171
+ }
2172
+ }
2173
+
2174
+ .e-hor-nav {
2175
+ padding: $tab-nrml-wrap-padding;
2176
+ width: 100%;
2177
+
2178
+ .e-popup-up-icon,
2179
+ .e-popup-down-icon {
2180
+ height: 100%;
2181
+ transform: none;
2182
+ transition: none;
2183
+ width: 100%;
2184
+
2185
+ &::before {
2186
+ float: left;
2187
+ font-family: $tab-font-family;
2188
+ font-size: $tab-nrml-font-size;
2189
+ font-weight: $tab-font-weight;
2190
+ line-height: $tab-nrml-more-btn-line-height;
2191
+ text-align: left;
2192
+ text-transform: $tab-text-transform;
2193
+ transform: none;
2194
+ transition: none;
2195
+ }
2196
+
2197
+ &::after {
2198
+ float: left;
2199
+ font-size: 12px;
2200
+ line-height: $tab-nrml-more-btn-line-height;
2201
+ margin: $tab-pop-more-icon-margin;
2202
+ vertical-align: initial;
2203
+
2204
+ @media screen and (max-width: 480px) {
2205
+ font-size: $tab-big-font-size;
2206
+ }
2207
+ }
2208
+ }
2209
+ }
2210
+
2211
+ .e-scroll-device {
2212
+
2213
+ .e-scroll-nav,
2214
+ .e-scroll-overlay {
2215
+ display: none;
2216
+ }
2217
+ }
2218
+
2219
+ &.e-toolpop {
2220
+
2221
+ .e-toolbar-items {
2222
+ height: auto;
2223
+ }
2224
+ }
2225
+ }
2226
+ }
2227
+
2228
+ &.e-rtl {
2229
+
2230
+ .e-tab-header.e-vertical {
2231
+
2232
+ .e-toolbar-items:not(.e-tbar-pos) {
2233
+
2234
+ .e-toolbar-item:last-child {
2235
+ margin: 0;
2236
+ }
2237
+ }
2238
+
2239
+ .e-toolbar-item {
2240
+
2241
+ &:not(.e-separator) {
2242
+ margin: 0;
2243
+
2244
+ &.e-itop .e-close-icon,
2245
+ &.e-ibottom .e-close-icon {
2246
+ left: $tab-v-rtl-nrml-close-icon-top-bottom-left;
2247
+ }
2248
+ }
2249
+ }
2250
+
2251
+ .e-hor-nav {
2252
+ padding: $tab-nrml-wrap-padding;
2253
+
2254
+ .e-popup-up-icon,
2255
+ .e-popup-down-icon {
2256
+
2257
+ &::before {
2258
+ float: right;
2259
+ }
2260
+
2261
+ &::after {
2262
+ float: right;
2263
+ margin: $tab-rtl-pop-more-icon-margin;
2264
+ }
2265
+ }
2266
+ }
2267
+ }
2268
+ }
2269
+
2270
+ .e-content {
2271
+ position: relative;
2272
+
2273
+ .e-item {
2274
+
2275
+ &.e-view {
2276
+ bottom: 0;
2277
+ left: 0;
2278
+ overflow: hidden;
2279
+ position: absolute;
2280
+ right: 0;
2281
+ top: 0;
2282
+ }
2283
+ }
2284
+
2285
+ > .e-item {
2286
+ display: none;
2287
+
2288
+ &.e-active {
2289
+ background: inherit;
2290
+ display: block;
2291
+ }
2292
+ }
2293
+
2294
+ &.e-progress {
2295
+ overflow: hidden;
2296
+ }
2297
+ }
2298
+
2299
+ &.e-vertical-tab {
2300
+
2301
+ .e-content {
2302
+ display: flex;
2303
+
2304
+ .e-item.e-active {
2305
+ display: flex;
2306
+ flex: none;
2307
+ }
2308
+
2309
+ .e-item,
2310
+ .e-item > :first-child {
2311
+ width: 100%;
2312
+ }
2313
+ }
2314
+ }
2315
+
2316
+ &.e-vertical-icon {
2317
+
2318
+ > .e-tab-header {
2319
+ height: $tab-nrml-tb-icon-height;
2320
+ min-height: $tab-nrml-tb-icon-height;
2321
+
2322
+ &.e-reorder-active-item .e-toolbar-pop {
2323
+
2324
+ .e-toolbar-item.e-active .e-tab-wrap::before,
2325
+ .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
2326
+ display: none;
2327
+ }
2328
+ }
2329
+
2330
+ > .e-toolbar-items {
2331
+ height: $tab-nrml-tb-icon-height;
2332
+ }
2333
+
2334
+ .e-toolbar-item.e-active,
2335
+ .e-toolbar-item:not(.e-separator):last-child.e-active {
2336
+ .e-text-wrap {
2337
+ position: $tab-nrml-vertical-text-position;
2338
+ }
2339
+
2340
+ .e-text-wrap::before {
2341
+ border: $tab-active-wrap-before-border;
2342
+ content: $tab-active-wrap-before-content;
2343
+ display: none;
2344
+ position: $tab-active-wrap-before-position;
2345
+ top: $tab-active-wrap-before-top;
2346
+ width: $tab-active-wrap-before-width;
2347
+ }
2348
+
2349
+ .e-tab-wrap::before {
2350
+ content: $tab-nrml-vertical-wrap-before-content;
2351
+ display: $tab-nrml-vertical-wrap-before-display;
2352
+ position: $tab-nrml-vertical-wrap-before-position;
2353
+ top: $tab-nrml-vertical-wrap-before-top;
2354
+ width: $tab-nrml-vertical-wrap-before-width;
2355
+ border: $tab-nrml-vertical-wrap-before-border;
2356
+ }
2357
+ }
2358
+
2359
+ .e-scroll-nav {
2360
+ height: $tab-nrml-icon-top-bottom-item-height;
2361
+ }
2362
+
2363
+ .e-hor-nav {
2364
+ height: $tab-nrml-icon-top-bottom-item-height;
2365
+
2366
+ .e-popup-up-icon::before,
2367
+ .e-popup-down-icon::before {
2368
+
2369
+ @media screen and (max-width: 480px) {
2370
+ font-size: $tab-mob-nav-vicon-size;
2371
+ }
2372
+ }
2373
+ }
2374
+
2375
+ &.e-vertical {
2376
+
2377
+ .e-indicator {
2378
+ width: $tab-nrml-vertical-indicator-width;
2379
+ }
2380
+
2381
+ .e-toolbar-item.e-active,
2382
+ .e-toolbar-item:not(.e-separator):last-child.e-active {
2383
+
2384
+ .e-tab-wrap::before {
2385
+ display: none;
2386
+ }
2387
+
2388
+ .e-text-wrap {
2389
+ position: relative;
2390
+ }
2391
+ }
2392
+
2393
+ .e-scroll-nav {
2394
+ height: $tab-nrml-vertical-nav-arrow-size;
2395
+ }
2396
+ }
2397
+
2398
+ &.e-horizontal-bottom {
2399
+
2400
+ .e-toolbar-item.e-active,
2401
+ .e-toolbar-item:not(.e-separator):last-child.e-active {
2402
+ .e-tab-wrap::before {
2403
+ top: $tab-nrml-bottom-wrap-before-top;
2404
+ }
2405
+ }
2406
+ }
2407
+ }
2408
+
2409
+ &.e-rtl .e-tab-header .e-toolbar-item.e-active {
2410
+ margin: $tab-nrml-vertical-rtl-active-margin;
2411
+ }
2412
+
2413
+ &.e-vertical-tab {
2414
+
2415
+ .e-tab-header.e-vertical .e-toolbar-items {
2416
+ height: inherit;
2417
+ }
2418
+ }
2419
+ }
2420
+
2421
+ &.e-focused {
2422
+
2423
+ .e-tab-header .e-toolbar-item {
2424
+
2425
+ .e-tab-wrap:focus {
2426
+ height: $tab-nrml-height;
2427
+
2428
+ .e-text-wrap {
2429
+ height: $tab-nrml-item-text-wrap-height;
2430
+ }
2431
+ }
2432
+
2433
+ &.e-itop,
2434
+ &.e-ibottom {
2435
+
2436
+ .e-tab-wrap:focus {
2437
+ height: $tab-nrml-icon-top-bottom-item-height;
2438
+ }
2439
+
2440
+ .e-tab-wrap:focus .e-text-wrap {
2441
+ height: auto;
2442
+ }
2443
+
2444
+ &.e-active .e-tab-wrap:focus .e-text-wrap {
2445
+ height: auto;
2446
+ }
2447
+ }
2448
+ }
2449
+
2450
+ .e-tab-header .e-toolbar-pop {
2451
+
2452
+ .e-toolbar-item {
2453
+
2454
+ .e-tab-wrap:focus {
2455
+ height: $tab-nrml-pop-item-height;
2456
+
2457
+ .e-text-wrap {
2458
+ height: $tab-nrml-pop-item-textwrap-height;
2459
+ }
2460
+ }
2461
+
2462
+ &.e-itop .e-tab-wrap:focus,
2463
+ &.e-ibottom .e-tab-wrap:focus {
2464
+ height: $tab-nrml-height;
2465
+ }
2466
+ }
2467
+ }
2468
+
2469
+ .e-tab-header .e-horizontal-bottom {
2470
+
2471
+ .e-toolbar-item {
2472
+
2473
+ &.e-active {
2474
+
2475
+ .e-tab-wrap:focus .e-text-wrap {
2476
+ height: $tab-nrml-item-text-wrap-height;
2477
+ padding: 0;
2478
+ }
2479
+ }
2480
+
2481
+ &.e-itop,
2482
+ &.e-ibottom {
2483
+
2484
+ .e-tab-wrap:focus .e-text-wrap {
2485
+ height: auto;
2486
+ }
2487
+
2488
+ &.e-active .e-tab-wrap:focus .e-text-wrap {
2489
+ height: auto;
2490
+ }
2491
+ }
2492
+ }
2493
+ }
2494
+ }
2495
+
2496
+ &.e-template {
2497
+
2498
+ .e-tab-header {
2499
+
2500
+ .e-toolbar-items,
2501
+ .e-toolbar-pop {
2502
+
2503
+ .e-toolbar-item .e-tab-wrap .e-text-wrap .e-tab-text > div {
2504
+ display: inherit;
2505
+ }
2506
+ }
2507
+ }
2508
+
2509
+ .e-content {
2510
+
2511
+ > .e-item {
2512
+ display: none;
2513
+
2514
+ &.e-active {
2515
+ background: inherit;
2516
+ display: block;
2517
+ }
2518
+ }
2519
+ }
2520
+ }
2521
+
2522
+ &.e-ie .e-tab-header {
2523
+
2524
+ .e-hor-nav.e-ie-align,
2525
+ .e-scroll-nav.e-ie-align {
2526
+ display: flex;
2527
+
2528
+ .e-popup-up-icon,
2529
+ .e-popup-down-icon {
2530
+ display: block;
2531
+ line-height: $tab-nrml-ie-pop-icon-line-height;
2532
+ }
2533
+
2534
+ .e-nav-left-arrow,
2535
+ .e-nav-right-arrow {
2536
+ display: block;
2537
+ line-height: $tab-nrml-ie-nav-icon-line-height;
2538
+ }
2539
+ }
2540
+
2541
+ .e-popup-up-icon,
2542
+ .e-popup-down-icon {
2543
+ transform: none;
2544
+ transition: none;
2545
+ }
2546
+
2547
+ .e-popup-up-icon::before {
2548
+ transform: $tab-pop-up-icon-transform;
2549
+ transition: $tab-pop-icon-transition;
2550
+
2551
+ @media screen and (max-width: 480px) {
2552
+ transform: none;
2553
+ transition: none;
2554
+ }
2555
+ }
2556
+
2557
+ .e-popup-down-icon::before {
2558
+ transform: $tab-pop-down-icon-transform;
2559
+ transition: $tab-pop-icon-transition;
2560
+
2561
+ @media screen and (max-width: 480px) {
2562
+ transform: none;
2563
+ transition: none;
2564
+ }
2565
+ }
2566
+ }
2567
+
2568
+ &.e-edge .e-tab-header {
2569
+
2570
+ .e-hor-nav.e-ie-align,
2571
+ .e-scroll-nav.e-ie-align {
2572
+ display: flex;
2573
+
2574
+ .e-popup-up-icon,
2575
+ .e-popup-down-icon {
2576
+ display: block;
2577
+ line-height: $tab-nrml-edge-pop-icon-line-height;
2578
+ position: relative;
2579
+ }
2580
+
2581
+ .e-nav-left-arrow,
2582
+ .e-nav-right-arrow {
2583
+ display: block;
2584
+ line-height: $tab-nrml-edge-nav-icon-line-height;
2585
+ position: relative;
2586
+ }
2587
+ }
2588
+
2589
+ .e-popup-up-icon {
2590
+ transform: $tab-pop-up-icon-transform;
2591
+ transition: $tab-pop-icon-transition;
2592
+
2593
+ @media screen and (max-width: 480px) {
2594
+ transform: none;
2595
+ transition: none;
2596
+ }
2597
+ }
2598
+
2599
+ .e-popup-down-icon {
2600
+ transform: $tab-pop-down-icon-transform;
2601
+ transition: $tab-pop-icon-transition;
2602
+
2603
+ @media screen and (max-width: 480px) {
2604
+ transform: none;
2605
+ transition: none;
2606
+
2607
+ @media screen and (max-width: 480px) {
2608
+ transform: none;
2609
+ transition: none;
2610
+ }
2611
+ }
2612
+ }
2613
+
2614
+ .e-popup-up-icon::before {
2615
+ transform: $tab-pop-up-icon-transform;
2616
+ transition: $tab-pop-icon-transition;
2617
+
2618
+ @media screen and (max-width: 480px) {
2619
+ transform: none;
2620
+ transition: none;
2621
+ }
2622
+ }
2623
+
2624
+ .e-popup-down-icon::before {
2625
+ transform: $tab-pop-down-icon-transform;
2626
+ transition: $tab-pop-icon-transition;
2627
+
2628
+ @media screen and (max-width: 480px) {
2629
+ transform: none;
2630
+ transition: none;
2631
+ }
2632
+ }
2633
+ }
2634
+
2635
+ &.e-safari .e-tab-header {
2636
+
2637
+ .e-close-icon::before {
2638
+ top: $tab-nrml-safari-close-icon-top;
2639
+ }
2640
+
2641
+ .e-hor-nav,
2642
+ .e-scroll-nav {
2643
+
2644
+ .e-popup-up-icon::before,
2645
+ .e-popup-down-icon::before {
2646
+ top: 0;
2647
+ }
2648
+
2649
+ .e-nav-left-arrow::before,
2650
+ .e-nav-right-arrow::before {
2651
+ top: 0;
2652
+ }
2653
+ }
2654
+ }
2655
+
2656
+ &.e-disable {
2657
+ pointer-events: none;
2658
+ }
2659
+
2660
+ &.e-fill {
2661
+
2662
+ .e-tab-header {
2663
+ height: $tab-nrml-fill-height;
2664
+ min-height: $tab-nrml-fill-height;
2665
+
2666
+ @media screen and (max-width: 480px) {
2667
+ height: $tab-mob-fill-height;
2668
+ min-height: $tab-mob-fill-height;
2669
+ }
2670
+
2671
+ .e-indicator {
2672
+ display: none;
2673
+ }
2674
+
2675
+ .e-toolbar-items {
2676
+ height: auto;
2677
+ min-height: $tab-nrml-fill-height;
2678
+
2679
+ @media screen and (max-width: 480px) {
2680
+ min-height: $tab-mob-fill-height;
2681
+ }
2682
+
2683
+ &:not(.e-tbar-pos) .e-toolbar-item:first-child,
2684
+ &:not(.e-tbar-pos) .e-toolbar-item:last-child {
2685
+ margin: $tab-nrml-alt-first-item-margin;
2686
+ padding: $tab-nrml-background-active-padding;
2687
+ }
2688
+ }
2689
+
2690
+ .e-toolbar-item {
2691
+
2692
+ &:not(.e-separator) {
2693
+ height: $tab-nrml-fill-height;
2694
+ margin: $tab-alt-item-margin;
2695
+ min-height: $tab-nrml-fill-height;
2696
+ padding: $tab-nrml-background-active-padding;
2697
+
2698
+ @media screen and (max-width: 480px) {
2699
+ height: $tab-mob-fill-height;
2700
+ min-height: $tab-mob-fill-height;
2701
+ }
2702
+
2703
+ &.e-itop,
2704
+ &.e-ibottom {
2705
+ height: $tab-nrml-fill-icon-top-bottom-item-height;
2706
+ min-height: $tab-nrml-fill-icon-top-bottom-item-height;
2707
+ }
2708
+ }
2709
+
2710
+ .e-tab-wrap {
2711
+ height: $tab-nrml-fill-height;
2712
+ padding: $tab-fill-nrml-wrap-padding;
2713
+
2714
+ @media screen and (max-width: 480px) {
2715
+ height: $tab-mob-fill-height;
2716
+ padding: $tab-mob-fill-wrap-padding;
2717
+ }
2718
+ }
2719
+
2720
+ .e-text-wrap {
2721
+ height: $tab-nrml-fill-item-textwrap-height;
2722
+
2723
+ @media screen and (max-width: 480px) {
2724
+ height: $tab-mob-fill-height;
2725
+ }
2726
+ }
2727
+
2728
+ &.e-active {
2729
+ padding: $tab-nrml-background-active-padding;
2730
+
2731
+ .e-tab-wrap {
2732
+ margin-bottom: $tab-fill-nrml-active-item-wrap-margin-bottom;
2733
+ }
2734
+
2735
+ .e-text-wrap {
2736
+ height: $tab-nrml-fill-item-textwrap-height;
2737
+
2738
+ @media screen and (max-width: 480px) {
2739
+ height: $tab-mob-fill-height;
2740
+ }
2741
+ }
2742
+
2743
+ .e-tab-text {
2744
+ font-weight: $tab-light-font-weight;
2745
+ }
2746
+
2747
+ &.e-ileft .e-text-wrap,
2748
+ &.e-iright .e-text-wrap {
2749
+ height: $tab-fill-nrml-active-it-text-container-height;
2750
+
2751
+ @media screen and (max-width: 480px) {
2752
+ height: $tab-fill-big-active-it-text-container-height;
2753
+ }
2754
+ }
2755
+ }
2756
+
2757
+ &.e-itop .e-tab-wrap,
2758
+ &.e-ibottom .e-tab-wrap {
2759
+ height: $tab-nrml-fill-icon-top-bottom-item-height;
2760
+ }
2761
+
2762
+ &.e-itop .e-text-wrap,
2763
+ &.e-ibottom .e-text-wrap {
2764
+ height: auto;
2765
+ }
2766
+ }
2767
+
2768
+ .e-toolbar-pop {
2769
+
2770
+ .e-toolbar-item.e-itop:not(.e-separator),
2771
+ .e-toolbar-item.e-ibottom:not(.e-separator) {
2772
+ height: auto;
2773
+ }
2774
+ }
2775
+
2776
+ &.e-horizontal-bottom {
2777
+
2778
+ .e-toolbar-items:not(.e-tbar-pos) {
2779
+
2780
+ .e-toolbar-item {
2781
+
2782
+ &:first-child.e-active,
2783
+ &:last-child.e-active {
2784
+ padding: 0;
2785
+ }
2786
+
2787
+ &.e-itop,
2788
+ &:first-child.e-itop,
2789
+ &:last-child.e-itop {
2790
+ padding-top: 0;
2791
+ }
2792
+ }
2793
+ }
2794
+
2795
+ .e-toolbar-item {
2796
+
2797
+ &.e-active {
2798
+ margin-right: 0;
2799
+ padding: 0;
2800
+
2801
+ .e-text-wrap {
2802
+ height: $tab-nrml-fill-item-textwrap-height;
2803
+
2804
+ @media screen and (max-width: 480px) {
2805
+ height: $tab-mob-fill-height;
2806
+ }
2807
+ }
2808
+ }
2809
+
2810
+ &.e-itop,
2811
+ &.e-ibottom {
2812
+
2813
+ .e-tab-wrap:focus .e-text-wrap {
2814
+ height: $tab-nrml-fill-tb-wrap-height;
2815
+ }
2816
+
2817
+ .e-text-wrap {
2818
+ height: auto;
2819
+ }
2820
+ }
2821
+ }
2822
+ }
2823
+
2824
+ &.e-vertical {
2825
+
2826
+ .e-toolbar-items {
2827
+ height: inherit;
2828
+
2829
+ .e-toolbar-item {
2830
+
2831
+ .e-tab-wrap {
2832
+ padding: $tab-nrml-v-wrap-padding;
2833
+ }
2834
+ }
2835
+ }
2836
+ }
2837
+ }
2838
+
2839
+ &.e-focused {
2840
+
2841
+ .e-tab-header .e-toolbar-item {
2842
+
2843
+ .e-tab-wrap:focus {
2844
+ height: $tab-focus-nrml-fill-height;
2845
+
2846
+ .e-text-wrap {
2847
+ height: $tab-nrml-fill-focused-wrap-height;
2848
+ }
2849
+ }
2850
+
2851
+ &.e-active .e-tab-wrap:focus {
2852
+
2853
+ .e-text-wrap {
2854
+ height: $tab-nrml-fill-focused-wrap-height;
2855
+ }
2856
+ }
2857
+
2858
+ &.e-itop .e-tab-wrap:focus,
2859
+ &.e-ibottom .e-tab-wrap:focus {
2860
+ height: $tab-nrml-focus-fill-icon-top-bottom-item-height;
2861
+
2862
+ .e-text-wrap {
2863
+ height: auto;
2864
+
2865
+ @media screen and (max-width: 480px) {
2866
+ height: auto;
2867
+ }
2868
+ }
2869
+ }
2870
+ }
2871
+ }
2872
+
2873
+ &.e-rtl {
2874
+
2875
+ .e-tab-header .e-toolbar-item:not(.e-separator) {
2876
+ margin: $tab-nrml-rtl-alt-item-margin;
2877
+ }
2878
+ }
2879
+
2880
+ &.e-vertical-icon {
2881
+
2882
+ > .e-tab-header {
2883
+ height: $tab-nrml-tb-icon-height - 2;
2884
+ min-height: $tab-nrml-tb-icon-height - 2;
2885
+ }
2886
+ }
2887
+ }
2888
+
2889
+ &.e-background {
2890
+
2891
+ .e-tab-header {
2892
+
2893
+ .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
2894
+ .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
2895
+ margin: $tab-nrml-alt-first-item-margin;
2896
+ padding: $tab-nrml-background-active-padding;
2897
+ }
2898
+
2899
+ .e-toolbar-item {
2900
+
2901
+ &:not(.e-separator) {
2902
+ margin: 0;
2903
+ padding: $tab-nrml-background-active-padding;
2904
+ }
2905
+
2906
+ .e-tab-wrap {
2907
+ padding: $tab-bg-nrml-wrap-padding;
2908
+
2909
+ @media screen and (max-width: 480px) {
2910
+ padding: $tab-mob-fill-wrap-padding;
2911
+ }
2912
+ }
2913
+
2914
+ &.e-active {
2915
+ padding: $tab-nrml-background-active-padding;
2916
+
2917
+ .e-tab-wrap {
2918
+ margin-bottom: $tab-bg-nrml-active-item-wrap-margin-bottom;
2919
+ }
2920
+
2921
+ .e-tab-text {
2922
+ font-weight: $tab-background-active-text-font-weight;
2923
+ }
2924
+ }
2925
+ }
2926
+
2927
+ &.e-vertical {
2928
+
2929
+ .e-indicator {
2930
+ display: $tab-nrml-background-vertical-indicator-display;
2931
+ }
2932
+
2933
+ .e-toolbar-items {
2934
+
2935
+ .e-toolbar-item {
2936
+
2937
+ .e-tab-wrap {
2938
+ padding: $tab-nrml-v-wrap-padding;
2939
+ }
2940
+ }
2941
+ }
2942
+ }
2943
+
2944
+ &.e-horizontal-bottom {
2945
+
2946
+ .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child.e-active,
2947
+ .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
2948
+ padding: 0;
2949
+ }
2950
+
2951
+ .e-toolbar-item.e-active {
2952
+ margin: 0;
2953
+ padding: 0;
2954
+ }
2955
+ }
2956
+
2957
+ .e-toolbar-pop {
2958
+
2959
+ .e-toolbar-item {
2960
+
2961
+ &.e-active {
2962
+
2963
+ .e-text-wrap {
2964
+ height: $tab-nrml-pop-item-textwrap-height;
2965
+ }
2966
+ }
2967
+ }
2968
+ }
2969
+ }
2970
+
2971
+ &.e-rtl {
2972
+
2973
+ .e-tab-header .e-toolbar-item {
2974
+
2975
+ &:not(.e-separator) {
2976
+ margin: $tab-nrml-rtl-alt-item-margin;
2977
+ }
2978
+ }
2979
+ }
2980
+ }
2981
+
2982
+ &.e-rtl {
2983
+
2984
+ .e-tab-header {
2985
+
2986
+ .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
2987
+ .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
2988
+ margin: $tab-nrml-rtl-item-margin;
2989
+ }
2990
+
2991
+ .e-toolbar-item:not(.e-separator) {
2992
+ margin: $tab-nrml-rtl-item-margin;
2993
+
2994
+ .e-icon-right {
2995
+ margin: $tab-nrml-rtl-icon-right-margin;
2996
+ }
2997
+
2998
+ .e-icon-left + .e-tab-text {
2999
+ margin: $tab-rtl-nrml-it-text-margin;
3000
+ }
3001
+
3002
+ .e-icons.e-close-icon {
3003
+ margin: $tab-rtl-nrml-close-icon-margin;
3004
+ }
3005
+
3006
+ &.e-itop .e-close-icon,
3007
+ &.e-ibottom .e-close-icon {
3008
+ left: $tab-rtl-nrml-close-icon-top-bottom-left;
3009
+ right: auto;
3010
+ }
3011
+ }
3012
+
3013
+ &.e-close-show {
3014
+
3015
+ .e-toolbar-item.e-itop .e-text-wrap,
3016
+ .e-toolbar-item.e-ibottom .e-text-wrap {
3017
+ margin-left: $tab-rtl-nrml-text-container-margin-left;
3018
+ margin-right: $tab-rtl-nrml-text-container-margin-right;
3019
+ }
3020
+ }
3021
+
3022
+ &.e-horizontal-bottom {
3023
+
3024
+ .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
3025
+ margin: $tab-nrml-vertical-rtl-active-margin;
3026
+ }
3027
+ }
3028
+
3029
+ .e-toolbar-pop {
3030
+
3031
+ .e-toolbar-item {
3032
+ margin: 0;
3033
+
3034
+ .e-tab-text {
3035
+ padding-left: $tab-rtl-nrml-pop-text-padding-left;
3036
+ padding-right: 0;
3037
+
3038
+ @media screen and (max-width: 480px) {
3039
+ padding-left: 0;
3040
+ }
3041
+ }
3042
+
3043
+ .e-icons.e-close-icon {
3044
+ margin: $tab-rtl-nrml-pop-close-icon-margin;
3045
+ }
3046
+
3047
+ .e-close-icon {
3048
+ left: $tab-rtl-pop-close-icon-left;
3049
+ right: auto;
3050
+ }
3051
+
3052
+ &.e-itop .e-close-icon,
3053
+ &.e-ibottom .e-close-icon {
3054
+ left: $tab-rtl-big-pop-close-icon-top-bottom-left;
3055
+ right: auto;
3056
+ }
3057
+
3058
+ &.e-itop .e-tab-text,
3059
+ &.e-ibottom .e-tab-text {
3060
+ margin: 0;
3061
+ padding-left: 10px;
3062
+ padding-right: 0;
3063
+
3064
+ @media screen and (max-width: 480px) {
3065
+ margin: 0;
3066
+ padding-left: 10px;
3067
+ padding-right: 0;
3068
+ }
3069
+ }
3070
+ }
3071
+ }
3072
+
3073
+ .e-hor-nav,
3074
+ .e-scroll-right-nav {
3075
+ padding: $tab-rtl-nrml-nav-right-icon-padding;
3076
+ }
3077
+
3078
+ .e-scroll-left-nav {
3079
+ padding: $tab-rtl-nrml-nav-left-icon-padding;
3080
+ }
3081
+ }
3082
+ }
3083
+
3084
+ &.e-vertical-tab.e-icon-tab {
3085
+
3086
+ .e-tab-header.e-vertical {
3087
+
3088
+ .e-hor-nav .e-popup-up-icon,
3089
+ .e-hor-nav .e-popup-down-icon {
3090
+
3091
+ &::before {
3092
+ display: none;
3093
+ }
3094
+
3095
+ &::after {
3096
+ margin: 0;
3097
+ width: 100%;
3098
+ }
3099
+ }
3100
+ }
3101
+ }
3102
+ }
3103
+
3104
+ .e-tab-clone-element {
3105
+ overflow: visible;
3106
+ z-index: 10000;
3107
+
3108
+ &:not(.e-separator) {
3109
+ height: $tab-nrml-height;
3110
+ margin: $tab-nrml-item-margin;
3111
+ min-height: $tab-nrml-height;
3112
+ min-width: auto;
3113
+ padding: $tab-nrml-item-padding;
3114
+
3115
+ @media screen and (max-width: 480px) {
3116
+ height: $tab-big-height;
3117
+ min-height: $tab-big-height;
3118
+ }
3119
+ }
3120
+
3121
+ .e-tab-wrap {
3122
+ height: $tab-nrml-height;
3123
+ padding: $tab-nrml-wrap-padding;
3124
+ width: 100%;
3125
+
3126
+ @media screen and (max-width: 480px) {
3127
+ height: $tab-big-height;
3128
+ padding: $tab-mob-wrap-padding;
3129
+ }
3130
+ }
3131
+
3132
+ .e-text-wrap {
3133
+ align-content: center;
3134
+ align-items: center;
3135
+ display: inline-flex;
3136
+ height: $tab-nrml-item-text-wrap-height;
3137
+
3138
+ @media screen and (max-width: 480px) {
3139
+ height: $tab-big-height;
3140
+ }
3141
+ }
3142
+
3143
+ .e-tab-text {
3144
+ display: inherit;
3145
+ font-family: $tab-font-family;
3146
+ font-size: $tab-nrml-font-size;
3147
+ font-weight: $tab-font-weight;
3148
+ text-transform: $tab-text-transform;
3149
+ align-self: auto;
3150
+
3151
+ @media screen and (max-width: 480px) {
3152
+ font-size: $tab-big-font-size;
3153
+ }
3154
+ }
3155
+
3156
+ .e-icons.e-close-icon {
3157
+ display: none;
3158
+ }
3159
+
3160
+ .e-close-icon,
3161
+ .e-close-icon::before {
3162
+ font-size: $tab-nrml-close-icon-size;
3163
+
3164
+ @media screen and (max-width: 480px) {
3165
+ font-size: $tab-mob-close-icon-size;
3166
+ }
3167
+ }
3168
+
3169
+ .e-close-icon::before {
3170
+ top: 1px;
3171
+ }
3172
+
3173
+ .e-icons.e-tab-icon {
3174
+ display: inline-flex;
3175
+ height: $tab-nrml-icon-container-size;
3176
+ min-width: $tab-nrml-icon-container-size;
3177
+ width: $tab-nrml-icon-container-size;
3178
+ line-height: $tab-nrml-item-tabicon-line-height;
3179
+
3180
+ @media screen and (max-width: 480px) {
3181
+ height: $tab-mob-icon-container-size;
3182
+ width: $tab-mob-icon-container-size;
3183
+ }
3184
+ }
3185
+
3186
+ .e-tab-icon,
3187
+ .e-tab-icon::before {
3188
+ font-size: $tab-nrml-icon-size;
3189
+
3190
+ @media screen and (max-width: 480px) {
3191
+ font-size: $tab-mob-icon-size;
3192
+ }
3193
+ }
3194
+
3195
+ &.e-icon {
3196
+
3197
+ .e-tab-wrap {
3198
+ justify-content: center;
3199
+ padding: $tab-nrml-io-wrap-padding;
3200
+
3201
+ @media screen and (max-width: 480px) {
3202
+ padding: $tab-big-wrap-padding;
3203
+ }
3204
+ }
3205
+ }
3206
+
3207
+ .e-icon-right {
3208
+ margin: 0 0 0 8px;
3209
+
3210
+ @media screen and (max-width: 480px) {
3211
+ margin: $tab-bgr-mob-item-iconright-margin;
3212
+ }
3213
+ }
3214
+
3215
+ .e-icon-left + .e-tab-text {
3216
+ margin: $tab-nrml-it-text-margin;
3217
+
3218
+ @media screen and (max-width: 480px) {
3219
+ margin: $tab-mob-it-text-margin;
3220
+ }
3221
+ }
3222
+
3223
+ &.e-itop,
3224
+ &.e-ibottom {
3225
+ height: $tab-nrml-icon-top-bottom-item-height;
3226
+
3227
+ @media screen and (max-width: 480px) {
3228
+ height: $tab-nrml-icon-top-bottom-item-height;
3229
+ }
3230
+
3231
+ .e-tab-wrap {
3232
+ align-items: center;
3233
+ display: flex;
3234
+ height: $tab-nrml-icon-top-bottom-item-height;
3235
+ position: relative;
3236
+
3237
+ @media screen and (max-width: 480px) {
3238
+ height: $tab-nrml-icon-top-bottom-item-height;
3239
+ }
3240
+
3241
+ &:focus {
3242
+
3243
+ .e-text-wrap {
3244
+ height: auto;
3245
+ }
3246
+ }
3247
+ }
3248
+
3249
+ .e-text-wrap {
3250
+ display: block;
3251
+ height: auto;
3252
+ }
3253
+
3254
+ .e-close-icon {
3255
+ position: absolute;
3256
+ right: $tab-nrml-close-icon-top-bottom-right;
3257
+ top: calc(50% - 6px);
3258
+
3259
+ @media screen and (max-width: 480px) {
3260
+ right: $tab-mob-close-icon-top-bottom-right;
3261
+ }
3262
+ }
3263
+ }
3264
+
3265
+ &.e-itop .e-tab-text {
3266
+ margin: $tab-nrml-icon-top-margin;
3267
+
3268
+ @media screen and (max-width: 480px) {
3269
+ margin: $tab-big-icon-top-margin;
3270
+ }
3271
+ }
3272
+
3273
+ &.e-ibottom .e-tab-text {
3274
+ margin: $tab-nrml-icon-bottom-margin;
3275
+
3276
+ @media screen and (max-width: 480px) {
3277
+ margin: $tab-big-icon-bottom-margin;
3278
+ }
3279
+ }
3280
+
3281
+ .e-tab-icon.e-icon-top,
3282
+ .e-tab-icon.e-icon-bottom {
3283
+ align-items: center;
3284
+ display: flex;
3285
+ flex-direction: column;
3286
+ justify-content: center;
3287
+ margin: auto;
3288
+ }
3289
+
3290
+ &.e-close-show {
3291
+
3292
+ .e-icons.e-close-icon {
3293
+ align-items: center;
3294
+ align-self: center;
3295
+ display: inline-flex;
3296
+
3297
+ @media screen and (max-width: 480px) {
3298
+ display: none;
3299
+ }
3300
+ }
3301
+
3302
+ .e-toolbar-item.e-itop .e-text-wrap,
3303
+ .e-toolbar-item.e-ibottom .e-text-wrap {
3304
+ margin-right: $tab-nrml-text-container-margin-right;
3305
+ }
3306
+ }
3307
+ }
3308
+
3309
+ .e-bigger .e-tab-clone-element {
3310
+
3311
+ &:not(.e-separator) {
3312
+ height: $tab-big-height;
3313
+ margin: $tab-big-item-margin;
3314
+ min-height: $tab-big-height;
3315
+ min-width: auto;
3316
+ padding: $tab-big-item-padding;
3317
+
3318
+ @media screen and (max-width: 480px) {
3319
+ margin: $tab-nrml-item-margin;
3320
+ }
3321
+ }
3322
+
3323
+ &:not(.e-separator).e-itop,
3324
+ &:not(.e-separator).e-ibottom {
3325
+ height: $tab-big-icon-top-bottom-item-height;
3326
+ min-height: $tab-big-icon-top-bottom-item-height;
3327
+ }
3328
+
3329
+ .e-tab-wrap {
3330
+ height: $tab-big-height;
3331
+ padding: $tab-big-wrap-padding;
3332
+
3333
+ @media screen and (max-width: 480px) {
3334
+ padding: $tab-mob-wrap-padding;
3335
+ }
3336
+ }
3337
+
3338
+ .e-text-wrap {
3339
+ height: $tab-bgr-item-textwrap-height;
3340
+ }
3341
+
3342
+ .e-tab-text {
3343
+ font-size: $tab-big-font-size;
3344
+ align-self: auto;
3345
+ }
3346
+
3347
+ .e-icons.e-close-icon {
3348
+ cursor: pointer;
3349
+ margin: $tab-big-close-icon-margin;
3350
+
3351
+ @media screen and (max-width: 480px) {
3352
+ margin: $tab-mob-close-icon-margin;
3353
+ }
3354
+ }
3355
+
3356
+ .e-icons.e-close-icon,
3357
+ .e-close-icon::before {
3358
+ font-size: $tab-big-close-icon-size;
3359
+
3360
+ @media screen and (max-width: 480px) {
3361
+ font-size: $tab-mob-close-icon-size;
3362
+ }
3363
+ }
3364
+
3365
+ .e-icons.e-tab-icon {
3366
+ height: $tab-big-icon-container-size;
3367
+ min-width: $tab-big-icon-container-size;
3368
+ width: $tab-big-icon-container-size;
3369
+ line-height: $tab-bgr-icon-line-height;
3370
+ }
3371
+
3372
+ .e-tab-icon,
3373
+ .e-tab-icon::before {
3374
+ font-size: $tab-big-icon-size;
3375
+ }
3376
+
3377
+ &.e-icon {
3378
+
3379
+ .e-tab-wrap {
3380
+ padding: $tab-big-io-wrap-padding;
3381
+ }
3382
+ }
3383
+
3384
+ .e-icon-right {
3385
+ margin: 0 0 0 12px;
3386
+
3387
+ @media screen and (max-width: 480px) {
3388
+ margin: $tab-bgr-mob-item-iconright-margin;
3389
+ }
3390
+ }
3391
+
3392
+ .e-icon-left + .e-tab-text {
3393
+ margin: $tab-big-it-text-margin;
3394
+
3395
+ @media screen and (max-width: 480px) {
3396
+ margin: $tab-mob-it-text-margin;
3397
+ }
3398
+ }
3399
+
3400
+ &.e-itop,
3401
+ &.e-ibottom {
3402
+ height: $tab-big-icon-top-bottom-item-height;
3403
+
3404
+ .e-tab-wrap {
3405
+ height: $tab-big-icon-top-bottom-item-height;
3406
+
3407
+ &:focus .e-text-wrap {
3408
+ height: auto;
3409
+ }
3410
+ }
3411
+
3412
+ &.e-active .e-tab-wrap {
3413
+ height: $tab-big-icon-top-bottom-item-height;
3414
+
3415
+ &:focus .e-text-wrap {
3416
+ height: auto;
3417
+ }
3418
+ }
3419
+
3420
+ .e-close-icon {
3421
+ right: $tab-big-close-icon-top-bottom-right;
3422
+ }
3423
+ }
3424
+
3425
+ &.e-itop .e-tab-text {
3426
+ margin: $tab-big-icon-top-margin;
3427
+ }
3428
+
3429
+ &.e-ibottom .e-tab-text {
3430
+ margin: $tab-big-icon-bottom-margin;
3431
+ }
3432
+ }
3433
+ }