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