@syncfusion/ej2-angular-navigations 21.2.9 → 22.1.34-ngcc

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