@syncfusion/ej2-navigations 27.2.5 → 28.1.33-686179

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 (806) hide show
  1. package/.eslintrc.json +243 -260
  2. package/README.md +301 -301
  3. package/dist/ej2-navigations.umd.min.js +1 -10
  4. package/dist/ej2-navigations.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-navigations.es2015.js +571 -384
  6. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  7. package/dist/es6/ej2-navigations.es5.js +817 -624
  8. package/dist/es6/ej2-navigations.es5.js.map +1 -1
  9. package/license +10 -10
  10. package/package.json +167 -167
  11. package/src/accordion/accordion-model.d.ts +199 -199
  12. package/src/accordion/accordion.js +19 -19
  13. package/src/appbar/appbar-model.d.ts +51 -51
  14. package/src/appbar/appbar.js +19 -19
  15. package/src/breadcrumb/breadcrumb-model.d.ts +114 -114
  16. package/src/breadcrumb/breadcrumb.js +19 -19
  17. package/src/carousel/carousel-model.d.ts +206 -194
  18. package/src/carousel/carousel.d.ts +11 -0
  19. package/src/carousel/carousel.js +43 -22
  20. package/src/common/h-scroll-model.d.ts +6 -6
  21. package/src/common/h-scroll.js +19 -19
  22. package/src/common/menu-base-model.d.ts +236 -229
  23. package/src/common/menu-base.d.ts +7 -0
  24. package/src/common/menu-base.js +99 -38
  25. package/src/common/v-scroll-model.d.ts +6 -6
  26. package/src/common/v-scroll.js +19 -19
  27. package/src/context-menu/context-menu-model.d.ts +33 -18
  28. package/src/context-menu/context-menu.d.ts +13 -0
  29. package/src/context-menu/context-menu.js +29 -19
  30. package/src/menu/menu-model.d.ts +45 -45
  31. package/src/menu/menu.js +23 -19
  32. package/src/sidebar/sidebar-model.d.ts +189 -189
  33. package/src/sidebar/sidebar.js +19 -19
  34. package/src/stepper/stepper.d.ts +9 -0
  35. package/src/stepper/stepper.js +281 -256
  36. package/src/stepper-base/stepper-base.js +34 -30
  37. package/src/tab/tab-model.d.ts +306 -293
  38. package/src/tab/tab.d.ts +26 -2
  39. package/src/tab/tab.js +98 -31
  40. package/src/toolbar/toolbar-model.d.ts +209 -215
  41. package/src/toolbar/toolbar.d.ts +0 -6
  42. package/src/toolbar/toolbar.js +19 -19
  43. package/src/treeview/treeview-model.d.ts +520 -520
  44. package/src/treeview/treeview.d.ts +2 -10
  45. package/src/treeview/treeview.js +36 -35
  46. package/styles/accordion/_all.scss +2 -2
  47. package/styles/accordion/_bds-definition.scss +167 -167
  48. package/styles/accordion/_bigger.scss +121 -121
  49. package/styles/accordion/_bootstrap-dark-definition.scss +169 -167
  50. package/styles/accordion/_bootstrap-definition.scss +167 -167
  51. package/styles/accordion/_bootstrap4-definition.scss +177 -175
  52. package/styles/accordion/_bootstrap5-definition.scss +168 -168
  53. package/styles/accordion/_bootstrap5.3-definition.scss +168 -168
  54. package/styles/accordion/_fabric-dark-definition.scss +171 -171
  55. package/styles/accordion/_fabric-definition.scss +171 -171
  56. package/styles/accordion/_fluent-definition.scss +168 -168
  57. package/styles/accordion/_fluent2-definition.scss +167 -167
  58. package/styles/accordion/_fusionnew-definition.scss +168 -168
  59. package/styles/accordion/_highcontrast-definition.scss +193 -193
  60. package/styles/accordion/_highcontrast-light-definition.scss +193 -193
  61. package/styles/accordion/_layout.scss +236 -236
  62. package/styles/accordion/_material-dark-definition.scss +171 -171
  63. package/styles/accordion/_material-definition.scss +165 -165
  64. package/styles/accordion/_material3-definition.scss +168 -168
  65. package/styles/accordion/_tailwind-definition.scss +167 -167
  66. package/styles/accordion/_tailwind3-definition.scss +168 -0
  67. package/styles/accordion/_theme.scss +418 -418
  68. package/styles/accordion/bds.css +544 -0
  69. package/styles/accordion/bds.scss +5 -0
  70. package/styles/accordion/icons/_bds.scss +15 -15
  71. package/styles/accordion/icons/_bootstrap-dark.scss +15 -15
  72. package/styles/accordion/icons/_bootstrap.scss +15 -15
  73. package/styles/accordion/icons/_bootstrap4.scss +15 -15
  74. package/styles/accordion/icons/_bootstrap5.3.scss +15 -15
  75. package/styles/accordion/icons/_bootstrap5.scss +15 -15
  76. package/styles/accordion/icons/_fabric-dark.scss +15 -15
  77. package/styles/accordion/icons/_fabric.scss +15 -15
  78. package/styles/accordion/icons/_fluent.scss +15 -15
  79. package/styles/accordion/icons/_fluent2.scss +15 -15
  80. package/styles/accordion/icons/_fusionnew.scss +15 -15
  81. package/styles/accordion/icons/_highcontrast-light.scss +15 -15
  82. package/styles/accordion/icons/_highcontrast.scss +15 -15
  83. package/styles/accordion/icons/_material-dark.scss +15 -15
  84. package/styles/accordion/icons/_material.scss +15 -15
  85. package/styles/accordion/icons/_material3.scss +15 -15
  86. package/styles/accordion/icons/_tailwind.scss +15 -15
  87. package/styles/accordion/icons/_tailwind3.scss +15 -0
  88. package/styles/accordion/material3-dark.scss +1 -1
  89. package/styles/accordion/material3.scss +1 -1
  90. package/styles/accordion/tailwind-dark.css +2 -2
  91. package/styles/accordion/tailwind3.css +552 -0
  92. package/styles/accordion/tailwind3.scss +5 -0
  93. package/styles/appbar/_all.scss +2 -2
  94. package/styles/appbar/_bds-definition.scss +24 -24
  95. package/styles/appbar/_bigger.scss +15 -15
  96. package/styles/appbar/_bootstrap-dark-definition.scss +6 -6
  97. package/styles/appbar/_bootstrap-definition.scss +6 -6
  98. package/styles/appbar/_bootstrap4-definition.scss +6 -6
  99. package/styles/appbar/_bootstrap5-definition.scss +6 -6
  100. package/styles/appbar/_bootstrap5.3-definition.scss +6 -6
  101. package/styles/appbar/_fabric-dark-definition.scss +6 -6
  102. package/styles/appbar/_fabric-definition.scss +6 -6
  103. package/styles/appbar/_fluent-definition.scss +6 -6
  104. package/styles/appbar/_fluent2-definition.scss +23 -23
  105. package/styles/appbar/_fusionnew-definition.scss +6 -6
  106. package/styles/appbar/_highcontrast-definition.scss +6 -6
  107. package/styles/appbar/_highcontrast-light-definition.scss +6 -6
  108. package/styles/appbar/_layout.scss +76 -76
  109. package/styles/appbar/_material-dark-definition.scss +6 -6
  110. package/styles/appbar/_material-definition.scss +6 -6
  111. package/styles/appbar/_material3-definition.scss +6 -6
  112. package/styles/appbar/_tailwind-definition.scss +6 -6
  113. package/styles/appbar/_tailwind3-definition.scss +6 -0
  114. package/styles/appbar/_theme.scss +216 -216
  115. package/styles/appbar/bds.css +302 -0
  116. package/styles/appbar/bds.scss +4 -0
  117. package/styles/appbar/material3-dark.scss +1 -1
  118. package/styles/appbar/material3.scss +1 -1
  119. package/styles/appbar/tailwind3.css +285 -0
  120. package/styles/appbar/tailwind3.scss +4 -0
  121. package/styles/bds-lite.css +9233 -0
  122. package/styles/bds-lite.scss +47 -0
  123. package/styles/bds.css +11954 -0
  124. package/styles/bds.scss +59 -0
  125. package/styles/bootstrap-dark-lite.css +21 -13
  126. package/styles/bootstrap-dark.css +35 -14
  127. package/styles/bootstrap-lite.css +21 -13
  128. package/styles/bootstrap.css +35 -14
  129. package/styles/bootstrap4-lite.css +23 -15
  130. package/styles/bootstrap4.css +37 -16
  131. package/styles/bootstrap5-dark-lite.css +42 -34
  132. package/styles/bootstrap5-dark.css +56 -35
  133. package/styles/bootstrap5-lite.css +29 -21
  134. package/styles/bootstrap5.3-lite.css +29 -13
  135. package/styles/bootstrap5.3.css +43 -14
  136. package/styles/bootstrap5.css +43 -22
  137. package/styles/breadcrumb/_all.scss +2 -2
  138. package/styles/breadcrumb/_bds-definition.scss +60 -60
  139. package/styles/breadcrumb/_bigger.scss +168 -160
  140. package/styles/breadcrumb/_bootstrap-dark-definition.scss +54 -54
  141. package/styles/breadcrumb/_bootstrap-definition.scss +54 -54
  142. package/styles/breadcrumb/_bootstrap4-definition.scss +56 -54
  143. package/styles/breadcrumb/_bootstrap5-definition.scss +65 -63
  144. package/styles/breadcrumb/_bootstrap5.3-definition.scss +61 -61
  145. package/styles/breadcrumb/_fabric-dark-definition.scss +59 -59
  146. package/styles/breadcrumb/_fabric-definition.scss +59 -59
  147. package/styles/breadcrumb/_fluent-definition.scss +63 -63
  148. package/styles/breadcrumb/_fluent2-definition.scss +61 -61
  149. package/styles/breadcrumb/_fusionnew-definition.scss +65 -59
  150. package/styles/breadcrumb/_highcontrast-definition.scss +61 -61
  151. package/styles/breadcrumb/_highcontrast-light-definition.scss +61 -61
  152. package/styles/breadcrumb/_layout.scss +451 -431
  153. package/styles/breadcrumb/_material-dark-definition.scss +50 -50
  154. package/styles/breadcrumb/_material-definition.scss +50 -50
  155. package/styles/breadcrumb/_material3-definition.scss +60 -60
  156. package/styles/breadcrumb/_tailwind-definition.scss +60 -60
  157. package/styles/breadcrumb/_tailwind3-definition.scss +61 -0
  158. package/styles/breadcrumb/_theme.scss +296 -236
  159. package/styles/breadcrumb/bds.css +418 -0
  160. package/styles/breadcrumb/bds.scss +5 -0
  161. package/styles/breadcrumb/bootstrap4.css +2 -2
  162. package/styles/breadcrumb/fabric-dark.css +3 -3
  163. package/styles/breadcrumb/icons/_bds.scss +23 -23
  164. package/styles/breadcrumb/icons/_bootstrap-dark.scss +12 -12
  165. package/styles/breadcrumb/icons/_bootstrap.scss +12 -12
  166. package/styles/breadcrumb/icons/_bootstrap4.scss +12 -12
  167. package/styles/breadcrumb/icons/_bootstrap5.3.scss +23 -23
  168. package/styles/breadcrumb/icons/_bootstrap5.scss +23 -23
  169. package/styles/breadcrumb/icons/_fabric-dark.scss +12 -12
  170. package/styles/breadcrumb/icons/_fabric.scss +12 -12
  171. package/styles/breadcrumb/icons/_fluent.scss +23 -23
  172. package/styles/breadcrumb/icons/_fluent2.scss +23 -23
  173. package/styles/breadcrumb/icons/_fusionnew.scss +23 -23
  174. package/styles/breadcrumb/icons/_highcontrast-light.scss +12 -12
  175. package/styles/breadcrumb/icons/_highcontrast.scss +12 -12
  176. package/styles/breadcrumb/icons/_material-dark.scss +23 -23
  177. package/styles/breadcrumb/icons/_material.scss +23 -23
  178. package/styles/breadcrumb/icons/_material3.scss +12 -12
  179. package/styles/breadcrumb/icons/_tailwind-dark.scss +23 -23
  180. package/styles/breadcrumb/icons/_tailwind.scss +23 -23
  181. package/styles/breadcrumb/icons/_tailwind3.scss +23 -0
  182. package/styles/breadcrumb/material3-dark.scss +1 -1
  183. package/styles/breadcrumb/material3.scss +1 -1
  184. package/styles/breadcrumb/tailwind3.css +441 -0
  185. package/styles/breadcrumb/tailwind3.scss +5 -0
  186. package/styles/carousel/_all.scss +2 -2
  187. package/styles/carousel/_bds-definition.scss +20 -20
  188. package/styles/carousel/_bootstrap-dark-definition.scss +20 -20
  189. package/styles/carousel/_bootstrap-definition.scss +20 -20
  190. package/styles/carousel/_bootstrap4-definition.scss +20 -20
  191. package/styles/carousel/_bootstrap5-definition.scss +20 -20
  192. package/styles/carousel/_bootstrap5.3-definition.scss +20 -20
  193. package/styles/carousel/_fabric-dark-definition.scss +20 -20
  194. package/styles/carousel/_fabric-definition.scss +20 -20
  195. package/styles/carousel/_fluent-definition.scss +20 -20
  196. package/styles/carousel/_fluent2-definition.scss +23 -23
  197. package/styles/carousel/_fusionnew-definition.scss +20 -20
  198. package/styles/carousel/_highcontrast-definition.scss +20 -20
  199. package/styles/carousel/_highcontrast-light-definition.scss +20 -20
  200. package/styles/carousel/_layout.scss +257 -257
  201. package/styles/carousel/_material-dark-definition.scss +20 -20
  202. package/styles/carousel/_material-definition.scss +20 -20
  203. package/styles/carousel/_material3-definition.scss +21 -21
  204. package/styles/carousel/_tailwind-definition.scss +20 -20
  205. package/styles/carousel/_tailwind3-definition.scss +24 -0
  206. package/styles/carousel/_theme.scss +108 -102
  207. package/styles/carousel/bds.css +426 -0
  208. package/styles/carousel/bds.scss +5 -0
  209. package/styles/carousel/fluent2.css +5 -0
  210. package/styles/carousel/icons/_bds.scss +30 -30
  211. package/styles/carousel/icons/_bootstrap-dark.scss +30 -30
  212. package/styles/carousel/icons/_bootstrap.scss +30 -30
  213. package/styles/carousel/icons/_bootstrap4.scss +30 -30
  214. package/styles/carousel/icons/_bootstrap5.3.scss +30 -30
  215. package/styles/carousel/icons/_bootstrap5.scss +30 -30
  216. package/styles/carousel/icons/_fabric-dark.scss +30 -30
  217. package/styles/carousel/icons/_fabric.scss +30 -30
  218. package/styles/carousel/icons/_fluent.scss +30 -30
  219. package/styles/carousel/icons/_fluent2.scss +30 -30
  220. package/styles/carousel/icons/_fusionnew.scss +30 -30
  221. package/styles/carousel/icons/_highcontrast-light.scss +30 -30
  222. package/styles/carousel/icons/_highcontrast.scss +30 -30
  223. package/styles/carousel/icons/_material-dark.scss +30 -30
  224. package/styles/carousel/icons/_material.scss +30 -30
  225. package/styles/carousel/icons/_material3.scss +30 -30
  226. package/styles/carousel/icons/_tailwind.scss +30 -30
  227. package/styles/carousel/icons/_tailwind3.scss +30 -0
  228. package/styles/carousel/material3-dark.scss +1 -1
  229. package/styles/carousel/material3.scss +1 -1
  230. package/styles/carousel/tailwind3.css +396 -0
  231. package/styles/carousel/tailwind3.scss +5 -0
  232. package/styles/context-menu/_all.scss +2 -2
  233. package/styles/context-menu/_bds-definition.scss +67 -67
  234. package/styles/context-menu/_bigger.scss +111 -96
  235. package/styles/context-menu/_bootstrap-dark-definition.scss +50 -50
  236. package/styles/context-menu/_bootstrap-definition.scss +50 -50
  237. package/styles/context-menu/_bootstrap4-definition.scss +52 -50
  238. package/styles/context-menu/_bootstrap5-definition.scss +52 -52
  239. package/styles/context-menu/_bootstrap5.3-definition.scss +52 -52
  240. package/styles/context-menu/_fabric-dark-definition.scss +50 -50
  241. package/styles/context-menu/_fabric-definition.scss +50 -50
  242. package/styles/context-menu/_fluent-definition.scss +51 -51
  243. package/styles/context-menu/_fluent2-definition.scss +52 -52
  244. package/styles/context-menu/_fusionnew-definition.scss +52 -51
  245. package/styles/context-menu/_highcontrast-definition.scss +50 -50
  246. package/styles/context-menu/_highcontrast-light-definition.scss +50 -50
  247. package/styles/context-menu/_layout-mixin.scss +140 -140
  248. package/styles/context-menu/_layout.scss +174 -150
  249. package/styles/context-menu/_material-dark-definition.scss +50 -50
  250. package/styles/context-menu/_material-definition.scss +50 -50
  251. package/styles/context-menu/_material3-definition.scss +51 -51
  252. package/styles/context-menu/_tailwind-definition.scss +52 -52
  253. package/styles/context-menu/_tailwind3-definition.scss +55 -0
  254. package/styles/context-menu/_theme-mixin.scss +91 -91
  255. package/styles/context-menu/_theme.scss +69 -69
  256. package/styles/context-menu/bds.css +421 -0
  257. package/styles/context-menu/bds.scss +8 -0
  258. package/styles/context-menu/fluent2.css +1 -1
  259. package/styles/context-menu/icons/_bds.scss +31 -31
  260. package/styles/context-menu/icons/_bootstrap-dark.scss +31 -31
  261. package/styles/context-menu/icons/_bootstrap.scss +31 -31
  262. package/styles/context-menu/icons/_bootstrap4.scss +31 -31
  263. package/styles/context-menu/icons/_bootstrap5.3.scss +31 -31
  264. package/styles/context-menu/icons/_bootstrap5.scss +31 -31
  265. package/styles/context-menu/icons/_fabric-dark.scss +31 -31
  266. package/styles/context-menu/icons/_fabric.scss +31 -31
  267. package/styles/context-menu/icons/_fluent.scss +31 -31
  268. package/styles/context-menu/icons/_fluent2.scss +31 -31
  269. package/styles/context-menu/icons/_fusionnew.scss +31 -31
  270. package/styles/context-menu/icons/_highcontrast-light.scss +31 -31
  271. package/styles/context-menu/icons/_highcontrast.scss +31 -31
  272. package/styles/context-menu/icons/_material-dark.scss +31 -31
  273. package/styles/context-menu/icons/_material.scss +31 -31
  274. package/styles/context-menu/icons/_material3.scss +31 -31
  275. package/styles/context-menu/icons/_tailwind-dark.scss +31 -31
  276. package/styles/context-menu/icons/_tailwind.scss +31 -31
  277. package/styles/context-menu/icons/_tailwind3.scss +31 -0
  278. package/styles/context-menu/material3-dark.scss +1 -1
  279. package/styles/context-menu/material3.scss +1 -1
  280. package/styles/context-menu/tailwind3.css +449 -0
  281. package/styles/context-menu/tailwind3.scss +8 -0
  282. package/styles/fabric-dark-lite.css +25 -17
  283. package/styles/fabric-dark.css +39 -18
  284. package/styles/fabric-lite.css +21 -13
  285. package/styles/fabric.css +35 -14
  286. package/styles/fluent-dark-lite.css +23 -17
  287. package/styles/fluent-dark.css +37 -18
  288. package/styles/fluent-lite.css +23 -17
  289. package/styles/fluent.css +37 -18
  290. package/styles/fluent2-lite.css +52 -24
  291. package/styles/fluent2.css +66 -25
  292. package/styles/h-scroll/_all.scss +2 -2
  293. package/styles/h-scroll/_bds-definition.scss +83 -83
  294. package/styles/h-scroll/_bigger.scss +39 -39
  295. package/styles/h-scroll/_bootstrap-dark-definition.scss +57 -57
  296. package/styles/h-scroll/_bootstrap-definition.scss +56 -56
  297. package/styles/h-scroll/_bootstrap4-definition.scss +58 -56
  298. package/styles/h-scroll/_bootstrap5-definition.scss +83 -83
  299. package/styles/h-scroll/_bootstrap5.3-definition.scss +83 -83
  300. package/styles/h-scroll/_fabric-dark-definition.scss +58 -58
  301. package/styles/h-scroll/_fabric-definition.scss +55 -55
  302. package/styles/h-scroll/_fluent-definition.scss +83 -83
  303. package/styles/h-scroll/_fluent2-definition.scss +83 -83
  304. package/styles/h-scroll/_fusionnew-definition.scss +83 -83
  305. package/styles/h-scroll/_highcontrast-definition.scss +56 -56
  306. package/styles/h-scroll/_highcontrast-light-definition.scss +59 -59
  307. package/styles/h-scroll/_layout.scss +160 -160
  308. package/styles/h-scroll/_material-dark-definition.scss +85 -85
  309. package/styles/h-scroll/_material-definition.scss +82 -82
  310. package/styles/h-scroll/_material3-definition.scss +83 -83
  311. package/styles/h-scroll/_tailwind-definition.scss +83 -83
  312. package/styles/h-scroll/_tailwind3-definition.scss +83 -0
  313. package/styles/h-scroll/_theme.scss +146 -146
  314. package/styles/h-scroll/bds.css +311 -0
  315. package/styles/h-scroll/bds.scss +5 -0
  316. package/styles/h-scroll/icons/_bds.scss +49 -49
  317. package/styles/h-scroll/icons/_bootstrap-dark.scss +49 -49
  318. package/styles/h-scroll/icons/_bootstrap.scss +49 -49
  319. package/styles/h-scroll/icons/_bootstrap4.scss +49 -49
  320. package/styles/h-scroll/icons/_bootstrap5.3.scss +49 -49
  321. package/styles/h-scroll/icons/_bootstrap5.scss +49 -49
  322. package/styles/h-scroll/icons/_fabric-dark.scss +49 -49
  323. package/styles/h-scroll/icons/_fabric.scss +49 -49
  324. package/styles/h-scroll/icons/_fluent.scss +49 -49
  325. package/styles/h-scroll/icons/_fluent2.scss +49 -49
  326. package/styles/h-scroll/icons/_fusionnew.scss +49 -49
  327. package/styles/h-scroll/icons/_highcontrast-light.scss +49 -49
  328. package/styles/h-scroll/icons/_highcontrast.scss +49 -49
  329. package/styles/h-scroll/icons/_material-dark.scss +49 -49
  330. package/styles/h-scroll/icons/_material.scss +49 -49
  331. package/styles/h-scroll/icons/_material3.scss +49 -49
  332. package/styles/h-scroll/icons/_tailwind.scss +49 -49
  333. package/styles/h-scroll/icons/_tailwind3.scss +49 -0
  334. package/styles/h-scroll/material3-dark.scss +1 -1
  335. package/styles/h-scroll/material3.scss +1 -1
  336. package/styles/h-scroll/tailwind3.css +311 -0
  337. package/styles/h-scroll/tailwind3.scss +5 -0
  338. package/styles/highcontrast-light-lite.css +21 -13
  339. package/styles/highcontrast-light.css +35 -14
  340. package/styles/highcontrast-lite.css +24 -16
  341. package/styles/highcontrast.css +38 -17
  342. package/styles/material-dark-lite.css +21 -13
  343. package/styles/material-dark.css +35 -14
  344. package/styles/material-lite.css +21 -13
  345. package/styles/material.css +35 -14
  346. package/styles/material3-dark-lite.css +21 -13
  347. package/styles/material3-dark.css +45 -15
  348. package/styles/material3-dark.scss +1 -1
  349. package/styles/material3-lite.css +21 -13
  350. package/styles/material3.css +45 -15
  351. package/styles/material3.scss +1 -1
  352. package/styles/menu/_all.scss +2 -2
  353. package/styles/menu/_bds-definition.scss +65 -65
  354. package/styles/menu/_bigger.scss +381 -355
  355. package/styles/menu/_bootstrap-dark-definition.scss +61 -61
  356. package/styles/menu/_bootstrap-definition.scss +65 -65
  357. package/styles/menu/_bootstrap4-definition.scss +66 -64
  358. package/styles/menu/_bootstrap5-definition.scss +66 -66
  359. package/styles/menu/_bootstrap5.3-definition.scss +66 -66
  360. package/styles/menu/_fabric-dark-definition.scss +61 -61
  361. package/styles/menu/_fabric-definition.scss +64 -64
  362. package/styles/menu/_fluent-definition.scss +66 -66
  363. package/styles/menu/_fluent2-definition.scss +67 -67
  364. package/styles/menu/_fusionnew-definition.scss +66 -66
  365. package/styles/menu/_highcontrast-definition.scss +65 -65
  366. package/styles/menu/_highcontrast-light-definition.scss +61 -61
  367. package/styles/menu/_layout.scss +501 -466
  368. package/styles/menu/_material-dark-definition.scss +61 -61
  369. package/styles/menu/_material-definition.scss +64 -64
  370. package/styles/menu/_material3-definition.scss +66 -66
  371. package/styles/menu/_tailwind-definition.scss +65 -65
  372. package/styles/menu/_tailwind3-definition.scss +66 -0
  373. package/styles/menu/_theme.scss +428 -386
  374. package/styles/menu/bds.css +1155 -0
  375. package/styles/menu/bds.scss +9 -0
  376. package/styles/menu/bootstrap5-dark.css +2 -2
  377. package/styles/menu/fluent2.css +13 -4
  378. package/styles/menu/icons/_bds.scss +104 -104
  379. package/styles/menu/icons/_bootstrap-dark.scss +105 -105
  380. package/styles/menu/icons/_bootstrap.scss +104 -104
  381. package/styles/menu/icons/_bootstrap4.scss +104 -104
  382. package/styles/menu/icons/_bootstrap5.3.scss +104 -104
  383. package/styles/menu/icons/_bootstrap5.scss +104 -104
  384. package/styles/menu/icons/_fabric-dark.scss +104 -104
  385. package/styles/menu/icons/_fabric.scss +104 -104
  386. package/styles/menu/icons/_fluent.scss +104 -104
  387. package/styles/menu/icons/_fluent2.scss +104 -104
  388. package/styles/menu/icons/_fusionnew.scss +104 -104
  389. package/styles/menu/icons/_highcontrast-light.scss +104 -104
  390. package/styles/menu/icons/_highcontrast.scss +104 -104
  391. package/styles/menu/icons/_material-dark.scss +104 -104
  392. package/styles/menu/icons/_material.scss +104 -104
  393. package/styles/menu/icons/_material3.scss +104 -104
  394. package/styles/menu/icons/_tailwind-dark.scss +104 -104
  395. package/styles/menu/icons/_tailwind.scss +104 -104
  396. package/styles/menu/icons/_tailwind3.scss +104 -0
  397. package/styles/menu/material3-dark.scss +1 -1
  398. package/styles/menu/material3.scss +1 -1
  399. package/styles/menu/tailwind3.css +1238 -0
  400. package/styles/menu/tailwind3.scss +9 -0
  401. package/styles/pager/_all.scss +2 -2
  402. package/styles/pager/_bds-definition.scss +152 -152
  403. package/styles/pager/_bigger.scss +365 -304
  404. package/styles/pager/_bootstrap-dark-definition.scss +152 -151
  405. package/styles/pager/_bootstrap-definition.scss +151 -151
  406. package/styles/pager/_bootstrap4-definition.scss +152 -151
  407. package/styles/pager/_bootstrap5-definition.scss +166 -166
  408. package/styles/pager/_bootstrap5.3-definition.scss +166 -166
  409. package/styles/pager/_fabric-dark-definition.scss +149 -149
  410. package/styles/pager/_fabric-definition.scss +149 -149
  411. package/styles/pager/_fluent-definition.scss +153 -153
  412. package/styles/pager/_fluent2-definition.scss +152 -152
  413. package/styles/pager/_fusionnew-definition.scss +166 -166
  414. package/styles/pager/_highcontrast-definition.scss +149 -149
  415. package/styles/pager/_highcontrast-light-definition.scss +149 -149
  416. package/styles/pager/_layout.scss +768 -742
  417. package/styles/pager/_material-dark-definition.scss +150 -150
  418. package/styles/pager/_material-definition.scss +150 -150
  419. package/styles/pager/_material3-definition.scss +166 -166
  420. package/styles/pager/_tailwind-definition.scss +152 -152
  421. package/styles/pager/_tailwind3-definition.scss +166 -0
  422. package/styles/pager/_theme.scss +189 -189
  423. package/styles/pager/bds.css +915 -0
  424. package/styles/pager/bds.scss +5 -0
  425. package/styles/pager/bootstrap-dark.css +7 -0
  426. package/styles/pager/bootstrap.css +7 -0
  427. package/styles/pager/bootstrap4.css +7 -0
  428. package/styles/pager/bootstrap5-dark.css +7 -0
  429. package/styles/pager/bootstrap5.3.css +7 -0
  430. package/styles/pager/bootstrap5.css +7 -0
  431. package/styles/pager/fabric-dark.css +7 -0
  432. package/styles/pager/fabric.css +7 -0
  433. package/styles/pager/fluent-dark.css +7 -0
  434. package/styles/pager/fluent.css +7 -0
  435. package/styles/pager/fluent2.css +10 -0
  436. package/styles/pager/highcontrast-light.css +7 -0
  437. package/styles/pager/highcontrast.css +7 -0
  438. package/styles/pager/icons/_bds.scss +50 -50
  439. package/styles/pager/icons/_bootstrap-dark.scss +50 -50
  440. package/styles/pager/icons/_bootstrap.scss +50 -50
  441. package/styles/pager/icons/_bootstrap4.scss +50 -50
  442. package/styles/pager/icons/_bootstrap5.3.scss +50 -50
  443. package/styles/pager/icons/_bootstrap5.scss +50 -50
  444. package/styles/pager/icons/_fabric-dark.scss +50 -50
  445. package/styles/pager/icons/_fabric.scss +50 -50
  446. package/styles/pager/icons/_fluent.scss +50 -50
  447. package/styles/pager/icons/_fluent2.scss +50 -50
  448. package/styles/pager/icons/_fusionnew.scss +50 -50
  449. package/styles/pager/icons/_highcontrast-light.scss +50 -50
  450. package/styles/pager/icons/_highcontrast.scss +46 -46
  451. package/styles/pager/icons/_material-dark.scss +50 -50
  452. package/styles/pager/icons/_material.scss +46 -46
  453. package/styles/pager/icons/_material3.scss +50 -50
  454. package/styles/pager/icons/_tailwind.scss +50 -50
  455. package/styles/pager/icons/_tailwind3.scss +50 -0
  456. package/styles/pager/material-dark.css +7 -0
  457. package/styles/pager/material.css +7 -0
  458. package/styles/pager/material3-dark.css +15 -1
  459. package/styles/pager/material3-dark.scss +1 -1
  460. package/styles/pager/material3.css +15 -1
  461. package/styles/pager/material3.scss +1 -1
  462. package/styles/pager/tailwind-dark.css +16 -9
  463. package/styles/pager/tailwind.css +16 -9
  464. package/styles/pager/tailwind3.css +875 -0
  465. package/styles/pager/tailwind3.scss +5 -0
  466. package/styles/sidebar/_all.scss +3 -3
  467. package/styles/sidebar/_bds-definition.scss +53 -53
  468. package/styles/sidebar/_bootstrap-dark-definition.scss +4 -4
  469. package/styles/sidebar/_bootstrap-definition.scss +4 -4
  470. package/styles/sidebar/_bootstrap4-definition.scss +4 -4
  471. package/styles/sidebar/_bootstrap5-definition.scss +6 -6
  472. package/styles/sidebar/_bootstrap5.3-definition.scss +6 -6
  473. package/styles/sidebar/_fabric-dark-definition.scss +4 -4
  474. package/styles/sidebar/_fabric-definition.scss +4 -4
  475. package/styles/sidebar/_fluent-definition.scss +6 -6
  476. package/styles/sidebar/_fluent2-definition.scss +8 -8
  477. package/styles/sidebar/_fusionnew-definition.scss +6 -6
  478. package/styles/sidebar/_highcontrast-definition.scss +4 -4
  479. package/styles/sidebar/_highcontrast-light-definition.scss +4 -4
  480. package/styles/sidebar/_icons.scss +1 -1
  481. package/styles/sidebar/_layout.scss +1 -1
  482. package/styles/sidebar/_material-dark-definition.scss +4 -4
  483. package/styles/sidebar/_material-definition.scss +6 -6
  484. package/styles/sidebar/_material3-definition.scss +4 -4
  485. package/styles/sidebar/_tailwind-definition.scss +6 -6
  486. package/styles/sidebar/_tailwind3-definition.scss +6 -0
  487. package/styles/sidebar/_theme.scss +251 -251
  488. package/styles/sidebar/bds.css +263 -0
  489. package/styles/sidebar/bds.scss +3 -0
  490. package/styles/sidebar/bootstrap5-dark.css +1 -1
  491. package/styles/sidebar/material3-dark.scss +1 -1
  492. package/styles/sidebar/material3.scss +1 -1
  493. package/styles/sidebar/tailwind3.css +227 -0
  494. package/styles/sidebar/tailwind3.scss +3 -0
  495. package/styles/stepper/_bds-definition.scss +72 -72
  496. package/styles/stepper/_bigger.scss +53 -53
  497. package/styles/stepper/_bootstrap4-definition.scss +4 -2
  498. package/styles/stepper/_bootstrap5.3-definition.scss +72 -72
  499. package/styles/stepper/_fluent2-definition.scss +72 -72
  500. package/styles/stepper/_layout.scss +2 -0
  501. package/styles/stepper/_material-dark-definition.scss +4 -2
  502. package/styles/stepper/_material-definition.scss +7 -5
  503. package/styles/stepper/_tailwind3-definition.scss +72 -0
  504. package/styles/stepper/_theme.scss +2 -1
  505. package/styles/stepper/bds.css +724 -0
  506. package/styles/stepper/bds.scss +6 -0
  507. package/styles/stepper/bootstrap-dark.css +4 -1
  508. package/styles/stepper/bootstrap.css +4 -1
  509. package/styles/stepper/bootstrap4.css +4 -1
  510. package/styles/stepper/bootstrap5-dark.css +4 -1
  511. package/styles/stepper/bootstrap5.3.css +4 -1
  512. package/styles/stepper/bootstrap5.css +4 -1
  513. package/styles/stepper/fabric-dark.css +4 -1
  514. package/styles/stepper/fabric.css +4 -1
  515. package/styles/stepper/fluent-dark.css +4 -1
  516. package/styles/stepper/fluent.css +4 -1
  517. package/styles/stepper/fluent2.css +4 -1
  518. package/styles/stepper/highcontrast-light.css +4 -1
  519. package/styles/stepper/highcontrast.css +4 -1
  520. package/styles/stepper/icons/_bds.scss +5 -5
  521. package/styles/stepper/icons/_bootstrap5.3.scss +5 -5
  522. package/styles/stepper/icons/_fluent2.scss +5 -5
  523. package/styles/stepper/icons/_tailwind3.scss +5 -0
  524. package/styles/stepper/material-dark.css +4 -1
  525. package/styles/stepper/material.css +4 -1
  526. package/styles/stepper/material3-dark.css +4 -1
  527. package/styles/stepper/material3-dark.scss +1 -1
  528. package/styles/stepper/material3.css +4 -1
  529. package/styles/stepper/material3.scss +1 -1
  530. package/styles/stepper/tailwind-dark.css +4 -1
  531. package/styles/stepper/tailwind.css +4 -1
  532. package/styles/stepper/tailwind3.css +724 -0
  533. package/styles/stepper/tailwind3.scss +6 -0
  534. package/styles/tab/_all.scss +2 -2
  535. package/styles/tab/_bds-definition.scss +661 -661
  536. package/styles/tab/_bigger.scss +1276 -1260
  537. package/styles/tab/_bootstrap-dark-definition.scss +630 -630
  538. package/styles/tab/_bootstrap-definition.scss +629 -631
  539. package/styles/tab/_bootstrap4-definition.scss +637 -637
  540. package/styles/tab/_bootstrap5-definition.scss +635 -635
  541. package/styles/tab/_bootstrap5.3-definition.scss +636 -636
  542. package/styles/tab/_fabric-dark-definition.scss +641 -643
  543. package/styles/tab/_fabric-definition.scss +643 -645
  544. package/styles/tab/_fluent-definition.scss +637 -637
  545. package/styles/tab/_fluent2-definition.scss +664 -666
  546. package/styles/tab/_fusionnew-definition.scss +632 -634
  547. package/styles/tab/_highcontrast-definition.scss +667 -669
  548. package/styles/tab/_highcontrast-light-definition.scss +666 -668
  549. package/styles/tab/_icons.scss +34 -34
  550. package/styles/tab/_layout.scss +2187 -2187
  551. package/styles/tab/_material-dark-definition.scss +646 -648
  552. package/styles/tab/_material-definition.scss +645 -647
  553. package/styles/tab/_material3-definition.scss +634 -636
  554. package/styles/tab/_tailwind-definition.scss +648 -650
  555. package/styles/tab/_tailwind3-definition.scss +634 -0
  556. package/styles/tab/_theme.scss +1580 -1592
  557. package/styles/tab/bds.css +4190 -0
  558. package/styles/tab/bds.scss +6 -0
  559. package/styles/tab/bootstrap-dark.css +7 -11
  560. package/styles/tab/bootstrap.css +7 -11
  561. package/styles/tab/bootstrap4.css +7 -11
  562. package/styles/tab/bootstrap5-dark.css +7 -11
  563. package/styles/tab/bootstrap5.3.css +7 -11
  564. package/styles/tab/bootstrap5.css +7 -11
  565. package/styles/tab/fabric-dark.css +7 -11
  566. package/styles/tab/fabric.css +7 -11
  567. package/styles/tab/fluent-dark.css +7 -11
  568. package/styles/tab/fluent.css +7 -11
  569. package/styles/tab/fluent2.css +10 -14
  570. package/styles/tab/highcontrast-light.css +7 -11
  571. package/styles/tab/highcontrast.css +7 -11
  572. package/styles/tab/icons/_bds.scss +90 -90
  573. package/styles/tab/icons/_bootstrap-dark.scss +98 -98
  574. package/styles/tab/icons/_bootstrap.scss +98 -98
  575. package/styles/tab/icons/_bootstrap4.scss +101 -101
  576. package/styles/tab/icons/_bootstrap5.3.scss +90 -90
  577. package/styles/tab/icons/_bootstrap5.scss +90 -90
  578. package/styles/tab/icons/_fabric-dark.scss +98 -98
  579. package/styles/tab/icons/_fabric.scss +98 -98
  580. package/styles/tab/icons/_fluent.scss +98 -98
  581. package/styles/tab/icons/_fluent2.scss +98 -98
  582. package/styles/tab/icons/_fusionnew.scss +90 -90
  583. package/styles/tab/icons/_highcontrast-light.scss +90 -90
  584. package/styles/tab/icons/_highcontrast.scss +101 -101
  585. package/styles/tab/icons/_material-dark.scss +90 -90
  586. package/styles/tab/icons/_material.scss +90 -90
  587. package/styles/tab/icons/_material3.scss +90 -90
  588. package/styles/tab/icons/_tailwind.scss +90 -90
  589. package/styles/tab/icons/_tailwind3.scss +90 -0
  590. package/styles/tab/material-dark.css +7 -11
  591. package/styles/tab/material.css +7 -11
  592. package/styles/tab/material3-dark.css +9 -11
  593. package/styles/tab/material3-dark.scss +1 -1
  594. package/styles/tab/material3.css +9 -11
  595. package/styles/tab/material3.scss +1 -1
  596. package/styles/tab/tailwind-dark.css +11 -15
  597. package/styles/tab/tailwind.css +11 -15
  598. package/styles/tab/tailwind3.css +4125 -0
  599. package/styles/tab/tailwind3.scss +6 -0
  600. package/styles/tailwind-dark-lite.css +30 -22
  601. package/styles/tailwind-dark.css +51 -30
  602. package/styles/tailwind-lite.css +28 -20
  603. package/styles/tailwind.css +49 -28
  604. package/styles/tailwind3-lite.css +9055 -0
  605. package/styles/tailwind3-lite.scss +47 -0
  606. package/styles/tailwind3.css +11743 -0
  607. package/styles/tailwind3.scss +59 -0
  608. package/styles/toolbar/_all.scss +2 -2
  609. package/styles/toolbar/_bds-definition.scss +197 -197
  610. package/styles/toolbar/_bigger.scss +323 -309
  611. package/styles/toolbar/_bootstrap-dark-definition.scss +193 -193
  612. package/styles/toolbar/_bootstrap-definition.scss +203 -203
  613. package/styles/toolbar/_bootstrap4-definition.scss +200 -198
  614. package/styles/toolbar/_bootstrap5-definition.scss +198 -198
  615. package/styles/toolbar/_bootstrap5.3-definition.scss +198 -198
  616. package/styles/toolbar/_fabric-dark-definition.scss +207 -207
  617. package/styles/toolbar/_fabric-definition.scss +195 -195
  618. package/styles/toolbar/_fluent-definition.scss +197 -197
  619. package/styles/toolbar/_fluent2-definition.scss +198 -198
  620. package/styles/toolbar/_fusionnew-definition.scss +198 -198
  621. package/styles/toolbar/_highcontrast-definition.scss +204 -204
  622. package/styles/toolbar/_highcontrast-light-definition.scss +218 -218
  623. package/styles/toolbar/_layout.scss +748 -742
  624. package/styles/toolbar/_material-dark-definition.scss +233 -231
  625. package/styles/toolbar/_material-definition.scss +221 -219
  626. package/styles/toolbar/_material3-definition.scss +199 -199
  627. package/styles/toolbar/_tailwind-definition.scss +197 -197
  628. package/styles/toolbar/_tailwind3-definition.scss +199 -0
  629. package/styles/toolbar/_theme.scss +449 -436
  630. package/styles/toolbar/bds.css +1219 -0
  631. package/styles/toolbar/bds.scss +9 -0
  632. package/styles/toolbar/bootstrap-dark.css +1 -1
  633. package/styles/toolbar/bootstrap.css +1 -1
  634. package/styles/toolbar/bootstrap4.css +1 -1
  635. package/styles/toolbar/bootstrap5-dark.css +19 -19
  636. package/styles/toolbar/bootstrap5.3.css +9 -1
  637. package/styles/toolbar/bootstrap5.css +9 -9
  638. package/styles/toolbar/fabric-dark.css +1 -1
  639. package/styles/toolbar/fabric.css +1 -1
  640. package/styles/toolbar/fluent-dark.css +1 -1
  641. package/styles/toolbar/fluent.css +1 -1
  642. package/styles/toolbar/fluent2.css +1 -1
  643. package/styles/toolbar/highcontrast-light.css +1 -1
  644. package/styles/toolbar/highcontrast.css +1 -1
  645. package/styles/toolbar/icons/_bds.scss +14 -14
  646. package/styles/toolbar/icons/_bootstrap-dark.scss +14 -14
  647. package/styles/toolbar/icons/_bootstrap.scss +14 -14
  648. package/styles/toolbar/icons/_bootstrap4.scss +14 -14
  649. package/styles/toolbar/icons/_bootstrap5.3.scss +14 -14
  650. package/styles/toolbar/icons/_bootstrap5.scss +14 -14
  651. package/styles/toolbar/icons/_fabric-dark.scss +14 -14
  652. package/styles/toolbar/icons/_fabric.scss +14 -14
  653. package/styles/toolbar/icons/_fluent.scss +14 -14
  654. package/styles/toolbar/icons/_fluent2.scss +14 -14
  655. package/styles/toolbar/icons/_fusionnew.scss +14 -14
  656. package/styles/toolbar/icons/_highcontrast-light.scss +14 -14
  657. package/styles/toolbar/icons/_highcontrast.scss +14 -14
  658. package/styles/toolbar/icons/_material-dark.scss +14 -14
  659. package/styles/toolbar/icons/_material.scss +14 -14
  660. package/styles/toolbar/icons/_material3.scss +14 -14
  661. package/styles/toolbar/icons/_tailwind.scss +14 -14
  662. package/styles/toolbar/icons/_tailwind3.scss +14 -0
  663. package/styles/toolbar/material-dark.css +1 -1
  664. package/styles/toolbar/material.css +1 -1
  665. package/styles/toolbar/material3-dark.css +1 -1
  666. package/styles/toolbar/material3-dark.scss +1 -1
  667. package/styles/toolbar/material3.css +1 -1
  668. package/styles/toolbar/material3.scss +1 -1
  669. package/styles/toolbar/tailwind-dark.css +1 -1
  670. package/styles/toolbar/tailwind.css +1 -1
  671. package/styles/toolbar/tailwind3.css +1211 -0
  672. package/styles/toolbar/tailwind3.scss +9 -0
  673. package/styles/treeview/_all.scss +2 -2
  674. package/styles/treeview/_bds-definition.scss +131 -131
  675. package/styles/treeview/_bigger.scss +406 -393
  676. package/styles/treeview/_bootstrap-dark-definition.scss +118 -118
  677. package/styles/treeview/_bootstrap-definition.scss +113 -113
  678. package/styles/treeview/_bootstrap4-definition.scss +143 -141
  679. package/styles/treeview/_bootstrap5-definition.scss +122 -120
  680. package/styles/treeview/_bootstrap5.3-definition.scss +119 -119
  681. package/styles/treeview/_fabric-dark-definition.scss +116 -116
  682. package/styles/treeview/_fabric-definition.scss +112 -112
  683. package/styles/treeview/_fluent-definition.scss +122 -120
  684. package/styles/treeview/_fluent2-definition.scss +128 -128
  685. package/styles/treeview/_fusionnew-definition.scss +120 -120
  686. package/styles/treeview/_highcontrast-definition.scss +118 -118
  687. package/styles/treeview/_highcontrast-light-definition.scss +123 -123
  688. package/styles/treeview/_layout.scss +761 -724
  689. package/styles/treeview/_material-dark-definition.scss +114 -114
  690. package/styles/treeview/_material-definition.scss +112 -112
  691. package/styles/treeview/_material3-definition.scss +110 -110
  692. package/styles/treeview/_tailwind-definition.scss +126 -124
  693. package/styles/treeview/_tailwind3-definition.scss +126 -0
  694. package/styles/treeview/_theme.scss +352 -350
  695. package/styles/treeview/bds.css +1031 -0
  696. package/styles/treeview/bds.scss +7 -0
  697. package/styles/treeview/bootstrap-dark.css +16 -1
  698. package/styles/treeview/bootstrap.css +16 -1
  699. package/styles/treeview/bootstrap4.css +16 -1
  700. package/styles/treeview/bootstrap5-dark.css +16 -1
  701. package/styles/treeview/bootstrap5.3.css +16 -1
  702. package/styles/treeview/bootstrap5.css +16 -1
  703. package/styles/treeview/fabric-dark.css +16 -1
  704. package/styles/treeview/fabric.css +16 -1
  705. package/styles/treeview/fluent-dark.css +18 -5
  706. package/styles/treeview/fluent.css +18 -5
  707. package/styles/treeview/fluent2.css +22 -4
  708. package/styles/treeview/highcontrast-light.css +16 -1
  709. package/styles/treeview/highcontrast.css +19 -4
  710. package/styles/treeview/icons/_bds.scss +44 -44
  711. package/styles/treeview/icons/_bootstrap-dark.scss +40 -40
  712. package/styles/treeview/icons/_bootstrap.scss +40 -40
  713. package/styles/treeview/icons/_bootstrap4.scss +40 -40
  714. package/styles/treeview/icons/_bootstrap5.3.scss +44 -44
  715. package/styles/treeview/icons/_bootstrap5.scss +44 -44
  716. package/styles/treeview/icons/_fabric-dark.scss +44 -44
  717. package/styles/treeview/icons/_fabric.scss +44 -44
  718. package/styles/treeview/icons/_fluent.scss +44 -44
  719. package/styles/treeview/icons/_fluent2.scss +44 -44
  720. package/styles/treeview/icons/_fusionnew.scss +44 -44
  721. package/styles/treeview/icons/_highcontrast-light.scss +44 -44
  722. package/styles/treeview/icons/_highcontrast.scss +44 -44
  723. package/styles/treeview/icons/_material-dark.scss +44 -44
  724. package/styles/treeview/icons/_material.scss +44 -44
  725. package/styles/treeview/icons/_material3.scss +44 -44
  726. package/styles/treeview/icons/_tailwind-dark.scss +44 -44
  727. package/styles/treeview/icons/_tailwind.scss +44 -44
  728. package/styles/treeview/icons/_tailwind3.scss +44 -0
  729. package/styles/treeview/material-dark.css +16 -1
  730. package/styles/treeview/material.css +16 -1
  731. package/styles/treeview/material3-dark.css +16 -1
  732. package/styles/treeview/material3-dark.scss +1 -1
  733. package/styles/treeview/material3.css +16 -1
  734. package/styles/treeview/material3.scss +1 -1
  735. package/styles/treeview/tailwind-dark.css +17 -2
  736. package/styles/treeview/tailwind.css +17 -2
  737. package/styles/treeview/tailwind3.css +806 -0
  738. package/styles/treeview/tailwind3.scss +7 -0
  739. package/styles/v-scroll/_all.scss +2 -2
  740. package/styles/v-scroll/_bds-definition.scss +49 -49
  741. package/styles/v-scroll/_bigger.scss +28 -28
  742. package/styles/v-scroll/_bootstrap-dark-definition.scss +51 -51
  743. package/styles/v-scroll/_bootstrap-definition.scss +49 -49
  744. package/styles/v-scroll/_bootstrap4-definition.scss +49 -49
  745. package/styles/v-scroll/_bootstrap5-definition.scss +49 -49
  746. package/styles/v-scroll/_bootstrap5.3-definition.scss +49 -49
  747. package/styles/v-scroll/_fabric-dark-definition.scss +52 -52
  748. package/styles/v-scroll/_fabric-definition.scss +50 -50
  749. package/styles/v-scroll/_fluent-definition.scss +49 -49
  750. package/styles/v-scroll/_fluent2-definition.scss +49 -49
  751. package/styles/v-scroll/_fusionnew-definition.scss +49 -49
  752. package/styles/v-scroll/_highcontrast-definition.scss +50 -50
  753. package/styles/v-scroll/_highcontrast-light-definition.scss +52 -52
  754. package/styles/v-scroll/_layout.scss +135 -135
  755. package/styles/v-scroll/_material-dark-definition.scss +79 -79
  756. package/styles/v-scroll/_material-definition.scss +77 -77
  757. package/styles/v-scroll/_material3-definition.scss +49 -49
  758. package/styles/v-scroll/_tailwind-definition.scss +49 -49
  759. package/styles/v-scroll/_tailwind3-definition.scss +49 -0
  760. package/styles/v-scroll/_theme.scss +114 -114
  761. package/styles/v-scroll/bds.css +218 -0
  762. package/styles/v-scroll/bds.scss +5 -0
  763. package/styles/v-scroll/fabric-dark.css +1 -1
  764. package/styles/v-scroll/icons/_bds.scss +27 -27
  765. package/styles/v-scroll/icons/_bootstrap-dark.scss +27 -27
  766. package/styles/v-scroll/icons/_bootstrap.scss +27 -27
  767. package/styles/v-scroll/icons/_bootstrap4.scss +27 -27
  768. package/styles/v-scroll/icons/_bootstrap5.3.scss +27 -27
  769. package/styles/v-scroll/icons/_bootstrap5.scss +27 -27
  770. package/styles/v-scroll/icons/_fabric-dark.scss +27 -27
  771. package/styles/v-scroll/icons/_fabric.scss +27 -27
  772. package/styles/v-scroll/icons/_fluent.scss +27 -27
  773. package/styles/v-scroll/icons/_fluent2.scss +27 -27
  774. package/styles/v-scroll/icons/_fusionnew.scss +27 -27
  775. package/styles/v-scroll/icons/_highcontrast-light.scss +27 -27
  776. package/styles/v-scroll/icons/_highcontrast.scss +27 -27
  777. package/styles/v-scroll/icons/_material-dark.scss +27 -27
  778. package/styles/v-scroll/icons/_material.scss +27 -27
  779. package/styles/v-scroll/icons/_material3.scss +27 -27
  780. package/styles/v-scroll/icons/_tailwind.scss +27 -27
  781. package/styles/v-scroll/icons/_tailwind3.scss +27 -0
  782. package/styles/v-scroll/material3-dark.scss +1 -1
  783. package/styles/v-scroll/material3.scss +1 -1
  784. package/styles/v-scroll/tailwind3.css +218 -0
  785. package/styles/v-scroll/tailwind3.scss +5 -0
  786. package/tslint.json +111 -111
  787. package/dist/ej2-navigations.min.js +0 -10
  788. package/dist/global/ej2-navigations.min.js +0 -11
  789. package/dist/global/ej2-navigations.min.js.map +0 -1
  790. package/dist/global/index.d.ts +0 -14
  791. package/helpers/e2e/accordionHelper.d.ts +0 -56
  792. package/helpers/e2e/accordionHelper.js +0 -71
  793. package/helpers/e2e/contextmenuHelper.d.ts +0 -37
  794. package/helpers/e2e/contextmenuHelper.js +0 -53
  795. package/helpers/e2e/index.d.ts +0 -7
  796. package/helpers/e2e/index.js +0 -14
  797. package/helpers/e2e/menuHelper.d.ts +0 -37
  798. package/helpers/e2e/menuHelper.js +0 -53
  799. package/helpers/e2e/sidebarHelper.d.ts +0 -94
  800. package/helpers/e2e/sidebarHelper.js +0 -110
  801. package/helpers/e2e/tabHelper.d.ts +0 -60
  802. package/helpers/e2e/tabHelper.js +0 -74
  803. package/helpers/e2e/toolbarHelper.d.ts +0 -60
  804. package/helpers/e2e/toolbarHelper.js +0 -74
  805. package/helpers/e2e/treeview.d.ts +0 -50
  806. package/helpers/e2e/treeview.js +0 -80
@@ -1,2187 +1,2187 @@
1
- @mixin tab-mob-last-item-margin {
2
- @media screen and (max-width: 480px) {
3
- margin: $tab-mob-last-item-margin;
4
- }
5
- }
6
- @mixin tab-mob-close-icon-margin {
7
- @media screen and (max-width: 480px) {
8
- margin: $tab-mob-close-icon-margin;
9
- }
10
- }
11
- @include export-module('tab-layout') {
12
- .e-tab {
13
- display: block;
14
- position: relative;
15
-
16
- &.e-hidden {
17
- display: none;
18
- }
19
-
20
- &.e-fill-mode .e-content,
21
- &.e-fill-mode .e-content .e-item,
22
- &.e-fill-mode .e-content .e-item > div,
23
- &.e-fill-mode .e-content .e-item > div > .e-blazor-template {
24
- height: 100%;
25
- }
26
-
27
- .e-tab-header {
28
- height: $tab-nrml-height;
29
- min-height: $tab-nrml-height;
30
-
31
- @media screen and (max-width: 480px) {
32
- height: $tab-big-height;
33
- min-height: $tab-big-height;
34
- }
35
-
36
- &::before {
37
- content: '';
38
- position: absolute;
39
- display: $tab-nrml-hdr-before-display;
40
- }
41
-
42
- &:not(.e-vertical) {
43
-
44
- &::before {
45
- bottom: 0;
46
- top: 0;
47
- width: 100%;
48
- }
49
- }
50
-
51
- .e-toolbar-items {
52
- height: auto;
53
- margin: 0;
54
- min-height: $tab-nrml-height;
55
- position: relative;
56
-
57
- @media screen and (max-width: 480px) {
58
- min-height: $tab-big-height;
59
- }
60
-
61
- &:not(.e-tbar-pos) .e-toolbar-item:first-child,
62
- &:not(.e-tbar-pos) .e-toolbar-item:last-child {
63
- margin: $tab-nrml-first-item-margin;
64
- }
65
-
66
- &:not(.e-tbar-pos) .e-toolbar-item:last-child {
67
- margin: $tab-nrml-last-item-margin;
68
- padding-bottom: $tab-big-boot-active-item-padding-bottom;
69
- @include tab-mob-last-item-margin;
70
- }
71
-
72
- .e-toolbar-item.e-active {
73
- position: $tab-nrml-item-active-position;
74
-
75
- &:hover::before {
76
- left: $tab-nrml-item-active-hover-before-left;
77
- right: $tab-nrml-item-active-hover-before-right;
78
- }
79
-
80
- &::before {
81
- background-color: $tab-nrml-item-active-before-bg-font;
82
- bottom: $tab-nrml-item-active-before-bottom;
83
- content: $tab-nrml-item-active-before-content;
84
- height: $tab-nrml-item-active-before-height;
85
- left: $tab-nrml-item-active-before-left;
86
- position: $tab-nrml-item-active-before-position;
87
- right: $tab-nrml-item-active-before-left;
88
- transition: $tab-nrml-item-active-before-transition;
89
- }
90
-
91
- &::after {
92
- color: $tab-nrml-item-active-after-font;
93
- content: $tab-nrml-item-active-after-content;
94
- display: $tab-nrml-item-active-after-display;
95
- font-weight: $tab-nrml-item-active-after-font-weight;
96
- height: $tab-nrml-item-active-after-height;
97
- overflow: $tab-nrml-item-active-after-overflow;
98
- visibility: $tab-nrml-item-active-after-overflow;
99
- }
100
- }
101
- }
102
-
103
- .e-toolbar-items.e-hscroll {
104
-
105
- &.e-scroll-device {
106
- padding: 0;
107
-
108
- .e-scroll-right-nav {
109
- display: none;
110
- }
111
- }
112
-
113
- .e-hscroll-bar {
114
- padding: $tab-nrml-hscroll-bar-padding;
115
- }
116
-
117
- .e-scroll-nav {
118
- width: $tab-nrml-hscroll-items-nav-width;
119
- border-radius: $tab-nrml-hscroll-items-bdr-radius;
120
- }
121
-
122
- &:not(.e-tbar-pos) .e-toolbar-item:last-child {
123
- margin: $tab-nrml-scroll-last-item-margin;
124
- @include tab-mob-last-item-margin;
125
-
126
- &.e-active {
127
- margin: $tab-nrml-active-scroll-last-item-margin;
128
- }
129
- }
130
- }
131
-
132
- .e-hscroll-bar {
133
- overflow: hidden;
134
- }
135
-
136
- .e-indicator {
137
- display: $tab-anim-border-display;
138
- position: absolute;
139
-
140
- &.e-hidden {
141
- display: none;
142
- }
143
- }
144
-
145
- &:not(.e-vertical) .e-indicator {
146
- bottom: 0;
147
- height: $tab-border-width;
148
- left: 0;
149
- right: 0;
150
- border-radius: $tab-nrml-vertical-indicator-bdr-radius;
151
- transition: $tab-nrml-indicator-transition;
152
- }
153
-
154
- .e-toolbar-item {
155
-
156
- &.e-hidden {
157
- display: none;
158
- }
159
-
160
- &:not(.e-separator) {
161
- height: $tab-nrml-height;
162
- margin: $tab-nrml-item-margin;
163
- min-height: $tab-nrml-height;
164
- min-width: auto;
165
- padding: $tab-nrml-item-padding;
166
-
167
- @media screen and (max-width: 480px) {
168
- height: $tab-big-height;
169
- min-height: $tab-big-height;
170
- }
171
- }
172
-
173
- .e-tab-wrap {
174
- height: $tab-nrml-height;
175
- padding: $tab-nrml-wrap-padding;
176
- width: 100%;
177
-
178
- @media screen and (max-width: 480px) {
179
- height: $tab-big-height;
180
- padding: $tab-mob-wrap-padding;
181
- }
182
- }
183
-
184
- .e-text-wrap {
185
- align-content: center;
186
- align-items: center;
187
- display: inline-flex;
188
- height: $tab-nrml-item-text-wrap-height;
189
-
190
- @media screen and (max-width: 480px) {
191
- height: $tab-big-height;
192
- }
193
- }
194
-
195
- .e-tab-text {
196
- display: inherit;
197
- font-family: $tab-font-family;
198
- font-size: $tab-nrml-font-size;
199
- font-weight: $tab-font-weight;
200
- text-transform: $tab-text-transform;
201
- align-self: auto;
202
- margin-bottom: $tab-nrml-item-text-margin-bottom;
203
-
204
- @media screen and (max-width: 480px) {
205
- font-size: $tab-big-font-size;
206
- }
207
- }
208
-
209
- &.e-active {
210
- margin: $tab-nrml-boot-item-margin;
211
- padding-bottom: $tab-nrml-even-boot-active-item-padding-bottom;
212
-
213
- @media screen and (max-width: 480px) {
214
- margin: $tab-mob-boot-item-margin;
215
- }
216
-
217
- .e-text-wrap {
218
- height: $tab-nrml-item-text-wrap-height;
219
- margin-top: $tab-active-text-container-margin;
220
-
221
- @media screen and (max-width: 480px) {
222
- height: $tab-big-active-text-container-height;
223
- }
224
- }
225
-
226
- .e-tab-wrap {
227
- margin-bottom: $tab-nrml-active-item-wrap-margin-bottom;
228
- }
229
-
230
- .e-tab-text {
231
- font-weight: $tab-semi-font-weight;
232
- }
233
-
234
- .e-tab-icon::before {
235
- top: $tab-item-icon-before-top;
236
- left: $tab-item-icon-before-left;
237
- }
238
-
239
- .e-icon-top.e-tab-icon::before,
240
- .e-icon-bottom.e-tab-icon::before {
241
- left: 0;
242
- }
243
-
244
- &.e-ileft,
245
- &.e-iright {
246
-
247
- .e-text-wrap {
248
- height: $tab-nrml-item-text-wrap-height;
249
- padding: 0;
250
-
251
- @media screen and (max-width: 480px) {
252
- height: $tab-big-active-it-text-container-height;
253
- }
254
- }
255
- }
256
- }
257
-
258
- .e-icons.e-close-icon {
259
- display: none;
260
- margin: $tab-nrml-close-icon-margin;
261
- min-width: $tab-close-icon-minwidth;
262
- @include tab-mob-close-icon-margin;
263
- }
264
-
265
- .e-close-icon,
266
- .e-close-icon::before {
267
- font-size: $tab-nrml-close-icon-size;
268
-
269
- @media screen and (max-width: 480px) {
270
- font-size: $tab-mob-close-icon-size;
271
- }
272
- }
273
-
274
- .e-close-icon::before {
275
- top: 1px;
276
- }
277
-
278
- .e-icons.e-tab-icon {
279
- display: inline-flex;
280
- height: $tab-nrml-icon-container-size;
281
- min-width: $tab-nrml-icon-container-size;
282
- width: $tab-nrml-icon-container-size;
283
- line-height: $tab-nrml-item-tabicon-line-height;
284
-
285
- @media screen and (max-width: 480px) {
286
- height: $tab-mob-icon-container-size;
287
- width: $tab-mob-icon-container-size;
288
- }
289
- }
290
-
291
- .e-tab-icon,
292
- .e-tab-icon::before {
293
- font-size: $tab-nrml-icon-size;
294
-
295
- @media screen and (max-width: 480px) {
296
- font-size: $tab-mob-icon-size;
297
- }
298
- }
299
-
300
- .e-tab-icon::before {
301
- position: relative;
302
- top: $tab-item-icon-before-top;
303
- left: $tab-item-icon-before-left;
304
- }
305
-
306
- .e-icon-top.e-tab-icon::before,
307
- .e-icon-bottom.e-tab-icon::before {
308
- left: 0;
309
- }
310
-
311
- &.e-icon {
312
-
313
- .e-tab-wrap {
314
- justify-content: center;
315
- padding: $tab-nrml-io-wrap-padding;
316
-
317
- @media screen and (max-width: 480px) {
318
- padding: $tab-big-wrap-padding;
319
- }
320
- }
321
- }
322
-
323
- .e-icon-right {
324
- margin: 0 0 0 8px;
325
-
326
- @media screen and (max-width: 480px) {
327
- margin: $tab-bgr-mob-item-iconright-margin;
328
- }
329
- }
330
-
331
- .e-icon-left + .e-tab-text {
332
- margin: $tab-nrml-it-text-margin;
333
-
334
- @media screen and (max-width: 480px) {
335
- margin: $tab-mob-it-text-margin;
336
- }
337
- }
338
-
339
- &.e-itop,
340
- &.e-ibottom {
341
- height: $tab-nrml-icon-top-bottom-item-height;
342
-
343
- @media screen and (max-width: 480px) {
344
- height: $tab-nrml-icon-top-bottom-item-height;
345
- }
346
-
347
- .e-tab-wrap {
348
- align-items: center;
349
- display: flex;
350
- height: $tab-nrml-icon-top-bottom-item-height;
351
- position: relative;
352
-
353
- @media screen and (max-width: 480px) {
354
- height: $tab-nrml-icon-top-bottom-item-height;
355
- }
356
-
357
- &:focus {
358
-
359
- .e-text-wrap {
360
- height: auto;
361
- }
362
- }
363
- }
364
-
365
- .e-text-wrap {
366
- display: block;
367
- height: auto;
368
- }
369
-
370
- &.e-active {
371
-
372
- .e-tab-wrap {
373
-
374
- &:focus {
375
-
376
- .e-text-wrap {
377
- height: auto;
378
- }
379
- }
380
-
381
- .e-text-wrap {
382
- height: auto;
383
- }
384
- }
385
- }
386
-
387
- .e-close-icon {
388
- position: absolute;
389
- right: $tab-nrml-close-icon-top-bottom-right;
390
- top: calc(50% - 6px);
391
-
392
- @media screen and (max-width: 480px) {
393
- right: $tab-mob-close-icon-top-bottom-right;
394
- }
395
- }
396
- }
397
-
398
- &.e-itop .e-tab-text {
399
- margin: $tab-nrml-icon-top-margin;
400
-
401
- @media screen and (max-width: 480px) {
402
- margin: $tab-big-icon-top-margin;
403
- }
404
- }
405
-
406
- &.e-ibottom .e-tab-text {
407
- margin: $tab-nrml-icon-bottom-margin;
408
-
409
- @media screen and (max-width: 480px) {
410
- margin: $tab-big-icon-bottom-margin;
411
- }
412
- }
413
-
414
- .e-tab-icon.e-icon-top,
415
- .e-tab-icon.e-icon-bottom {
416
- align-items: center;
417
- display: flex;
418
- flex-direction: column;
419
- justify-content: center;
420
- margin: auto;
421
- }
422
- }
423
-
424
- .e-toolbar-pop {
425
- overflow-y: auto;
426
- padding: $tab-pop-padding;
427
-
428
- .e-toolbar-item {
429
- height: $tab-nrml-pop-item-height;
430
- min-height: $tab-nrml-pop-item-height;
431
- min-width: auto;
432
-
433
- @media screen and (max-width: 480px) {
434
- height: $tab-mob-pop-item-height;
435
- min-height: $tab-mob-pop-item-height;
436
- }
437
-
438
- &:not(.e-separator) {
439
- margin: $tab-pop-item-margin;
440
- padding: 0;
441
- }
442
-
443
- .e-tab-wrap {
444
- height: $tab-nrml-pop-item-height;
445
- padding: $tab-nrml-pop-item-wrap-padding;
446
- text-align: initial;
447
-
448
- @media screen and (max-width: 480px) {
449
- height: $tab-mob-pop-item-height;
450
- padding: $tab-mob-pop-item-wrap-padding;
451
- }
452
- }
453
-
454
- .e-text-wrap {
455
- height: $tab-nrml-pop-item-textwrap-height;
456
- width: 100%;
457
- }
458
-
459
- .e-tab-text {
460
- display: inline-flex;
461
- width: 100%;
462
- }
463
-
464
- .e-close-icon {
465
- margin: 0 0 0 8px;
466
- }
467
-
468
- .e-close-icon::before {
469
- top: $tab-nrml-pop-close-top;
470
- }
471
-
472
- .e-tab-text + .e-close-icon[style = 'display:block'] {
473
- padding-right: $tab-nrml-pop-text-padding-right;
474
-
475
- @media screen and (max-width: 480px) {
476
- padding-right: 0;
477
- }
478
- }
479
-
480
- &.e-itop,
481
- &.e-ibottom {
482
- height: $tab-pop-nrml-icon-top-bottom-item-height;
483
-
484
- @media screen and (max-width: 480px) {
485
- height: $tab-pop-big-icon-top-bottom-item-height;
486
- }
487
-
488
- &:not(.e-separator) {
489
- min-height: $tab-pop-nrml-icon-top-bottom-item-height;
490
-
491
- @media screen and (max-width: 480px) {
492
- min-height: $tab-pop-big-icon-top-bottom-item-height;
493
- }
494
- }
495
-
496
- .e-tab-wrap {
497
- height: $tab-pop-nrml-icon-top-bottom-item-height;
498
-
499
- @media screen and (max-width: 480px) {
500
- height: $tab-pop-big-icon-top-bottom-item-height;
501
- }
502
- }
503
-
504
- .e-text-wrap {
505
- display: inline-flex;
506
- height: auto;
507
- }
508
-
509
- .e-tab-text {
510
- display: block;
511
- justify-content: center;
512
- margin: 0 0 0 10px;
513
- padding-left: 0;
514
- padding-right: 10px;
515
-
516
- @media screen and (max-width: 480px) {
517
- justify-content: center;
518
- margin: 0 0 0 12px;
519
- padding-left: 0;
520
- padding-right: 0;
521
- }
522
- }
523
-
524
- .e-close-icon {
525
- right: $tab-nrml-pop-close-icon-top-bottom-right;
526
- top: initial;
527
- }
528
- }
529
-
530
- &.e-ibottom {
531
-
532
- .e-tab-text {
533
- margin: 0;
534
- }
535
- }
536
-
537
- .e-tab-icon.e-icon-top,
538
- .e-tab-icon.e-icon-bottom {
539
- display: inline-flex;
540
- }
541
- }
542
- }
543
-
544
- &.e-close-show {
545
-
546
- .e-icons.e-close-icon {
547
- align-items: center;
548
- align-self: center;
549
- display: inline-flex;
550
-
551
- @media screen and (max-width: 480px) {
552
- display: none;
553
- }
554
- }
555
-
556
- .e-toolbar-item.e-active .e-close-icon {
557
-
558
- @media screen and (max-width: 480px) {
559
- display: inline-flex;
560
- }
561
- }
562
-
563
- .e-toolbar-item.e-itop .e-text-wrap,
564
- .e-toolbar-item.e-ibottom .e-text-wrap {
565
- margin-right: $tab-nrml-text-container-margin-right;
566
- }
567
- }
568
-
569
- .e-scroll-nav {
570
- height: $tab-nrml-height;
571
- min-height: $tab-nrml-height;
572
- min-width: auto;
573
- width: auto;
574
-
575
- @media screen and (max-width: 480px) {
576
- height: $tab-big-height;
577
- min-height: $tab-big-height;
578
- }
579
-
580
- &.e-scroll-left-nav {
581
- padding: $tab-nrml-nav-left-icon-padding;
582
- }
583
-
584
- &.e-scroll-right-nav {
585
- padding: $tab-nrml-nav-right-icon-padding;
586
-
587
- @media screen and (max-width: 480px) {
588
- padding: $tab-mob-nav-right-icon-padding;
589
- }
590
- }
591
-
592
- .e-nav-left-arrow::before,
593
- .e-nav-right-arrow::before {
594
- font-size: $tab-nrml-nav-icon-size;
595
- line-height: $tab-nrml-nav-icon-container-size;
596
- position: relative;
597
- top: $tab-nrml-scroll-nav-arrow-before-top;
598
- vertical-align: initial;
599
- }
600
-
601
- .e-nav-arrow {
602
- font-size: $tab-nrml-nav-icon-size;
603
- height: $tab-nrml-nav-icon-container-size;
604
- line-height: $tab-nrml-nav-icon-container-size;
605
- width: $tab-nrml-nav-icon-container-size;
606
-
607
- @media screen and (max-width: 480px) {
608
- font-size: $tab-big-nav-icon-size;
609
- height: $tab-big-nav-icon-container-size;
610
- line-height: $tab-big-nav-icon-container-size;
611
- width: $tab-big-nav-icon-container-size;
612
- }
613
- }
614
- }
615
-
616
- .e-hor-nav {
617
- height: $tab-nrml-height;
618
- min-height: $tab-nrml-height;
619
- min-width: auto;
620
- padding: $tab-nrml-nav-right-icon-padding;
621
- width: auto;
622
-
623
- @media screen and (max-width: 480px) {
624
- height: $tab-big-height;
625
- min-height: $tab-big-height;
626
- padding: $tab-mob-nav-right-icon-padding;
627
- }
628
-
629
- .e-popup-up-icon,
630
- .e-popup-down-icon {
631
- font-size: $tab-nrml-nav-icon-size;
632
- height: $tab-nrml-nav-icon-container-size;
633
- line-height: $tab-nrml-nav-icon-container-size;
634
- width: $tab-nrml-nav-icon-container-size;
635
-
636
- @media screen and (max-width: 480px) {
637
- font-size: $tab-big-nav-icon-size;
638
- height: $tab-big-nav-icon-container-size;
639
- line-height: $tab-big-nav-icon-container-size;
640
- width: $tab-big-nav-icon-container-size;
641
- }
642
-
643
- &::before {
644
- font-size: $tab-nrml-nav-icon-size;
645
- line-height: $tab-nrml-nav-icon-container-size;
646
- position: relative;
647
- top: 0;
648
- vertical-align: initial;
649
-
650
- @media screen and (max-width: 480px) {
651
- font-size: $tab-mob-nav-icon-size;
652
- }
653
- }
654
-
655
- &:hover {
656
- line-height: $tab-nrml-hor-pop-lineheight;
657
-
658
- &::before {
659
- line-height: $tab-nrml-hor-pop-lineheight;
660
- top: 0;
661
-
662
- @media screen and (max-width: 480px) {
663
- line-height: $tab-nrml-mob-hor-pop-lineheight;
664
- }
665
- }
666
- }
667
- }
668
-
669
- .e-popup-up-icon {
670
- transform: $tab-pop-up-icon-transform;
671
- transition: $tab-pop-icon-transition;
672
-
673
- @media screen and (max-width: 480px) {
674
- transform: none;
675
- transition: none;
676
- }
677
- }
678
-
679
- .e-popup-down-icon {
680
- transform: $tab-pop-down-icon-transform;
681
- transition: $tab-pop-icon-transition;
682
-
683
- @media screen and (max-width: 480px) {
684
- transform: none;
685
- transition: none;
686
- }
687
- }
688
-
689
- &:focus {
690
-
691
- .e-popup-up-icon,
692
- .e-popup-down-icon {
693
- line-height: $tab-nrml-hor-focus-pop-lineheight;
694
-
695
- &::before {
696
- line-height: $tab-nrml-hor-focus-pop-lineheight;
697
- top: 0;
698
-
699
- @media screen and (max-width: 480px) {
700
- line-height: $tab-nrml-mob-hor-pop-lineheight;
701
- }
702
- }
703
-
704
- &:hover {
705
- line-height: $tab-nrml-hor-focus-pop-lineheight;
706
- top: $tab-nrml-hor-focus-pop-hover-top;
707
- }
708
- }
709
- }
710
- }
711
-
712
- &.e-horizontal-bottom {
713
-
714
- .e-toolbar-items .e-toolbar-item.e-active {
715
- position: $tab-nrml-item-active-position;
716
-
717
- &:hover::before {
718
- left: $tab-nrml-item-active-hover-before-left;
719
- right: $tab-nrml-item-active-hover-before-right;
720
- }
721
-
722
- &::before {
723
- background-color: $tab-nrml-item-active-before-bg-font;
724
- content: $tab-nrml-item-active-before-content;
725
- height: $tab-nrml-item-active-before-height;
726
- left: $tab-nrml-item-active-before-left;
727
- position: $tab-nrml-item-active-before-position;
728
- right: $tab-nrml-item-active-before-left;
729
- top: $tab-nrml-item-active-before-bottom;
730
- transition: $tab-nrml-item-active-before-transition;
731
- }
732
-
733
- &::after {
734
- color: $tab-nrml-item-active-after-font;
735
- content: $tab-nrml-item-active-after-content;
736
- display: $tab-nrml-item-active-after-display;
737
- font-weight: $tab-nrml-item-active-after-font-weight;
738
- height: $tab-nrml-item-active-after-height;
739
- overflow: $tab-nrml-item-active-after-overflow;
740
- visibility: $tab-nrml-item-active-after-overflow;
741
- }
742
- }
743
-
744
- &::before {
745
- bottom: auto;
746
- }
747
-
748
- .e-hscroll-bar {
749
- margin-top: $tab-nrml-active-item-tabicon-before-top;
750
- }
751
-
752
- .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
753
- margin: $tab-nrml-even-last-item-margin;
754
- padding-bottom: 0;
755
- padding-top: $tab-nrml-even-boot-active-item-padding-bottom;
756
-
757
- @media screen and (max-width: 480px) {
758
- margin: $tab-mob-even-last-item-margin;
759
- }
760
- }
761
-
762
- .e-indicator {
763
- bottom: auto;
764
- top: 0;
765
- }
766
-
767
- .e-toolbar-item {
768
-
769
- &.e-active {
770
- margin: $tab-nrml-even-boot-item-margin;
771
- padding-bottom: 0;
772
- padding-top: $tab-nrml-boot-active-item-padding-bottom;
773
-
774
- @media screen and (max-width: 480px) {
775
- margin: $tab-mob-even-boot-item-margin;
776
- }
777
-
778
- .e-text-wrap {
779
- height: $tab-nrml-item-text-wrap-height;
780
- padding: 0;
781
-
782
- @media screen and (max-width: 480px) {
783
- height: $tab-big-active-text-container-height;
784
- }
785
- }
786
-
787
- .e-text-wrap::before,
788
- &:not(.e-separator):last-child .e-text-wrap::before {
789
- top: $tab-nrml-bottom-active-before-top;
790
- }
791
-
792
- &.e-itop {
793
- .e-tab-wrap:focus .e-close-icon::before {
794
- top: 0;
795
- }
796
- }
797
- }
798
-
799
- &.e-itop,
800
- &.e-ibottom {
801
-
802
- .e-text-wrap {
803
- height: initial;
804
- }
805
-
806
- &.e-active {
807
-
808
- .e-text-wrap {
809
- height: initial;
810
- padding: 0;
811
- }
812
-
813
- .e-text-wrap::before {
814
- bottom: auto;
815
- top: 0;
816
- }
817
- }
818
- }
819
- }
820
- }
821
-
822
- &.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-text-wrap::before {
823
- display: none;
824
- }
825
-
826
- &.e-vertical {
827
- max-width: 150px;
828
- z-index: 1;
829
-
830
- &::before {
831
- bottom: 0;
832
- height: 100%;
833
- left: 0;
834
- top: 0;
835
- }
836
-
837
- &[style *= 'overflow: hidden']::before {
838
- bottom: $tab-nrml-vertical-scroll-nav-top-bottom;
839
- height: auto;
840
- top: $tab-nrml-vertical-scroll-nav-top-bottom;
841
-
842
- @media screen and (max-width: 480px) {
843
- bottom: 0;
844
- top: 0;
845
- }
846
- }
847
-
848
- .e-indicator {
849
- display: $tab-indicator-display;
850
- transition: $tab-nrml-vertical-indicator-transition;
851
- width: $tab-border-width;
852
- }
853
-
854
- .e-toolbar-items {
855
- height: inherit;
856
- flex-direction: column;
857
- align-items: normal;
858
-
859
- &.e-vscroll:not(.e-scroll-device) {
860
- padding: $tab-vscroll-nrml-padding;
861
- }
862
- }
863
-
864
- .e-toolbar-item {
865
-
866
- &:last-child {
867
- margin: 0;
868
- }
869
-
870
- &:not(.e-separator) {
871
- margin: 0;
872
- }
873
-
874
- .e-tab-wrap {
875
- padding: $tab-nrml-v-wrap-padding;
876
- }
877
-
878
- .e-text-wrap {
879
- position: relative;
880
- width: 100%;
881
- }
882
-
883
- .e-tab-text,
884
- .e-tab-icon::before {
885
- text-align: center;
886
- width: 100%;
887
- }
888
-
889
- .e-tab-text {
890
- overflow: hidden;
891
- text-overflow: ellipsis;
892
- white-space: nowrap;
893
- }
894
-
895
- &.e-active {
896
-
897
- .e-text-wrap::before {
898
- display: none;
899
- }
900
- }
901
-
902
- &.e-ileft.e-icon {
903
- min-height: $tab-nrml-vertical-icon-min-height;
904
- min-width: $tab-nrml-vertical-icon-min-width;
905
-
906
- .e-tab-icon {
907
- margin: $tab-nrml-vertical-tabicon-margin;
908
- }
909
- }
910
-
911
- &.e-itop,
912
- &.e-ibottom {
913
-
914
- .e-close-icon {
915
- right: $tab-v-nrml-close-icon-top-bottom-right;
916
- }
917
- }
918
- }
919
-
920
- .e-toolbar-pop {
921
- top: initial !important; /* stylelint-disable-line declaration-no-important */
922
- }
923
-
924
- &.e-vertical-left {
925
- float: left;
926
-
927
- &::before {
928
- right: 0;
929
- }
930
-
931
- .e-indicator {
932
- left: auto;
933
- right: 0;
934
- @if ($skin-name == 'Material3') {
935
- border-radius: 3px 0 0 3px;
936
- }
937
- @else if ($skin-name == 'fluent2') {
938
- border-radius: $tab-nrml-vertical-indicator-bdr-radius;
939
- }
940
- }
941
-
942
- .e-toolbar-items .e-toolbar-item.e-active {
943
-
944
- &:hover::before {
945
- bottom: $tab-nrml-item-active-before-bottom;
946
- height: $tab-nrml-vertical-hover-before-height;
947
- }
948
-
949
- &::before {
950
- background-color: $tab-nrml-item-active-before-bg-font;
951
- bottom: $tab-nrml-vertical-before-bottom;
952
- content: $tab-nrml-item-active-before-content;
953
- height: $tab-nrml-vertical-before-height;
954
- left: $tab-nrml-vertical-before-left;
955
- position: $tab-nrml-item-active-before-position;
956
- right: $tab-nrml-item-active-before-bottom;
957
- transition: $tab-nrml-vertical-before-transition;
958
- width: $tab-nrml-item-active-before-height;
959
- }
960
-
961
- &::after {
962
- color: $tab-nrml-item-active-after-font;
963
- content: $tab-nrml-item-active-after-content;
964
- display: $tab-nrml-item-active-after-display;
965
- font-weight: $tab-nrml-item-active-after-font-weight;
966
- height: $tab-nrml-item-active-after-height;
967
- overflow: $tab-nrml-item-active-after-overflow;
968
- visibility: $tab-nrml-item-active-after-overflow;
969
- }
970
- }
971
- }
972
-
973
- &.e-vertical-right {
974
- float: right;
975
-
976
- &::before {
977
- right: auto;
978
- }
979
-
980
- .e-indicator {
981
- left: 0;
982
- right: auto;
983
- @if ($skin-name == 'Material3') {
984
- border-radius: 0 3px 3px 0;
985
- }
986
- @else if ($skin-name == 'fluent2') {
987
- border-radius: $tab-nrml-vertical-indicator-bdr-radius;
988
- }
989
- }
990
-
991
- .e-tab-wrap {
992
- text-align: right;
993
- }
994
-
995
- .e-toolbar-pop {
996
-
997
- .e-tab-text {
998
- width: auto;
999
- }
1000
- }
1001
-
1002
- .e-toolbar-items .e-toolbar-item.e-active {
1003
-
1004
- &:hover::before {
1005
- bottom: $tab-nrml-item-active-before-bottom;
1006
- height: $tab-nrml-vertical-hover-before-height;
1007
- }
1008
-
1009
- &::before {
1010
- background-color: $tab-nrml-item-active-before-bg-font;
1011
- bottom: $tab-nrml-vertical-before-bottom;
1012
- content: $tab-nrml-item-active-before-content;
1013
- height: $tab-nrml-vertical-before-height;
1014
- left: $tab-nrml-item-active-before-bottom;
1015
- position: $tab-nrml-item-active-before-position;
1016
- right: $tab-nrml-vertical-before-left;
1017
- transition: $tab-nrml-vertical-before-transition;
1018
- width: $tab-nrml-item-active-before-height;
1019
- }
1020
-
1021
- &::after {
1022
- color: $tab-nrml-item-active-after-font;
1023
- content: $tab-nrml-item-active-after-content;
1024
- display: $tab-nrml-item-active-after-display;
1025
- font-weight: $tab-nrml-item-active-after-font-weight;
1026
- height: $tab-nrml-item-active-after-height;
1027
- overflow: $tab-nrml-item-active-after-overflow;
1028
- visibility: $tab-nrml-item-active-after-overflow;
1029
- }
1030
- }
1031
- }
1032
-
1033
- .e-scroll-nav {
1034
- height: $tab-nrml-vertical-nav-arrow-size;
1035
- justify-content: center;
1036
- min-height: $tab-nrml-vertical-nav-arrow-size;
1037
- width: 100%;
1038
-
1039
- .e-nav-arrow {
1040
- font-size: $tab-nrml-vertical-nav-arrow-font-size;
1041
- height: $tab-nrml-vertical-nav-arrow-size;
1042
- line-height: $tab-nrml-vertical-nav-arrow-size;
1043
- margin: 0 auto;
1044
- width: $tab-nrml-vertical-nav-arrow-size;
1045
- }
1046
- }
1047
-
1048
- .e-hor-nav {
1049
- padding: $tab-nrml-wrap-padding;
1050
- width: 100%;
1051
-
1052
- .e-popup-up-icon,
1053
- .e-popup-down-icon {
1054
- height: 100%;
1055
- transform: none;
1056
- transition: none;
1057
- width: 100%;
1058
-
1059
- &::before {
1060
- float: left;
1061
- font-family: $tab-font-family;
1062
- font-size: $tab-nrml-font-size;
1063
- font-weight: $tab-font-weight;
1064
- line-height: $tab-nrml-more-btn-line-height;
1065
- text-align: left;
1066
- text-transform: $tab-text-transform;
1067
- transform: none;
1068
- transition: none;
1069
- }
1070
-
1071
- &::after {
1072
- float: left;
1073
- font-size: 12px;
1074
- line-height: $tab-nrml-more-btn-line-height;
1075
- margin: $tab-pop-more-icon-margin;
1076
- vertical-align: initial;
1077
-
1078
- @media screen and (max-width: 480px) {
1079
- font-size: $tab-big-font-size;
1080
- }
1081
- }
1082
- }
1083
- }
1084
-
1085
- .e-scroll-device {
1086
-
1087
- .e-scroll-nav,
1088
- .e-scroll-overlay {
1089
- display: none;
1090
- }
1091
- }
1092
-
1093
- &.e-toolpop {
1094
-
1095
- .e-toolbar-items {
1096
- height: auto;
1097
- }
1098
- }
1099
- }
1100
- }
1101
-
1102
- &.e-rtl {
1103
-
1104
- .e-tab-header.e-vertical {
1105
-
1106
- .e-toolbar-items:not(.e-tbar-pos) {
1107
-
1108
- .e-toolbar-item:last-child {
1109
- margin: 0;
1110
- }
1111
- }
1112
-
1113
- .e-toolbar-item {
1114
-
1115
- &:not(.e-separator) {
1116
- margin: 0;
1117
-
1118
- &.e-itop .e-close-icon,
1119
- &.e-ibottom .e-close-icon {
1120
- left: $tab-v-rtl-nrml-close-icon-top-bottom-left;
1121
- }
1122
- }
1123
- }
1124
-
1125
- .e-hor-nav {
1126
- padding: $tab-nrml-wrap-padding;
1127
-
1128
- .e-popup-up-icon,
1129
- .e-popup-down-icon {
1130
-
1131
- &::before {
1132
- float: right;
1133
- }
1134
-
1135
- &::after {
1136
- float: right;
1137
- margin: $tab-rtl-pop-more-icon-margin;
1138
- }
1139
- }
1140
- }
1141
- }
1142
- }
1143
-
1144
- .e-content {
1145
- position: relative;
1146
-
1147
- .e-item {
1148
-
1149
- &.e-view {
1150
- bottom: 0;
1151
- left: 0;
1152
- overflow: hidden;
1153
- position: absolute;
1154
- right: 0;
1155
- top: 0;
1156
- }
1157
- }
1158
-
1159
- > .e-item {
1160
- display: none;
1161
-
1162
- &.e-active {
1163
- background: inherit;
1164
- display: block;
1165
- }
1166
- }
1167
-
1168
- &.e-progress {
1169
- overflow: hidden;
1170
- }
1171
- }
1172
-
1173
- &.e-vertical-tab {
1174
-
1175
- .e-content {
1176
- display: flex;
1177
-
1178
- .e-item.e-active {
1179
- display: flex;
1180
- flex: none;
1181
- }
1182
-
1183
- .e-item,
1184
- .e-item > :first-child {
1185
- width: 100%;
1186
- }
1187
- }
1188
- }
1189
-
1190
- &.e-vertical-icon {
1191
-
1192
- > .e-tab-header {
1193
- height: $tab-nrml-tb-icon-height;
1194
- min-height: $tab-nrml-tb-icon-height;
1195
-
1196
- &.e-reorder-active-item .e-toolbar-pop {
1197
-
1198
- .e-toolbar-item.e-active .e-tab-wrap::before,
1199
- .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
1200
- display: none;
1201
- }
1202
- }
1203
-
1204
- > .e-toolbar-items {
1205
- height: $tab-nrml-tb-icon-height;
1206
- }
1207
-
1208
- .e-toolbar-item.e-active,
1209
- .e-toolbar-item:not(.e-separator):last-child.e-active {
1210
- .e-text-wrap {
1211
- position: $tab-nrml-vertical-text-position;
1212
- }
1213
-
1214
- .e-text-wrap::before {
1215
- border: $tab-active-wrap-before-border;
1216
- content: $tab-active-wrap-before-content;
1217
- display: none;
1218
- position: $tab-active-wrap-before-position;
1219
- top: $tab-active-wrap-before-top;
1220
- width: $tab-active-wrap-before-width;
1221
- }
1222
-
1223
- .e-tab-wrap::before {
1224
- content: $tab-nrml-vertical-wrap-before-content;
1225
- display: $tab-nrml-vertical-wrap-before-display;
1226
- position: $tab-nrml-vertical-wrap-before-position;
1227
- top: $tab-nrml-vertical-wrap-before-top;
1228
- width: $tab-nrml-vertical-wrap-before-width;
1229
- border: $tab-nrml-vertical-wrap-before-border;
1230
- }
1231
- }
1232
-
1233
- .e-scroll-nav {
1234
- height: $tab-nrml-icon-top-bottom-item-height;
1235
- }
1236
-
1237
- .e-hor-nav {
1238
- height: $tab-nrml-icon-top-bottom-item-height;
1239
-
1240
- .e-popup-up-icon::before,
1241
- .e-popup-down-icon::before {
1242
-
1243
- @media screen and (max-width: 480px) {
1244
- font-size: $tab-mob-nav-vicon-size;
1245
- }
1246
- }
1247
- }
1248
-
1249
- &.e-vertical {
1250
-
1251
- .e-indicator {
1252
- width: $tab-nrml-vertical-indicator-width;
1253
- }
1254
-
1255
- .e-toolbar-item.e-active,
1256
- .e-toolbar-item:not(.e-separator):last-child.e-active {
1257
-
1258
- .e-tab-wrap::before {
1259
- display: none;
1260
- }
1261
-
1262
- .e-text-wrap {
1263
- position: relative;
1264
- }
1265
- }
1266
-
1267
- .e-scroll-nav {
1268
- height: $tab-nrml-vertical-nav-arrow-size;
1269
- }
1270
- }
1271
-
1272
- &.e-horizontal-bottom {
1273
-
1274
- .e-toolbar-item.e-active,
1275
- .e-toolbar-item:not(.e-separator):last-child.e-active {
1276
- .e-tab-wrap::before {
1277
- top: $tab-nrml-bottom-wrap-before-top;
1278
- }
1279
- }
1280
- }
1281
- }
1282
-
1283
- &.e-rtl .e-tab-header .e-toolbar-item.e-active {
1284
- margin: $tab-nrml-vertical-rtl-active-margin;
1285
- }
1286
-
1287
- &.e-vertical-tab {
1288
-
1289
- .e-tab-header.e-vertical .e-toolbar-items {
1290
- height: inherit;
1291
- }
1292
- }
1293
- }
1294
-
1295
- &.e-focused {
1296
-
1297
- .e-tab-header .e-toolbar-item {
1298
-
1299
- .e-tab-wrap:focus {
1300
- height: $tab-nrml-height;
1301
-
1302
- .e-text-wrap {
1303
- height: $tab-nrml-item-text-wrap-height;
1304
- }
1305
- }
1306
-
1307
- &.e-itop,
1308
- &.e-ibottom {
1309
-
1310
- .e-tab-wrap:focus {
1311
- height: $tab-nrml-icon-top-bottom-item-height;
1312
- }
1313
-
1314
- .e-tab-wrap:focus .e-text-wrap {
1315
- height: auto;
1316
- }
1317
-
1318
- &.e-active .e-tab-wrap:focus .e-text-wrap {
1319
- height: auto;
1320
- }
1321
- }
1322
- }
1323
-
1324
- .e-tab-header .e-toolbar-pop {
1325
-
1326
- .e-toolbar-item {
1327
-
1328
- .e-tab-wrap:focus {
1329
- height: $tab-nrml-pop-item-height;
1330
-
1331
- .e-text-wrap {
1332
- height: $tab-nrml-pop-item-textwrap-height;
1333
- }
1334
- }
1335
-
1336
- &.e-itop .e-tab-wrap:focus,
1337
- &.e-ibottom .e-tab-wrap:focus {
1338
- height: $tab-nrml-height;
1339
- }
1340
- }
1341
- }
1342
-
1343
- .e-tab-header .e-horizontal-bottom {
1344
-
1345
- .e-toolbar-item {
1346
-
1347
- &.e-active {
1348
-
1349
- .e-tab-wrap:focus .e-text-wrap {
1350
- height: $tab-nrml-item-text-wrap-height;
1351
- padding: 0;
1352
- }
1353
- }
1354
-
1355
- &.e-itop,
1356
- &.e-ibottom {
1357
-
1358
- .e-tab-wrap:focus .e-text-wrap {
1359
- height: auto;
1360
- }
1361
-
1362
- &.e-active .e-tab-wrap:focus .e-text-wrap {
1363
- height: auto;
1364
- }
1365
- }
1366
- }
1367
- }
1368
- }
1369
-
1370
- &.e-template {
1371
-
1372
- .e-tab-header {
1373
-
1374
- .e-toolbar-items,
1375
- .e-toolbar-pop {
1376
-
1377
- .e-toolbar-item .e-tab-wrap .e-text-wrap .e-tab-text > div {
1378
- display: inherit;
1379
- }
1380
- }
1381
- }
1382
-
1383
- .e-content {
1384
-
1385
- > .e-item {
1386
- display: none;
1387
-
1388
- &.e-active {
1389
- background: inherit;
1390
- display: block;
1391
- }
1392
- }
1393
- }
1394
- }
1395
-
1396
- &.e-ie .e-tab-header {
1397
-
1398
- .e-hor-nav.e-ie-align,
1399
- .e-scroll-nav.e-ie-align {
1400
- display: flex;
1401
-
1402
- .e-popup-up-icon,
1403
- .e-popup-down-icon {
1404
- display: block;
1405
- line-height: $tab-nrml-ie-pop-icon-line-height;
1406
- }
1407
-
1408
- .e-nav-left-arrow,
1409
- .e-nav-right-arrow {
1410
- display: block;
1411
- line-height: $tab-nrml-ie-nav-icon-line-height;
1412
- }
1413
- }
1414
-
1415
- .e-popup-up-icon,
1416
- .e-popup-down-icon {
1417
- transform: none;
1418
- transition: none;
1419
- }
1420
-
1421
- .e-popup-up-icon::before {
1422
- transform: $tab-pop-up-icon-transform;
1423
- transition: $tab-pop-icon-transition;
1424
-
1425
- @media screen and (max-width: 480px) {
1426
- transform: none;
1427
- transition: none;
1428
- }
1429
- }
1430
-
1431
- .e-popup-down-icon::before {
1432
- transform: $tab-pop-down-icon-transform;
1433
- transition: $tab-pop-icon-transition;
1434
-
1435
- @media screen and (max-width: 480px) {
1436
- transform: none;
1437
- transition: none;
1438
- }
1439
- }
1440
- }
1441
-
1442
- &.e-edge .e-tab-header {
1443
-
1444
- .e-hor-nav.e-ie-align,
1445
- .e-scroll-nav.e-ie-align {
1446
- display: flex;
1447
-
1448
- .e-popup-up-icon,
1449
- .e-popup-down-icon {
1450
- display: block;
1451
- line-height: $tab-nrml-edge-pop-icon-line-height;
1452
- position: relative;
1453
- }
1454
-
1455
- .e-nav-left-arrow,
1456
- .e-nav-right-arrow {
1457
- display: block;
1458
- line-height: $tab-nrml-edge-nav-icon-line-height;
1459
- position: relative;
1460
- }
1461
- }
1462
-
1463
- .e-popup-up-icon {
1464
- transform: $tab-pop-up-icon-transform;
1465
- transition: $tab-pop-icon-transition;
1466
-
1467
- @media screen and (max-width: 480px) {
1468
- transform: none;
1469
- transition: none;
1470
- }
1471
- }
1472
-
1473
- .e-popup-down-icon {
1474
- transform: $tab-pop-down-icon-transform;
1475
- transition: $tab-pop-icon-transition;
1476
-
1477
- @media screen and (max-width: 480px) {
1478
- transform: none;
1479
- transition: none;
1480
-
1481
- @media screen and (max-width: 480px) {
1482
- transform: none;
1483
- transition: none;
1484
- }
1485
- }
1486
- }
1487
-
1488
- .e-popup-up-icon::before {
1489
- transform: $tab-pop-up-icon-transform;
1490
- transition: $tab-pop-icon-transition;
1491
-
1492
- @media screen and (max-width: 480px) {
1493
- transform: none;
1494
- transition: none;
1495
- }
1496
- }
1497
-
1498
- .e-popup-down-icon::before {
1499
- transform: $tab-pop-down-icon-transform;
1500
- transition: $tab-pop-icon-transition;
1501
-
1502
- @media screen and (max-width: 480px) {
1503
- transform: none;
1504
- transition: none;
1505
- }
1506
- }
1507
- }
1508
-
1509
- &.e-safari .e-tab-header {
1510
-
1511
- .e-close-icon::before {
1512
- top: $tab-nrml-safari-close-icon-top;
1513
- }
1514
-
1515
- .e-hor-nav,
1516
- .e-scroll-nav {
1517
-
1518
- .e-popup-up-icon::before,
1519
- .e-popup-down-icon::before {
1520
- top: 0;
1521
- }
1522
-
1523
- .e-nav-left-arrow::before,
1524
- .e-nav-right-arrow::before {
1525
- top: 0;
1526
- }
1527
- }
1528
- }
1529
-
1530
- &.e-disable {
1531
- pointer-events: none;
1532
- }
1533
-
1534
- &.e-fill {
1535
-
1536
- .e-tab-header {
1537
- height: $tab-nrml-fill-height;
1538
- min-height: $tab-nrml-fill-height;
1539
-
1540
- @media screen and (max-width: 480px) {
1541
- height: $tab-mob-fill-height;
1542
- min-height: $tab-mob-fill-height;
1543
- }
1544
-
1545
- .e-indicator {
1546
- display: none;
1547
- }
1548
-
1549
- .e-toolbar-items {
1550
- height: auto;
1551
- min-height: $tab-nrml-fill-height;
1552
-
1553
- @media screen and (max-width: 480px) {
1554
- min-height: $tab-mob-fill-height;
1555
- }
1556
-
1557
- &:not(.e-tbar-pos) .e-toolbar-item:first-child,
1558
- &:not(.e-tbar-pos) .e-toolbar-item:last-child {
1559
- margin: $tab-nrml-alt-first-item-margin;
1560
- padding: $tab-nrml-background-active-padding;
1561
- }
1562
- }
1563
-
1564
- .e-toolbar-item {
1565
-
1566
- &:not(.e-separator) {
1567
- height: $tab-nrml-fill-height;
1568
- margin: $tab-alt-item-margin;
1569
- min-height: $tab-nrml-fill-height;
1570
- padding: $tab-nrml-background-active-padding;
1571
-
1572
- @media screen and (max-width: 480px) {
1573
- height: $tab-mob-fill-height;
1574
- min-height: $tab-mob-fill-height;
1575
- }
1576
-
1577
- &.e-itop,
1578
- &.e-ibottom {
1579
- height: $tab-nrml-fill-icon-top-bottom-item-height;
1580
- min-height: $tab-nrml-fill-icon-top-bottom-item-height;
1581
- }
1582
- }
1583
-
1584
- .e-tab-wrap {
1585
- height: $tab-nrml-fill-height;
1586
- padding: $tab-fill-nrml-wrap-padding;
1587
-
1588
- @media screen and (max-width: 480px) {
1589
- height: $tab-mob-fill-height;
1590
- padding: $tab-mob-fill-wrap-padding;
1591
- }
1592
- }
1593
-
1594
- .e-text-wrap {
1595
- height: $tab-nrml-fill-item-textwrap-height;
1596
-
1597
- @media screen and (max-width: 480px) {
1598
- height: $tab-mob-fill-height;
1599
- }
1600
- }
1601
-
1602
- &.e-active {
1603
- padding: $tab-nrml-background-active-padding;
1604
-
1605
- .e-tab-wrap {
1606
- margin-bottom: $tab-fill-nrml-active-item-wrap-margin-bottom;
1607
- }
1608
-
1609
- .e-text-wrap {
1610
- height: $tab-nrml-fill-item-textwrap-height;
1611
-
1612
- @media screen and (max-width: 480px) {
1613
- height: $tab-mob-fill-height;
1614
- }
1615
- }
1616
-
1617
- .e-tab-text {
1618
- font-weight: $tab-light-font-weight;
1619
- }
1620
-
1621
- &.e-ileft .e-text-wrap,
1622
- &.e-iright .e-text-wrap {
1623
- height: $tab-fill-nrml-active-it-text-container-height;
1624
-
1625
- @media screen and (max-width: 480px) {
1626
- height: $tab-fill-big-active-it-text-container-height;
1627
- }
1628
- }
1629
- }
1630
-
1631
- &.e-itop .e-tab-wrap,
1632
- &.e-ibottom .e-tab-wrap {
1633
- height: $tab-nrml-fill-icon-top-bottom-item-height;
1634
- }
1635
-
1636
- &.e-itop .e-text-wrap,
1637
- &.e-ibottom .e-text-wrap {
1638
- height: auto;
1639
- }
1640
- }
1641
-
1642
- .e-toolbar-pop {
1643
-
1644
- .e-toolbar-item.e-itop:not(.e-separator),
1645
- .e-toolbar-item.e-ibottom:not(.e-separator) {
1646
- height: auto;
1647
- }
1648
- }
1649
-
1650
- &.e-horizontal-bottom {
1651
-
1652
- .e-toolbar-items:not(.e-tbar-pos) {
1653
-
1654
- .e-toolbar-item {
1655
-
1656
- &:first-child.e-active,
1657
- &:last-child.e-active {
1658
- padding: 0;
1659
- }
1660
-
1661
- &.e-itop,
1662
- &:first-child.e-itop,
1663
- &:last-child.e-itop {
1664
- padding-top: 0;
1665
- }
1666
- }
1667
- }
1668
-
1669
- .e-toolbar-item {
1670
-
1671
- &.e-active {
1672
- margin-right: 0;
1673
- padding: 0;
1674
-
1675
- .e-text-wrap {
1676
- height: $tab-nrml-fill-item-textwrap-height;
1677
-
1678
- @media screen and (max-width: 480px) {
1679
- height: $tab-mob-fill-height;
1680
- }
1681
- }
1682
- }
1683
-
1684
- &.e-itop,
1685
- &.e-ibottom {
1686
-
1687
- .e-tab-wrap:focus .e-text-wrap {
1688
- height: $tab-nrml-fill-tb-wrap-height;
1689
- }
1690
-
1691
- .e-text-wrap {
1692
- height: auto;
1693
- }
1694
- }
1695
- }
1696
- }
1697
-
1698
- &.e-vertical {
1699
-
1700
- .e-toolbar-items {
1701
- height: inherit;
1702
-
1703
- .e-toolbar-item {
1704
-
1705
- .e-tab-wrap {
1706
- padding: $tab-nrml-v-wrap-padding;
1707
- }
1708
- }
1709
- }
1710
- }
1711
- }
1712
-
1713
- &.e-focused {
1714
-
1715
- .e-tab-header .e-toolbar-item {
1716
-
1717
- .e-tab-wrap:focus {
1718
- height: $tab-focus-nrml-fill-height;
1719
-
1720
- .e-text-wrap {
1721
- height: $tab-nrml-fill-focused-wrap-height;
1722
- }
1723
- }
1724
-
1725
- &.e-active .e-tab-wrap:focus {
1726
-
1727
- .e-text-wrap {
1728
- height: $tab-nrml-fill-focused-wrap-height;
1729
- }
1730
- }
1731
-
1732
- &.e-itop .e-tab-wrap:focus,
1733
- &.e-ibottom .e-tab-wrap:focus {
1734
- height: $tab-nrml-focus-fill-icon-top-bottom-item-height;
1735
-
1736
- .e-text-wrap {
1737
- height: auto;
1738
-
1739
- @media screen and (max-width: 480px) {
1740
- height: auto;
1741
- }
1742
- }
1743
- }
1744
- }
1745
- }
1746
-
1747
- &.e-rtl {
1748
-
1749
- .e-tab-header .e-toolbar-item:not(.e-separator) {
1750
- margin: $tab-nrml-rtl-alt-item-margin;
1751
- }
1752
- }
1753
-
1754
- &.e-vertical-icon {
1755
-
1756
- > .e-tab-header {
1757
- height: $tab-nrml-tb-icon-height - 2;
1758
- min-height: $tab-nrml-tb-icon-height - 2;
1759
- }
1760
- }
1761
- }
1762
-
1763
- &.e-background {
1764
-
1765
- .e-tab-header {
1766
-
1767
- .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
1768
- .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1769
- margin: $tab-nrml-alt-first-item-margin;
1770
- padding: $tab-nrml-background-active-padding;
1771
- }
1772
-
1773
- .e-toolbar-item {
1774
-
1775
- &:not(.e-separator) {
1776
- margin: 0;
1777
- padding: $tab-nrml-background-active-padding;
1778
- }
1779
-
1780
- .e-tab-wrap {
1781
- padding: $tab-bg-nrml-wrap-padding;
1782
-
1783
- @media screen and (max-width: 480px) {
1784
- padding: $tab-mob-fill-wrap-padding;
1785
- }
1786
- }
1787
-
1788
- &.e-active {
1789
- padding: $tab-nrml-background-active-padding;
1790
- @if ($skin-name == 'fluent2') {
1791
- &::before {
1792
- background-color: $tab-background-text-color;
1793
- }
1794
- }
1795
-
1796
- .e-tab-wrap {
1797
- margin-bottom: $tab-bg-nrml-active-item-wrap-margin-bottom;
1798
- }
1799
-
1800
- .e-tab-text {
1801
- font-weight: $tab-background-active-text-font-weight;
1802
- }
1803
- }
1804
- }
1805
-
1806
- &.e-vertical {
1807
-
1808
- .e-indicator {
1809
- display: $tab-nrml-background-vertical-indicator-display;
1810
- }
1811
-
1812
- .e-toolbar-items {
1813
-
1814
- .e-toolbar-item {
1815
-
1816
- .e-tab-wrap {
1817
- padding: $tab-nrml-v-wrap-padding;
1818
- }
1819
- }
1820
- }
1821
- }
1822
-
1823
- &.e-horizontal-bottom {
1824
-
1825
- .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child.e-active,
1826
- .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
1827
- padding: 0;
1828
- }
1829
-
1830
- .e-toolbar-item.e-active {
1831
- margin: 0;
1832
- padding: 0;
1833
- }
1834
- }
1835
-
1836
- .e-toolbar-pop {
1837
-
1838
- .e-toolbar-item {
1839
-
1840
- &.e-active {
1841
-
1842
- .e-text-wrap {
1843
- height: $tab-nrml-pop-item-textwrap-height;
1844
- }
1845
- }
1846
- }
1847
- }
1848
- }
1849
-
1850
- &.e-rtl {
1851
-
1852
- .e-tab-header .e-toolbar-item {
1853
-
1854
- &:not(.e-separator) {
1855
- margin: $tab-nrml-rtl-alt-item-margin;
1856
- }
1857
- }
1858
- }
1859
- }
1860
-
1861
- &.e-rtl {
1862
-
1863
- .e-tab-header {
1864
-
1865
- .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
1866
- .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1867
- margin: $tab-nrml-rtl-item-margin;
1868
- }
1869
-
1870
- .e-toolbar-item:not(.e-separator) {
1871
- margin: $tab-nrml-rtl-item-margin;
1872
-
1873
- .e-icon-right {
1874
- margin: $tab-nrml-rtl-icon-right-margin;
1875
- }
1876
-
1877
- .e-icon-left + .e-tab-text {
1878
- margin: $tab-rtl-nrml-it-text-margin;
1879
- }
1880
-
1881
- .e-icons.e-close-icon {
1882
- margin: $tab-rtl-nrml-close-icon-margin;
1883
- }
1884
-
1885
- &.e-itop .e-close-icon,
1886
- &.e-ibottom .e-close-icon {
1887
- left: $tab-rtl-nrml-close-icon-top-bottom-left;
1888
- right: auto;
1889
- }
1890
- }
1891
-
1892
- &.e-close-show {
1893
-
1894
- .e-toolbar-item.e-itop .e-text-wrap,
1895
- .e-toolbar-item.e-ibottom .e-text-wrap {
1896
- margin-left: $tab-rtl-nrml-text-container-margin-left;
1897
- margin-right: $tab-rtl-nrml-text-container-margin-right;
1898
- }
1899
- }
1900
-
1901
- &.e-horizontal-bottom {
1902
-
1903
- .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
1904
- margin: $tab-nrml-vertical-rtl-active-margin;
1905
- }
1906
- }
1907
-
1908
- .e-toolbar-pop {
1909
-
1910
- .e-toolbar-item {
1911
- margin: 0;
1912
-
1913
- .e-tab-text {
1914
- padding-left: $tab-rtl-nrml-pop-text-padding-left;
1915
- padding-right: 0;
1916
-
1917
- @media screen and (max-width: 480px) {
1918
- padding-left: 0;
1919
- }
1920
- }
1921
-
1922
- .e-icons.e-close-icon {
1923
- margin: $tab-rtl-nrml-pop-close-icon-margin;
1924
- }
1925
-
1926
- .e-close-icon {
1927
- left: $tab-rtl-pop-close-icon-left;
1928
- right: auto;
1929
- }
1930
-
1931
- &.e-itop .e-close-icon,
1932
- &.e-ibottom .e-close-icon {
1933
- left: $tab-rtl-big-pop-close-icon-top-bottom-left;
1934
- right: auto;
1935
- }
1936
-
1937
- &.e-itop .e-tab-text,
1938
- &.e-ibottom .e-tab-text {
1939
- margin: 0;
1940
- padding-left: 10px;
1941
- padding-right: 0;
1942
-
1943
- @media screen and (max-width: 480px) {
1944
- margin: 0;
1945
- padding-left: 10px;
1946
- padding-right: 0;
1947
- }
1948
- }
1949
- }
1950
- }
1951
-
1952
- .e-hor-nav,
1953
- .e-scroll-right-nav {
1954
- padding: $tab-rtl-nrml-nav-right-icon-padding;
1955
- }
1956
-
1957
- .e-scroll-left-nav {
1958
- padding: $tab-rtl-nrml-nav-left-icon-padding;
1959
- }
1960
- }
1961
- }
1962
-
1963
- &.e-vertical-tab.e-icon-tab {
1964
-
1965
- .e-tab-header.e-vertical {
1966
-
1967
- .e-hor-nav .e-popup-up-icon,
1968
- .e-hor-nav .e-popup-down-icon {
1969
-
1970
- &::before {
1971
- display: none;
1972
- }
1973
-
1974
- &::after {
1975
- margin: 0;
1976
- width: 100%;
1977
- }
1978
- }
1979
- }
1980
- }
1981
- }
1982
-
1983
- .e-tab-clone-element {
1984
- overflow: visible;
1985
- z-index: 10000;
1986
-
1987
- &:not(.e-separator) {
1988
- height: $tab-nrml-height;
1989
- margin: $tab-nrml-item-margin;
1990
- min-height: $tab-nrml-height;
1991
- min-width: auto;
1992
- padding: $tab-nrml-item-padding;
1993
-
1994
- @media screen and (max-width: 480px) {
1995
- height: $tab-big-height;
1996
- min-height: $tab-big-height;
1997
- }
1998
- }
1999
-
2000
- .e-tab-wrap {
2001
- height: $tab-nrml-height;
2002
- padding: $tab-nrml-wrap-padding;
2003
- width: 100%;
2004
-
2005
- @media screen and (max-width: 480px) {
2006
- height: $tab-big-height;
2007
- padding: $tab-mob-wrap-padding;
2008
- }
2009
- }
2010
-
2011
- .e-text-wrap {
2012
- align-content: center;
2013
- align-items: center;
2014
- display: inline-flex;
2015
- height: $tab-nrml-item-text-wrap-height;
2016
-
2017
- @media screen and (max-width: 480px) {
2018
- height: $tab-big-height;
2019
- }
2020
- }
2021
-
2022
- .e-tab-text {
2023
- display: inherit;
2024
- font-family: $tab-font-family;
2025
- font-size: $tab-nrml-font-size;
2026
- font-weight: $tab-font-weight;
2027
- text-transform: $tab-text-transform;
2028
- align-self: auto;
2029
-
2030
- @media screen and (max-width: 480px) {
2031
- font-size: $tab-big-font-size;
2032
- }
2033
- }
2034
-
2035
- .e-icons.e-close-icon {
2036
- display: none;
2037
- }
2038
-
2039
- .e-close-icon,
2040
- .e-close-icon::before {
2041
- font-size: $tab-nrml-close-icon-size;
2042
-
2043
- @media screen and (max-width: 480px) {
2044
- font-size: $tab-mob-close-icon-size;
2045
- }
2046
- }
2047
-
2048
- .e-close-icon::before {
2049
- top: 1px;
2050
- }
2051
-
2052
- .e-icons.e-tab-icon {
2053
- display: inline-flex;
2054
- height: $tab-nrml-icon-container-size;
2055
- min-width: $tab-nrml-icon-container-size;
2056
- width: $tab-nrml-icon-container-size;
2057
- line-height: $tab-nrml-item-tabicon-line-height;
2058
-
2059
- @media screen and (max-width: 480px) {
2060
- height: $tab-mob-icon-container-size;
2061
- width: $tab-mob-icon-container-size;
2062
- }
2063
- }
2064
-
2065
- .e-tab-icon,
2066
- .e-tab-icon::before {
2067
- font-size: $tab-nrml-icon-size;
2068
-
2069
- @media screen and (max-width: 480px) {
2070
- font-size: $tab-mob-icon-size;
2071
- }
2072
- }
2073
-
2074
- &.e-icon {
2075
-
2076
- .e-tab-wrap {
2077
- justify-content: center;
2078
- padding: $tab-nrml-io-wrap-padding;
2079
-
2080
- @media screen and (max-width: 480px) {
2081
- padding: $tab-big-wrap-padding;
2082
- }
2083
- }
2084
- }
2085
-
2086
- .e-icon-right {
2087
- margin: 0 0 0 8px;
2088
-
2089
- @media screen and (max-width: 480px) {
2090
- margin: $tab-bgr-mob-item-iconright-margin;
2091
- }
2092
- }
2093
-
2094
- .e-icon-left + .e-tab-text {
2095
- margin: $tab-nrml-it-text-margin;
2096
-
2097
- @media screen and (max-width: 480px) {
2098
- margin: $tab-mob-it-text-margin;
2099
- }
2100
- }
2101
-
2102
- &.e-itop,
2103
- &.e-ibottom {
2104
- height: $tab-nrml-icon-top-bottom-item-height;
2105
-
2106
- @media screen and (max-width: 480px) {
2107
- height: $tab-nrml-icon-top-bottom-item-height;
2108
- }
2109
-
2110
- .e-tab-wrap {
2111
- align-items: center;
2112
- display: flex;
2113
- height: $tab-nrml-icon-top-bottom-item-height;
2114
- position: relative;
2115
-
2116
- @media screen and (max-width: 480px) {
2117
- height: $tab-nrml-icon-top-bottom-item-height;
2118
- }
2119
-
2120
- &:focus {
2121
-
2122
- .e-text-wrap {
2123
- height: auto;
2124
- }
2125
- }
2126
- }
2127
-
2128
- .e-text-wrap {
2129
- display: block;
2130
- height: auto;
2131
- }
2132
-
2133
- .e-close-icon {
2134
- position: absolute;
2135
- right: $tab-nrml-close-icon-top-bottom-right;
2136
- top: calc(50% - 6px);
2137
-
2138
- @media screen and (max-width: 480px) {
2139
- right: $tab-mob-close-icon-top-bottom-right;
2140
- }
2141
- }
2142
- }
2143
-
2144
- &.e-itop .e-tab-text {
2145
- margin: $tab-nrml-icon-top-margin;
2146
-
2147
- @media screen and (max-width: 480px) {
2148
- margin: $tab-big-icon-top-margin;
2149
- }
2150
- }
2151
-
2152
- &.e-ibottom .e-tab-text {
2153
- margin: $tab-nrml-icon-bottom-margin;
2154
-
2155
- @media screen and (max-width: 480px) {
2156
- margin: $tab-big-icon-bottom-margin;
2157
- }
2158
- }
2159
-
2160
- .e-tab-icon.e-icon-top,
2161
- .e-tab-icon.e-icon-bottom {
2162
- align-items: center;
2163
- display: flex;
2164
- flex-direction: column;
2165
- justify-content: center;
2166
- margin: auto;
2167
- }
2168
-
2169
- &.e-close-show {
2170
-
2171
- .e-icons.e-close-icon {
2172
- align-items: center;
2173
- align-self: center;
2174
- display: inline-flex;
2175
-
2176
- @media screen and (max-width: 480px) {
2177
- display: none;
2178
- }
2179
- }
2180
-
2181
- .e-toolbar-item.e-itop .e-text-wrap,
2182
- .e-toolbar-item.e-ibottom .e-text-wrap {
2183
- margin-right: $tab-nrml-text-container-margin-right;
2184
- }
2185
- }
2186
- }
2187
- }
1
+ @mixin tab-mob-last-item-margin {
2
+ @media screen and (max-width: 480px) {
3
+ margin: $tab-mob-last-item-margin;
4
+ }
5
+ }
6
+ @mixin tab-mob-close-icon-margin {
7
+ @media screen and (max-width: 480px) {
8
+ margin: $tab-mob-close-icon-margin;
9
+ }
10
+ }
11
+ @include export-module('tab-layout') {
12
+ .e-tab {
13
+ display: block;
14
+ position: relative;
15
+
16
+ &.e-hidden {
17
+ display: none;
18
+ }
19
+
20
+ &.e-fill-mode .e-content,
21
+ &.e-fill-mode .e-content .e-item,
22
+ &.e-fill-mode .e-content .e-item > div,
23
+ &.e-fill-mode .e-content .e-item > div > .e-blazor-template {
24
+ height: 100%;
25
+ }
26
+
27
+ .e-tab-header {
28
+ height: $tab-nrml-height;
29
+ min-height: $tab-nrml-height;
30
+
31
+ @media screen and (max-width: 480px) {
32
+ height: $tab-big-height;
33
+ min-height: $tab-big-height;
34
+ }
35
+
36
+ &::before {
37
+ content: '';
38
+ position: absolute;
39
+ display: $tab-nrml-hdr-before-display;
40
+ }
41
+
42
+ &:not(.e-vertical) {
43
+
44
+ &::before {
45
+ bottom: 0;
46
+ top: 0;
47
+ width: 100%;
48
+ }
49
+ }
50
+
51
+ .e-toolbar-items {
52
+ height: auto;
53
+ margin: 0;
54
+ min-height: $tab-nrml-height;
55
+ position: relative;
56
+
57
+ @media screen and (max-width: 480px) {
58
+ min-height: $tab-big-height;
59
+ }
60
+
61
+ &:not(.e-tbar-pos) .e-toolbar-item:first-child,
62
+ &:not(.e-tbar-pos) .e-toolbar-item:last-child {
63
+ margin: $tab-nrml-first-item-margin;
64
+ }
65
+
66
+ &:not(.e-tbar-pos) .e-toolbar-item:last-child {
67
+ margin: $tab-nrml-last-item-margin;
68
+ padding-bottom: $tab-big-boot-active-item-padding-bottom;
69
+ @include tab-mob-last-item-margin;
70
+ }
71
+
72
+ .e-toolbar-item.e-active {
73
+ position: $tab-nrml-item-active-position;
74
+
75
+ &:hover::before {
76
+ left: $tab-nrml-item-active-hover-before-left;
77
+ right: $tab-nrml-item-active-hover-before-right;
78
+ }
79
+
80
+ &::before {
81
+ background-color: $tab-nrml-item-active-before-bg-font;
82
+ bottom: $tab-nrml-item-active-before-bottom;
83
+ content: $tab-nrml-item-active-before-content;
84
+ height: $tab-nrml-item-active-before-height;
85
+ left: $tab-nrml-item-active-before-left;
86
+ position: $tab-nrml-item-active-before-position;
87
+ right: $tab-nrml-item-active-before-left;
88
+ transition: $tab-nrml-item-active-before-transition;
89
+ }
90
+
91
+ &::after {
92
+ color: $tab-nrml-item-active-after-font;
93
+ content: $tab-nrml-item-active-after-content;
94
+ display: $tab-nrml-item-active-after-display;
95
+ font-weight: $tab-nrml-item-active-after-font-weight;
96
+ height: $tab-nrml-item-active-after-height;
97
+ overflow: $tab-nrml-item-active-after-overflow;
98
+ visibility: $tab-nrml-item-active-after-overflow;
99
+ }
100
+ }
101
+ }
102
+
103
+ .e-toolbar-items.e-hscroll {
104
+
105
+ &.e-scroll-device {
106
+ padding: 0;
107
+
108
+ .e-scroll-right-nav {
109
+ display: none;
110
+ }
111
+ }
112
+
113
+ .e-hscroll-bar {
114
+ padding: $tab-nrml-hscroll-bar-padding;
115
+ }
116
+
117
+ .e-scroll-nav {
118
+ width: $tab-nrml-hscroll-items-nav-width;
119
+ border-radius: $tab-nrml-hscroll-items-bdr-radius;
120
+ }
121
+
122
+ &:not(.e-tbar-pos) .e-toolbar-item:last-child {
123
+ margin: $tab-nrml-scroll-last-item-margin;
124
+ @include tab-mob-last-item-margin;
125
+
126
+ &.e-active {
127
+ margin: $tab-nrml-active-scroll-last-item-margin;
128
+ }
129
+ }
130
+ }
131
+
132
+ .e-hscroll-bar {
133
+ overflow: hidden;
134
+ }
135
+
136
+ .e-indicator {
137
+ display: $tab-anim-border-display;
138
+ position: absolute;
139
+
140
+ &.e-hidden {
141
+ display: none;
142
+ }
143
+ }
144
+
145
+ &:not(.e-vertical) .e-indicator {
146
+ bottom: 0;
147
+ height: $tab-border-width;
148
+ left: 0;
149
+ right: 0;
150
+ border-radius: $tab-nrml-vertical-indicator-bdr-radius;
151
+ transition: $tab-nrml-indicator-transition;
152
+ }
153
+
154
+ .e-toolbar-item {
155
+
156
+ &.e-hidden {
157
+ display: none;
158
+ }
159
+
160
+ &:not(.e-separator) {
161
+ height: $tab-nrml-height;
162
+ margin: $tab-nrml-item-margin;
163
+ min-height: $tab-nrml-height;
164
+ min-width: auto;
165
+ padding: $tab-nrml-item-padding;
166
+
167
+ @media screen and (max-width: 480px) {
168
+ height: $tab-big-height;
169
+ min-height: $tab-big-height;
170
+ }
171
+ }
172
+
173
+ .e-tab-wrap {
174
+ height: $tab-nrml-height;
175
+ padding: $tab-nrml-wrap-padding;
176
+ width: 100%;
177
+
178
+ @media screen and (max-width: 480px) {
179
+ height: $tab-big-height;
180
+ padding: $tab-mob-wrap-padding;
181
+ }
182
+ }
183
+
184
+ .e-text-wrap {
185
+ align-content: center;
186
+ align-items: center;
187
+ display: inline-flex;
188
+ height: $tab-nrml-item-text-wrap-height;
189
+
190
+ @media screen and (max-width: 480px) {
191
+ height: $tab-big-height;
192
+ }
193
+ }
194
+
195
+ .e-tab-text {
196
+ display: inherit;
197
+ font-family: $tab-font-family;
198
+ font-size: $tab-nrml-font-size;
199
+ font-weight: $tab-font-weight;
200
+ text-transform: $tab-text-transform;
201
+ align-self: auto;
202
+ margin-bottom: $tab-nrml-item-text-margin-bottom;
203
+
204
+ @media screen and (max-width: 480px) {
205
+ font-size: $tab-big-font-size;
206
+ }
207
+ }
208
+
209
+ &.e-active {
210
+ margin: $tab-nrml-boot-item-margin;
211
+ padding-bottom: $tab-nrml-even-boot-active-item-padding-bottom;
212
+
213
+ @media screen and (max-width: 480px) {
214
+ margin: $tab-mob-boot-item-margin;
215
+ }
216
+
217
+ .e-text-wrap {
218
+ height: $tab-nrml-item-text-wrap-height;
219
+ margin-top: $tab-active-text-container-margin;
220
+
221
+ @media screen and (max-width: 480px) {
222
+ height: $tab-big-active-text-container-height;
223
+ }
224
+ }
225
+
226
+ .e-tab-wrap {
227
+ margin-bottom: $tab-nrml-active-item-wrap-margin-bottom;
228
+ }
229
+
230
+ .e-tab-text {
231
+ font-weight: $tab-semi-font-weight;
232
+ }
233
+
234
+ .e-tab-icon::before {
235
+ top: $tab-item-icon-before-top;
236
+ left: $tab-item-icon-before-left;
237
+ }
238
+
239
+ .e-icon-top.e-tab-icon::before,
240
+ .e-icon-bottom.e-tab-icon::before {
241
+ left: 0;
242
+ }
243
+
244
+ &.e-ileft,
245
+ &.e-iright {
246
+
247
+ .e-text-wrap {
248
+ height: $tab-nrml-item-text-wrap-height;
249
+ padding: 0;
250
+
251
+ @media screen and (max-width: 480px) {
252
+ height: $tab-big-active-it-text-container-height;
253
+ }
254
+ }
255
+ }
256
+ }
257
+
258
+ .e-icons.e-close-icon {
259
+ display: none;
260
+ margin: $tab-nrml-close-icon-margin;
261
+ min-width: $tab-close-icon-minwidth;
262
+ @include tab-mob-close-icon-margin;
263
+ }
264
+
265
+ .e-close-icon,
266
+ .e-close-icon::before {
267
+ font-size: $tab-nrml-close-icon-size;
268
+
269
+ @media screen and (max-width: 480px) {
270
+ font-size: $tab-mob-close-icon-size;
271
+ }
272
+ }
273
+
274
+ .e-close-icon::before {
275
+ top: 1px;
276
+ }
277
+
278
+ .e-icons.e-tab-icon {
279
+ display: inline-flex;
280
+ height: $tab-nrml-icon-container-size;
281
+ min-width: $tab-nrml-icon-container-size;
282
+ width: $tab-nrml-icon-container-size;
283
+ line-height: $tab-nrml-item-tabicon-line-height;
284
+
285
+ @media screen and (max-width: 480px) {
286
+ height: $tab-mob-icon-container-size;
287
+ width: $tab-mob-icon-container-size;
288
+ }
289
+ }
290
+
291
+ .e-tab-icon,
292
+ .e-tab-icon::before {
293
+ font-size: $tab-nrml-icon-size;
294
+
295
+ @media screen and (max-width: 480px) {
296
+ font-size: $tab-mob-icon-size;
297
+ }
298
+ }
299
+
300
+ .e-tab-icon::before {
301
+ position: relative;
302
+ top: $tab-item-icon-before-top;
303
+ left: $tab-item-icon-before-left;
304
+ }
305
+
306
+ .e-icon-top.e-tab-icon::before,
307
+ .e-icon-bottom.e-tab-icon::before {
308
+ left: 0;
309
+ }
310
+
311
+ &.e-icon {
312
+
313
+ .e-tab-wrap {
314
+ justify-content: center;
315
+ padding: $tab-nrml-io-wrap-padding;
316
+
317
+ @media screen and (max-width: 480px) {
318
+ padding: $tab-big-wrap-padding;
319
+ }
320
+ }
321
+ }
322
+
323
+ .e-icon-right {
324
+ margin: 0 0 0 8px;
325
+
326
+ @media screen and (max-width: 480px) {
327
+ margin: $tab-bgr-mob-item-iconright-margin;
328
+ }
329
+ }
330
+
331
+ .e-icon-left + .e-tab-text {
332
+ margin: $tab-nrml-it-text-margin;
333
+
334
+ @media screen and (max-width: 480px) {
335
+ margin: $tab-mob-it-text-margin;
336
+ }
337
+ }
338
+
339
+ &.e-itop,
340
+ &.e-ibottom {
341
+ height: $tab-nrml-icon-top-bottom-item-height;
342
+
343
+ @media screen and (max-width: 480px) {
344
+ height: $tab-nrml-icon-top-bottom-item-height;
345
+ }
346
+
347
+ .e-tab-wrap {
348
+ align-items: center;
349
+ display: flex;
350
+ height: $tab-nrml-icon-top-bottom-item-height;
351
+ position: relative;
352
+
353
+ @media screen and (max-width: 480px) {
354
+ height: $tab-nrml-icon-top-bottom-item-height;
355
+ }
356
+
357
+ &:focus {
358
+
359
+ .e-text-wrap {
360
+ height: auto;
361
+ }
362
+ }
363
+ }
364
+
365
+ .e-text-wrap {
366
+ display: block;
367
+ height: auto;
368
+ }
369
+
370
+ &.e-active {
371
+
372
+ .e-tab-wrap {
373
+
374
+ &:focus {
375
+
376
+ .e-text-wrap {
377
+ height: auto;
378
+ }
379
+ }
380
+
381
+ .e-text-wrap {
382
+ height: auto;
383
+ }
384
+ }
385
+ }
386
+
387
+ .e-close-icon {
388
+ position: absolute;
389
+ right: $tab-nrml-close-icon-top-bottom-right;
390
+ top: calc(50% - 6px);
391
+
392
+ @media screen and (max-width: 480px) {
393
+ right: $tab-mob-close-icon-top-bottom-right;
394
+ }
395
+ }
396
+ }
397
+
398
+ &.e-itop .e-tab-text {
399
+ margin: $tab-nrml-icon-top-margin;
400
+
401
+ @media screen and (max-width: 480px) {
402
+ margin: $tab-big-icon-top-margin;
403
+ }
404
+ }
405
+
406
+ &.e-ibottom .e-tab-text {
407
+ margin: $tab-nrml-icon-bottom-margin;
408
+
409
+ @media screen and (max-width: 480px) {
410
+ margin: $tab-big-icon-bottom-margin;
411
+ }
412
+ }
413
+
414
+ .e-tab-icon.e-icon-top,
415
+ .e-tab-icon.e-icon-bottom {
416
+ align-items: center;
417
+ display: flex;
418
+ flex-direction: column;
419
+ justify-content: center;
420
+ margin: auto;
421
+ }
422
+ }
423
+
424
+ .e-toolbar-pop {
425
+ overflow-y: auto;
426
+ padding: $tab-pop-padding;
427
+
428
+ .e-toolbar-item {
429
+ height: $tab-nrml-pop-item-height;
430
+ min-height: $tab-nrml-pop-item-height;
431
+ min-width: auto;
432
+
433
+ @media screen and (max-width: 480px) {
434
+ height: $tab-mob-pop-item-height;
435
+ min-height: $tab-mob-pop-item-height;
436
+ }
437
+
438
+ &:not(.e-separator) {
439
+ margin: $tab-pop-item-margin;
440
+ padding: 0;
441
+ }
442
+
443
+ .e-tab-wrap {
444
+ height: $tab-nrml-pop-item-height;
445
+ padding: $tab-nrml-pop-item-wrap-padding;
446
+ text-align: initial;
447
+
448
+ @media screen and (max-width: 480px) {
449
+ height: $tab-mob-pop-item-height;
450
+ padding: $tab-mob-pop-item-wrap-padding;
451
+ }
452
+ }
453
+
454
+ .e-text-wrap {
455
+ height: $tab-nrml-pop-item-textwrap-height;
456
+ width: 100%;
457
+ }
458
+
459
+ .e-tab-text {
460
+ display: inline-flex;
461
+ width: 100%;
462
+ }
463
+
464
+ .e-close-icon {
465
+ margin: 0 0 0 8px;
466
+ }
467
+
468
+ .e-close-icon::before {
469
+ top: $tab-nrml-pop-close-top;
470
+ }
471
+
472
+ .e-tab-text + .e-close-icon[style = 'display:block'] {
473
+ padding-right: $tab-nrml-pop-text-padding-right;
474
+
475
+ @media screen and (max-width: 480px) {
476
+ padding-right: 0;
477
+ }
478
+ }
479
+
480
+ &.e-itop,
481
+ &.e-ibottom {
482
+ height: $tab-pop-nrml-icon-top-bottom-item-height;
483
+
484
+ @media screen and (max-width: 480px) {
485
+ height: $tab-pop-big-icon-top-bottom-item-height;
486
+ }
487
+
488
+ &:not(.e-separator) {
489
+ min-height: $tab-pop-nrml-icon-top-bottom-item-height;
490
+
491
+ @media screen and (max-width: 480px) {
492
+ min-height: $tab-pop-big-icon-top-bottom-item-height;
493
+ }
494
+ }
495
+
496
+ .e-tab-wrap {
497
+ height: $tab-pop-nrml-icon-top-bottom-item-height;
498
+
499
+ @media screen and (max-width: 480px) {
500
+ height: $tab-pop-big-icon-top-bottom-item-height;
501
+ }
502
+ }
503
+
504
+ .e-text-wrap {
505
+ display: inline-flex;
506
+ height: auto;
507
+ }
508
+
509
+ .e-tab-text {
510
+ display: block;
511
+ justify-content: center;
512
+ margin: 0 0 0 10px;
513
+ padding-left: 0;
514
+ padding-right: 10px;
515
+
516
+ @media screen and (max-width: 480px) {
517
+ justify-content: center;
518
+ margin: 0 0 0 12px;
519
+ padding-left: 0;
520
+ padding-right: 0;
521
+ }
522
+ }
523
+
524
+ .e-close-icon {
525
+ right: $tab-nrml-pop-close-icon-top-bottom-right;
526
+ top: initial;
527
+ }
528
+ }
529
+
530
+ &.e-ibottom {
531
+
532
+ .e-tab-text {
533
+ margin: 0;
534
+ }
535
+ }
536
+
537
+ .e-tab-icon.e-icon-top,
538
+ .e-tab-icon.e-icon-bottom {
539
+ display: inline-flex;
540
+ }
541
+ }
542
+ }
543
+
544
+ &.e-close-show {
545
+
546
+ .e-icons.e-close-icon {
547
+ align-items: center;
548
+ align-self: center;
549
+ display: inline-flex;
550
+
551
+ @media screen and (max-width: 480px) {
552
+ display: none;
553
+ }
554
+ }
555
+
556
+ .e-toolbar-item.e-active .e-close-icon {
557
+
558
+ @media screen and (max-width: 480px) {
559
+ display: inline-flex;
560
+ }
561
+ }
562
+
563
+ .e-toolbar-item.e-itop .e-text-wrap,
564
+ .e-toolbar-item.e-ibottom .e-text-wrap {
565
+ margin-right: $tab-nrml-text-container-margin-right;
566
+ }
567
+ }
568
+
569
+ .e-scroll-nav {
570
+ height: $tab-nrml-height;
571
+ min-height: $tab-nrml-height;
572
+ min-width: auto;
573
+ width: auto;
574
+
575
+ @media screen and (max-width: 480px) {
576
+ height: $tab-big-height;
577
+ min-height: $tab-big-height;
578
+ }
579
+
580
+ &.e-scroll-left-nav {
581
+ padding: $tab-nrml-nav-left-icon-padding;
582
+ }
583
+
584
+ &.e-scroll-right-nav {
585
+ padding: $tab-nrml-nav-right-icon-padding;
586
+
587
+ @media screen and (max-width: 480px) {
588
+ padding: $tab-mob-nav-right-icon-padding;
589
+ }
590
+ }
591
+
592
+ .e-nav-left-arrow::before,
593
+ .e-nav-right-arrow::before {
594
+ font-size: $tab-nrml-nav-icon-size;
595
+ line-height: $tab-nrml-nav-icon-container-size;
596
+ position: relative;
597
+ top: $tab-nrml-scroll-nav-arrow-before-top;
598
+ vertical-align: initial;
599
+ }
600
+
601
+ .e-nav-arrow {
602
+ font-size: $tab-nrml-nav-icon-size;
603
+ height: $tab-nrml-nav-icon-container-size;
604
+ line-height: $tab-nrml-nav-icon-container-size;
605
+ width: $tab-nrml-nav-icon-container-size;
606
+
607
+ @media screen and (max-width: 480px) {
608
+ font-size: $tab-big-nav-icon-size;
609
+ height: $tab-big-nav-icon-container-size;
610
+ line-height: $tab-big-nav-icon-container-size;
611
+ width: $tab-big-nav-icon-container-size;
612
+ }
613
+ }
614
+ }
615
+
616
+ .e-hor-nav {
617
+ height: $tab-nrml-height;
618
+ min-height: $tab-nrml-height;
619
+ min-width: auto;
620
+ padding: $tab-nrml-nav-right-icon-padding;
621
+ width: auto;
622
+
623
+ @media screen and (max-width: 480px) {
624
+ height: $tab-big-height;
625
+ min-height: $tab-big-height;
626
+ padding: $tab-mob-nav-right-icon-padding;
627
+ }
628
+
629
+ .e-popup-up-icon,
630
+ .e-popup-down-icon {
631
+ font-size: $tab-nrml-nav-icon-size;
632
+ height: $tab-nrml-nav-icon-container-size;
633
+ line-height: $tab-nrml-nav-icon-container-size;
634
+ width: $tab-nrml-nav-icon-container-size;
635
+
636
+ @media screen and (max-width: 480px) {
637
+ font-size: $tab-big-nav-icon-size;
638
+ height: $tab-big-nav-icon-container-size;
639
+ line-height: $tab-big-nav-icon-container-size;
640
+ width: $tab-big-nav-icon-container-size;
641
+ }
642
+
643
+ &::before {
644
+ font-size: $tab-nrml-nav-icon-size;
645
+ line-height: $tab-nrml-nav-icon-container-size;
646
+ position: relative;
647
+ top: 0;
648
+ vertical-align: initial;
649
+
650
+ @media screen and (max-width: 480px) {
651
+ font-size: $tab-mob-nav-icon-size;
652
+ }
653
+ }
654
+
655
+ &:hover {
656
+ line-height: $tab-nrml-hor-pop-lineheight;
657
+
658
+ &::before {
659
+ line-height: $tab-nrml-hor-pop-lineheight;
660
+ top: 0;
661
+
662
+ @media screen and (max-width: 480px) {
663
+ line-height: $tab-nrml-mob-hor-pop-lineheight;
664
+ }
665
+ }
666
+ }
667
+ }
668
+
669
+ .e-popup-up-icon {
670
+ transform: $tab-pop-up-icon-transform;
671
+ transition: $tab-pop-icon-transition;
672
+
673
+ @media screen and (max-width: 480px) {
674
+ transform: none;
675
+ transition: none;
676
+ }
677
+ }
678
+
679
+ .e-popup-down-icon {
680
+ transform: $tab-pop-down-icon-transform;
681
+ transition: $tab-pop-icon-transition;
682
+
683
+ @media screen and (max-width: 480px) {
684
+ transform: none;
685
+ transition: none;
686
+ }
687
+ }
688
+
689
+ &:focus {
690
+
691
+ .e-popup-up-icon,
692
+ .e-popup-down-icon {
693
+ line-height: $tab-nrml-hor-focus-pop-lineheight;
694
+
695
+ &::before {
696
+ line-height: $tab-nrml-hor-focus-pop-lineheight;
697
+ top: 0;
698
+
699
+ @media screen and (max-width: 480px) {
700
+ line-height: $tab-nrml-mob-hor-pop-lineheight;
701
+ }
702
+ }
703
+
704
+ &:hover {
705
+ line-height: $tab-nrml-hor-focus-pop-lineheight;
706
+ top: $tab-nrml-hor-focus-pop-hover-top;
707
+ }
708
+ }
709
+ }
710
+ }
711
+
712
+ &.e-horizontal-bottom {
713
+
714
+ .e-toolbar-items .e-toolbar-item.e-active {
715
+ position: $tab-nrml-item-active-position;
716
+
717
+ &:hover::before {
718
+ left: $tab-nrml-item-active-hover-before-left;
719
+ right: $tab-nrml-item-active-hover-before-right;
720
+ }
721
+
722
+ &::before {
723
+ background-color: $tab-nrml-item-active-before-bg-font;
724
+ content: $tab-nrml-item-active-before-content;
725
+ height: $tab-nrml-item-active-before-height;
726
+ left: $tab-nrml-item-active-before-left;
727
+ position: $tab-nrml-item-active-before-position;
728
+ right: $tab-nrml-item-active-before-left;
729
+ top: $tab-nrml-item-active-before-bottom;
730
+ transition: $tab-nrml-item-active-before-transition;
731
+ }
732
+
733
+ &::after {
734
+ color: $tab-nrml-item-active-after-font;
735
+ content: $tab-nrml-item-active-after-content;
736
+ display: $tab-nrml-item-active-after-display;
737
+ font-weight: $tab-nrml-item-active-after-font-weight;
738
+ height: $tab-nrml-item-active-after-height;
739
+ overflow: $tab-nrml-item-active-after-overflow;
740
+ visibility: $tab-nrml-item-active-after-overflow;
741
+ }
742
+ }
743
+
744
+ &::before {
745
+ bottom: auto;
746
+ }
747
+
748
+ .e-hscroll-bar {
749
+ margin-top: $tab-nrml-active-item-tabicon-before-top;
750
+ }
751
+
752
+ .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
753
+ margin: $tab-nrml-even-last-item-margin;
754
+ padding-bottom: 0;
755
+ padding-top: $tab-nrml-even-boot-active-item-padding-bottom;
756
+
757
+ @media screen and (max-width: 480px) {
758
+ margin: $tab-mob-even-last-item-margin;
759
+ }
760
+ }
761
+
762
+ .e-indicator {
763
+ bottom: auto;
764
+ top: 0;
765
+ }
766
+
767
+ .e-toolbar-item {
768
+
769
+ &.e-active {
770
+ margin: $tab-nrml-even-boot-item-margin;
771
+ padding-bottom: 0;
772
+ padding-top: $tab-nrml-boot-active-item-padding-bottom;
773
+
774
+ @media screen and (max-width: 480px) {
775
+ margin: $tab-mob-even-boot-item-margin;
776
+ }
777
+
778
+ .e-text-wrap {
779
+ height: $tab-nrml-item-text-wrap-height;
780
+ padding: 0;
781
+
782
+ @media screen and (max-width: 480px) {
783
+ height: $tab-big-active-text-container-height;
784
+ }
785
+ }
786
+
787
+ .e-text-wrap::before,
788
+ &:not(.e-separator):last-child .e-text-wrap::before {
789
+ top: $tab-nrml-bottom-active-before-top;
790
+ }
791
+
792
+ &.e-itop {
793
+ .e-tab-wrap:focus .e-close-icon::before {
794
+ top: 0;
795
+ }
796
+ }
797
+ }
798
+
799
+ &.e-itop,
800
+ &.e-ibottom {
801
+
802
+ .e-text-wrap {
803
+ height: initial;
804
+ }
805
+
806
+ &.e-active {
807
+
808
+ .e-text-wrap {
809
+ height: initial;
810
+ padding: 0;
811
+ }
812
+
813
+ .e-text-wrap::before {
814
+ bottom: auto;
815
+ top: 0;
816
+ }
817
+ }
818
+ }
819
+ }
820
+ }
821
+
822
+ &.e-reorder-active-item .e-toolbar-pop .e-toolbar-item.e-active .e-text-wrap::before {
823
+ display: none;
824
+ }
825
+
826
+ &.e-vertical {
827
+ max-width: 150px;
828
+ z-index: 1;
829
+
830
+ &::before {
831
+ bottom: 0;
832
+ height: 100%;
833
+ left: 0;
834
+ top: 0;
835
+ }
836
+
837
+ &[style *= 'overflow: hidden']::before {
838
+ bottom: $tab-nrml-vertical-scroll-nav-top-bottom;
839
+ height: auto;
840
+ top: $tab-nrml-vertical-scroll-nav-top-bottom;
841
+
842
+ @media screen and (max-width: 480px) {
843
+ bottom: 0;
844
+ top: 0;
845
+ }
846
+ }
847
+
848
+ .e-indicator {
849
+ display: $tab-indicator-display;
850
+ transition: $tab-nrml-vertical-indicator-transition;
851
+ width: $tab-border-width;
852
+ }
853
+
854
+ .e-toolbar-items {
855
+ height: inherit;
856
+ flex-direction: column;
857
+ align-items: normal;
858
+
859
+ &.e-vscroll:not(.e-scroll-device) {
860
+ padding: $tab-vscroll-nrml-padding;
861
+ }
862
+ }
863
+
864
+ .e-toolbar-item {
865
+
866
+ &:last-child {
867
+ margin: 0;
868
+ }
869
+
870
+ &:not(.e-separator) {
871
+ margin: 0;
872
+ }
873
+
874
+ .e-tab-wrap {
875
+ padding: $tab-nrml-v-wrap-padding;
876
+ }
877
+
878
+ .e-text-wrap {
879
+ position: relative;
880
+ width: 100%;
881
+ }
882
+
883
+ .e-tab-text,
884
+ .e-tab-icon::before {
885
+ text-align: center;
886
+ width: 100%;
887
+ }
888
+
889
+ .e-tab-text {
890
+ overflow: hidden;
891
+ text-overflow: ellipsis;
892
+ white-space: nowrap;
893
+ }
894
+
895
+ &.e-active {
896
+
897
+ .e-text-wrap::before {
898
+ display: none;
899
+ }
900
+ }
901
+
902
+ &.e-ileft.e-icon {
903
+ min-height: $tab-nrml-vertical-icon-min-height;
904
+ min-width: $tab-nrml-vertical-icon-min-width;
905
+
906
+ .e-tab-icon {
907
+ margin: $tab-nrml-vertical-tabicon-margin;
908
+ }
909
+ }
910
+
911
+ &.e-itop,
912
+ &.e-ibottom {
913
+
914
+ .e-close-icon {
915
+ right: $tab-v-nrml-close-icon-top-bottom-right;
916
+ }
917
+ }
918
+ }
919
+
920
+ .e-toolbar-pop {
921
+ top: initial !important; /* stylelint-disable-line declaration-no-important */
922
+ }
923
+
924
+ &.e-vertical-left {
925
+ float: left;
926
+
927
+ &::before {
928
+ right: 0;
929
+ }
930
+
931
+ .e-indicator {
932
+ left: auto;
933
+ right: 0;
934
+ @if ($skin-name == 'Material3') {
935
+ border-radius: 3px 0 0 3px;
936
+ }
937
+ @else if ($skin-name == 'fluent2') {
938
+ border-radius: $tab-nrml-vertical-indicator-bdr-radius;
939
+ }
940
+ }
941
+
942
+ .e-toolbar-items .e-toolbar-item.e-active {
943
+
944
+ &:hover::before {
945
+ bottom: $tab-nrml-item-active-before-bottom;
946
+ height: $tab-nrml-vertical-hover-before-height;
947
+ }
948
+
949
+ &::before {
950
+ background-color: $tab-nrml-item-active-before-bg-font;
951
+ bottom: $tab-nrml-vertical-before-bottom;
952
+ content: $tab-nrml-item-active-before-content;
953
+ height: $tab-nrml-vertical-before-height;
954
+ left: $tab-nrml-vertical-before-left;
955
+ position: $tab-nrml-item-active-before-position;
956
+ right: $tab-nrml-item-active-before-bottom;
957
+ transition: $tab-nrml-vertical-before-transition;
958
+ width: $tab-nrml-item-active-before-height;
959
+ }
960
+
961
+ &::after {
962
+ color: $tab-nrml-item-active-after-font;
963
+ content: $tab-nrml-item-active-after-content;
964
+ display: $tab-nrml-item-active-after-display;
965
+ font-weight: $tab-nrml-item-active-after-font-weight;
966
+ height: $tab-nrml-item-active-after-height;
967
+ overflow: $tab-nrml-item-active-after-overflow;
968
+ visibility: $tab-nrml-item-active-after-overflow;
969
+ }
970
+ }
971
+ }
972
+
973
+ &.e-vertical-right {
974
+ float: right;
975
+
976
+ &::before {
977
+ right: auto;
978
+ }
979
+
980
+ .e-indicator {
981
+ left: 0;
982
+ right: auto;
983
+ @if ($skin-name == 'Material3') {
984
+ border-radius: 0 3px 3px 0;
985
+ }
986
+ @else if ($skin-name == 'fluent2') {
987
+ border-radius: $tab-nrml-vertical-indicator-bdr-radius;
988
+ }
989
+ }
990
+
991
+ .e-tab-wrap {
992
+ text-align: right;
993
+ }
994
+
995
+ .e-toolbar-pop {
996
+
997
+ .e-tab-text {
998
+ width: auto;
999
+ }
1000
+ }
1001
+
1002
+ .e-toolbar-items .e-toolbar-item.e-active {
1003
+
1004
+ &:hover::before {
1005
+ bottom: $tab-nrml-item-active-before-bottom;
1006
+ height: $tab-nrml-vertical-hover-before-height;
1007
+ }
1008
+
1009
+ &::before {
1010
+ background-color: $tab-nrml-item-active-before-bg-font;
1011
+ bottom: $tab-nrml-vertical-before-bottom;
1012
+ content: $tab-nrml-item-active-before-content;
1013
+ height: $tab-nrml-vertical-before-height;
1014
+ left: $tab-nrml-item-active-before-bottom;
1015
+ position: $tab-nrml-item-active-before-position;
1016
+ right: $tab-nrml-vertical-before-left;
1017
+ transition: $tab-nrml-vertical-before-transition;
1018
+ width: $tab-nrml-item-active-before-height;
1019
+ }
1020
+
1021
+ &::after {
1022
+ color: $tab-nrml-item-active-after-font;
1023
+ content: $tab-nrml-item-active-after-content;
1024
+ display: $tab-nrml-item-active-after-display;
1025
+ font-weight: $tab-nrml-item-active-after-font-weight;
1026
+ height: $tab-nrml-item-active-after-height;
1027
+ overflow: $tab-nrml-item-active-after-overflow;
1028
+ visibility: $tab-nrml-item-active-after-overflow;
1029
+ }
1030
+ }
1031
+ }
1032
+
1033
+ .e-scroll-nav {
1034
+ height: $tab-nrml-vertical-nav-arrow-size;
1035
+ justify-content: center;
1036
+ min-height: $tab-nrml-vertical-nav-arrow-size;
1037
+ width: 100%;
1038
+
1039
+ .e-nav-arrow {
1040
+ font-size: $tab-nrml-vertical-nav-arrow-font-size;
1041
+ height: $tab-nrml-vertical-nav-arrow-size;
1042
+ line-height: $tab-nrml-vertical-nav-arrow-size;
1043
+ margin: 0 auto;
1044
+ width: $tab-nrml-vertical-nav-arrow-size;
1045
+ }
1046
+ }
1047
+
1048
+ .e-hor-nav {
1049
+ padding: $tab-nrml-wrap-padding;
1050
+ width: 100%;
1051
+
1052
+ .e-popup-up-icon,
1053
+ .e-popup-down-icon {
1054
+ height: 100%;
1055
+ transform: none;
1056
+ transition: none;
1057
+ width: 100%;
1058
+
1059
+ &::before {
1060
+ float: left;
1061
+ font-family: $tab-font-family;
1062
+ font-size: $tab-nrml-font-size;
1063
+ font-weight: $tab-font-weight;
1064
+ line-height: $tab-nrml-more-btn-line-height;
1065
+ text-align: left;
1066
+ text-transform: $tab-text-transform;
1067
+ transform: none;
1068
+ transition: none;
1069
+ }
1070
+
1071
+ &::after {
1072
+ float: left;
1073
+ font-size: 12px;
1074
+ line-height: $tab-nrml-more-btn-line-height;
1075
+ margin: $tab-pop-more-icon-margin;
1076
+ vertical-align: initial;
1077
+
1078
+ @media screen and (max-width: 480px) {
1079
+ font-size: $tab-big-font-size;
1080
+ }
1081
+ }
1082
+ }
1083
+ }
1084
+
1085
+ .e-scroll-device {
1086
+
1087
+ .e-scroll-nav,
1088
+ .e-scroll-overlay {
1089
+ display: none;
1090
+ }
1091
+ }
1092
+
1093
+ &.e-toolpop {
1094
+
1095
+ .e-toolbar-items {
1096
+ height: auto;
1097
+ }
1098
+ }
1099
+ }
1100
+ }
1101
+
1102
+ &.e-rtl {
1103
+
1104
+ .e-tab-header.e-vertical {
1105
+
1106
+ .e-toolbar-items:not(.e-tbar-pos) {
1107
+
1108
+ .e-toolbar-item:last-child {
1109
+ margin: 0;
1110
+ }
1111
+ }
1112
+
1113
+ .e-toolbar-item {
1114
+
1115
+ &:not(.e-separator) {
1116
+ margin: 0;
1117
+
1118
+ &.e-itop .e-close-icon,
1119
+ &.e-ibottom .e-close-icon {
1120
+ left: $tab-v-rtl-nrml-close-icon-top-bottom-left;
1121
+ }
1122
+ }
1123
+ }
1124
+
1125
+ .e-hor-nav {
1126
+ padding: $tab-nrml-wrap-padding;
1127
+
1128
+ .e-popup-up-icon,
1129
+ .e-popup-down-icon {
1130
+
1131
+ &::before {
1132
+ float: right;
1133
+ }
1134
+
1135
+ &::after {
1136
+ float: right;
1137
+ margin: $tab-rtl-pop-more-icon-margin;
1138
+ }
1139
+ }
1140
+ }
1141
+ }
1142
+ }
1143
+
1144
+ .e-content {
1145
+ position: relative;
1146
+
1147
+ .e-item {
1148
+
1149
+ &.e-view {
1150
+ bottom: 0;
1151
+ left: 0;
1152
+ overflow: hidden;
1153
+ position: absolute;
1154
+ right: 0;
1155
+ top: 0;
1156
+ }
1157
+ }
1158
+
1159
+ > .e-item {
1160
+ display: none;
1161
+
1162
+ &.e-active {
1163
+ background: inherit;
1164
+ display: block;
1165
+ }
1166
+ }
1167
+
1168
+ &.e-progress {
1169
+ overflow: hidden;
1170
+ }
1171
+ }
1172
+
1173
+ &.e-vertical-tab {
1174
+
1175
+ .e-content {
1176
+ display: flex;
1177
+
1178
+ .e-item.e-active {
1179
+ display: flex;
1180
+ flex: none;
1181
+ }
1182
+
1183
+ .e-item,
1184
+ .e-item > :first-child {
1185
+ width: 100%;
1186
+ }
1187
+ }
1188
+ }
1189
+
1190
+ &.e-vertical-icon {
1191
+
1192
+ > .e-tab-header {
1193
+ height: $tab-nrml-tb-icon-height;
1194
+ min-height: $tab-nrml-tb-icon-height;
1195
+
1196
+ &.e-reorder-active-item .e-toolbar-pop {
1197
+
1198
+ .e-toolbar-item.e-active .e-tab-wrap::before,
1199
+ .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before {
1200
+ display: none;
1201
+ }
1202
+ }
1203
+
1204
+ > .e-toolbar-items {
1205
+ height: $tab-nrml-tb-icon-height;
1206
+ }
1207
+
1208
+ .e-toolbar-item.e-active,
1209
+ .e-toolbar-item:not(.e-separator):last-child.e-active {
1210
+ .e-text-wrap {
1211
+ position: $tab-nrml-vertical-text-position;
1212
+ }
1213
+
1214
+ .e-text-wrap::before {
1215
+ border: $tab-active-wrap-before-border;
1216
+ content: $tab-active-wrap-before-content;
1217
+ display: none;
1218
+ position: $tab-active-wrap-before-position;
1219
+ top: $tab-active-wrap-before-top;
1220
+ width: $tab-active-wrap-before-width;
1221
+ }
1222
+
1223
+ .e-tab-wrap::before {
1224
+ content: $tab-nrml-vertical-wrap-before-content;
1225
+ display: $tab-nrml-vertical-wrap-before-display;
1226
+ position: $tab-nrml-vertical-wrap-before-position;
1227
+ top: $tab-nrml-vertical-wrap-before-top;
1228
+ width: $tab-nrml-vertical-wrap-before-width;
1229
+ border: $tab-nrml-vertical-wrap-before-border;
1230
+ }
1231
+ }
1232
+
1233
+ .e-scroll-nav {
1234
+ height: $tab-nrml-icon-top-bottom-item-height;
1235
+ }
1236
+
1237
+ .e-hor-nav {
1238
+ height: $tab-nrml-icon-top-bottom-item-height;
1239
+
1240
+ .e-popup-up-icon::before,
1241
+ .e-popup-down-icon::before {
1242
+
1243
+ @media screen and (max-width: 480px) {
1244
+ font-size: $tab-mob-nav-vicon-size;
1245
+ }
1246
+ }
1247
+ }
1248
+
1249
+ &.e-vertical {
1250
+
1251
+ .e-indicator {
1252
+ width: $tab-nrml-vertical-indicator-width;
1253
+ }
1254
+
1255
+ .e-toolbar-item.e-active,
1256
+ .e-toolbar-item:not(.e-separator):last-child.e-active {
1257
+
1258
+ .e-tab-wrap::before {
1259
+ display: none;
1260
+ }
1261
+
1262
+ .e-text-wrap {
1263
+ position: relative;
1264
+ }
1265
+ }
1266
+
1267
+ .e-scroll-nav {
1268
+ height: $tab-nrml-vertical-nav-arrow-size;
1269
+ }
1270
+ }
1271
+
1272
+ &.e-horizontal-bottom {
1273
+
1274
+ .e-toolbar-item.e-active,
1275
+ .e-toolbar-item:not(.e-separator):last-child.e-active {
1276
+ .e-tab-wrap::before {
1277
+ top: $tab-nrml-bottom-wrap-before-top;
1278
+ }
1279
+ }
1280
+ }
1281
+ }
1282
+
1283
+ &.e-rtl .e-tab-header .e-toolbar-item.e-active {
1284
+ margin: $tab-nrml-vertical-rtl-active-margin;
1285
+ }
1286
+
1287
+ &.e-vertical-tab {
1288
+
1289
+ .e-tab-header.e-vertical .e-toolbar-items {
1290
+ height: inherit;
1291
+ }
1292
+ }
1293
+ }
1294
+
1295
+ &.e-focused {
1296
+
1297
+ .e-tab-header .e-toolbar-item {
1298
+
1299
+ .e-tab-wrap:focus {
1300
+ height: $tab-nrml-height;
1301
+
1302
+ .e-text-wrap {
1303
+ height: $tab-nrml-item-text-wrap-height;
1304
+ }
1305
+ }
1306
+
1307
+ &.e-itop,
1308
+ &.e-ibottom {
1309
+
1310
+ .e-tab-wrap:focus {
1311
+ height: $tab-nrml-icon-top-bottom-item-height;
1312
+ }
1313
+
1314
+ .e-tab-wrap:focus .e-text-wrap {
1315
+ height: auto;
1316
+ }
1317
+
1318
+ &.e-active .e-tab-wrap:focus .e-text-wrap {
1319
+ height: auto;
1320
+ }
1321
+ }
1322
+ }
1323
+
1324
+ .e-tab-header .e-toolbar-pop {
1325
+
1326
+ .e-toolbar-item {
1327
+
1328
+ .e-tab-wrap:focus {
1329
+ height: $tab-nrml-pop-item-height;
1330
+
1331
+ .e-text-wrap {
1332
+ height: $tab-nrml-pop-item-textwrap-height;
1333
+ }
1334
+ }
1335
+
1336
+ &.e-itop .e-tab-wrap:focus,
1337
+ &.e-ibottom .e-tab-wrap:focus {
1338
+ height: $tab-nrml-height;
1339
+ }
1340
+ }
1341
+ }
1342
+
1343
+ .e-tab-header .e-horizontal-bottom {
1344
+
1345
+ .e-toolbar-item {
1346
+
1347
+ &.e-active {
1348
+
1349
+ .e-tab-wrap:focus .e-text-wrap {
1350
+ height: $tab-nrml-item-text-wrap-height;
1351
+ padding: 0;
1352
+ }
1353
+ }
1354
+
1355
+ &.e-itop,
1356
+ &.e-ibottom {
1357
+
1358
+ .e-tab-wrap:focus .e-text-wrap {
1359
+ height: auto;
1360
+ }
1361
+
1362
+ &.e-active .e-tab-wrap:focus .e-text-wrap {
1363
+ height: auto;
1364
+ }
1365
+ }
1366
+ }
1367
+ }
1368
+ }
1369
+
1370
+ &.e-template {
1371
+
1372
+ .e-tab-header {
1373
+
1374
+ .e-toolbar-items,
1375
+ .e-toolbar-pop {
1376
+
1377
+ .e-toolbar-item .e-tab-wrap .e-text-wrap .e-tab-text > div {
1378
+ display: inherit;
1379
+ }
1380
+ }
1381
+ }
1382
+
1383
+ .e-content {
1384
+
1385
+ > .e-item {
1386
+ display: none;
1387
+
1388
+ &.e-active {
1389
+ background: inherit;
1390
+ display: block;
1391
+ }
1392
+ }
1393
+ }
1394
+ }
1395
+
1396
+ &.e-ie .e-tab-header {
1397
+
1398
+ .e-hor-nav.e-ie-align,
1399
+ .e-scroll-nav.e-ie-align {
1400
+ display: flex;
1401
+
1402
+ .e-popup-up-icon,
1403
+ .e-popup-down-icon {
1404
+ display: block;
1405
+ line-height: $tab-nrml-ie-pop-icon-line-height;
1406
+ }
1407
+
1408
+ .e-nav-left-arrow,
1409
+ .e-nav-right-arrow {
1410
+ display: block;
1411
+ line-height: $tab-nrml-ie-nav-icon-line-height;
1412
+ }
1413
+ }
1414
+
1415
+ .e-popup-up-icon,
1416
+ .e-popup-down-icon {
1417
+ transform: none;
1418
+ transition: none;
1419
+ }
1420
+
1421
+ .e-popup-up-icon::before {
1422
+ transform: $tab-pop-up-icon-transform;
1423
+ transition: $tab-pop-icon-transition;
1424
+
1425
+ @media screen and (max-width: 480px) {
1426
+ transform: none;
1427
+ transition: none;
1428
+ }
1429
+ }
1430
+
1431
+ .e-popup-down-icon::before {
1432
+ transform: $tab-pop-down-icon-transform;
1433
+ transition: $tab-pop-icon-transition;
1434
+
1435
+ @media screen and (max-width: 480px) {
1436
+ transform: none;
1437
+ transition: none;
1438
+ }
1439
+ }
1440
+ }
1441
+
1442
+ &.e-edge .e-tab-header {
1443
+
1444
+ .e-hor-nav.e-ie-align,
1445
+ .e-scroll-nav.e-ie-align {
1446
+ display: flex;
1447
+
1448
+ .e-popup-up-icon,
1449
+ .e-popup-down-icon {
1450
+ display: block;
1451
+ line-height: $tab-nrml-edge-pop-icon-line-height;
1452
+ position: relative;
1453
+ }
1454
+
1455
+ .e-nav-left-arrow,
1456
+ .e-nav-right-arrow {
1457
+ display: block;
1458
+ line-height: $tab-nrml-edge-nav-icon-line-height;
1459
+ position: relative;
1460
+ }
1461
+ }
1462
+
1463
+ .e-popup-up-icon {
1464
+ transform: $tab-pop-up-icon-transform;
1465
+ transition: $tab-pop-icon-transition;
1466
+
1467
+ @media screen and (max-width: 480px) {
1468
+ transform: none;
1469
+ transition: none;
1470
+ }
1471
+ }
1472
+
1473
+ .e-popup-down-icon {
1474
+ transform: $tab-pop-down-icon-transform;
1475
+ transition: $tab-pop-icon-transition;
1476
+
1477
+ @media screen and (max-width: 480px) {
1478
+ transform: none;
1479
+ transition: none;
1480
+
1481
+ @media screen and (max-width: 480px) {
1482
+ transform: none;
1483
+ transition: none;
1484
+ }
1485
+ }
1486
+ }
1487
+
1488
+ .e-popup-up-icon::before {
1489
+ transform: $tab-pop-up-icon-transform;
1490
+ transition: $tab-pop-icon-transition;
1491
+
1492
+ @media screen and (max-width: 480px) {
1493
+ transform: none;
1494
+ transition: none;
1495
+ }
1496
+ }
1497
+
1498
+ .e-popup-down-icon::before {
1499
+ transform: $tab-pop-down-icon-transform;
1500
+ transition: $tab-pop-icon-transition;
1501
+
1502
+ @media screen and (max-width: 480px) {
1503
+ transform: none;
1504
+ transition: none;
1505
+ }
1506
+ }
1507
+ }
1508
+
1509
+ &.e-safari .e-tab-header {
1510
+
1511
+ .e-close-icon::before {
1512
+ top: $tab-nrml-safari-close-icon-top;
1513
+ }
1514
+
1515
+ .e-hor-nav,
1516
+ .e-scroll-nav {
1517
+
1518
+ .e-popup-up-icon::before,
1519
+ .e-popup-down-icon::before {
1520
+ top: 0;
1521
+ }
1522
+
1523
+ .e-nav-left-arrow::before,
1524
+ .e-nav-right-arrow::before {
1525
+ top: 0;
1526
+ }
1527
+ }
1528
+ }
1529
+
1530
+ &.e-disable {
1531
+ pointer-events: none;
1532
+ }
1533
+
1534
+ &.e-fill {
1535
+
1536
+ .e-tab-header {
1537
+ height: $tab-nrml-fill-height;
1538
+ min-height: $tab-nrml-fill-height;
1539
+
1540
+ @media screen and (max-width: 480px) {
1541
+ height: $tab-mob-fill-height;
1542
+ min-height: $tab-mob-fill-height;
1543
+ }
1544
+
1545
+ .e-indicator {
1546
+ display: none;
1547
+ }
1548
+
1549
+ .e-toolbar-items {
1550
+ height: auto;
1551
+ min-height: $tab-nrml-fill-height;
1552
+
1553
+ @media screen and (max-width: 480px) {
1554
+ min-height: $tab-mob-fill-height;
1555
+ }
1556
+
1557
+ &:not(.e-tbar-pos) .e-toolbar-item:first-child,
1558
+ &:not(.e-tbar-pos) .e-toolbar-item:last-child {
1559
+ margin: $tab-nrml-alt-first-item-margin;
1560
+ padding: $tab-nrml-background-active-padding;
1561
+ }
1562
+ }
1563
+
1564
+ .e-toolbar-item {
1565
+
1566
+ &:not(.e-separator) {
1567
+ height: $tab-nrml-fill-height;
1568
+ margin: $tab-alt-item-margin;
1569
+ min-height: $tab-nrml-fill-height;
1570
+ padding: $tab-nrml-background-active-padding;
1571
+
1572
+ @media screen and (max-width: 480px) {
1573
+ height: $tab-mob-fill-height;
1574
+ min-height: $tab-mob-fill-height;
1575
+ }
1576
+
1577
+ &.e-itop,
1578
+ &.e-ibottom {
1579
+ height: $tab-nrml-fill-icon-top-bottom-item-height;
1580
+ min-height: $tab-nrml-fill-icon-top-bottom-item-height;
1581
+ }
1582
+ }
1583
+
1584
+ .e-tab-wrap {
1585
+ height: $tab-nrml-fill-height;
1586
+ padding: $tab-fill-nrml-wrap-padding;
1587
+
1588
+ @media screen and (max-width: 480px) {
1589
+ height: $tab-mob-fill-height;
1590
+ padding: $tab-mob-fill-wrap-padding;
1591
+ }
1592
+ }
1593
+
1594
+ .e-text-wrap {
1595
+ height: $tab-nrml-fill-item-textwrap-height;
1596
+
1597
+ @media screen and (max-width: 480px) {
1598
+ height: $tab-mob-fill-height;
1599
+ }
1600
+ }
1601
+
1602
+ &.e-active {
1603
+ padding: $tab-nrml-background-active-padding;
1604
+
1605
+ .e-tab-wrap {
1606
+ margin-bottom: $tab-fill-nrml-active-item-wrap-margin-bottom;
1607
+ }
1608
+
1609
+ .e-text-wrap {
1610
+ height: $tab-nrml-fill-item-textwrap-height;
1611
+
1612
+ @media screen and (max-width: 480px) {
1613
+ height: $tab-mob-fill-height;
1614
+ }
1615
+ }
1616
+
1617
+ .e-tab-text {
1618
+ font-weight: $tab-light-font-weight;
1619
+ }
1620
+
1621
+ &.e-ileft .e-text-wrap,
1622
+ &.e-iright .e-text-wrap {
1623
+ height: $tab-fill-nrml-active-it-text-container-height;
1624
+
1625
+ @media screen and (max-width: 480px) {
1626
+ height: $tab-fill-big-active-it-text-container-height;
1627
+ }
1628
+ }
1629
+ }
1630
+
1631
+ &.e-itop .e-tab-wrap,
1632
+ &.e-ibottom .e-tab-wrap {
1633
+ height: $tab-nrml-fill-icon-top-bottom-item-height;
1634
+ }
1635
+
1636
+ &.e-itop .e-text-wrap,
1637
+ &.e-ibottom .e-text-wrap {
1638
+ height: auto;
1639
+ }
1640
+ }
1641
+
1642
+ .e-toolbar-pop {
1643
+
1644
+ .e-toolbar-item.e-itop:not(.e-separator),
1645
+ .e-toolbar-item.e-ibottom:not(.e-separator) {
1646
+ height: auto;
1647
+ }
1648
+ }
1649
+
1650
+ &.e-horizontal-bottom {
1651
+
1652
+ .e-toolbar-items:not(.e-tbar-pos) {
1653
+
1654
+ .e-toolbar-item {
1655
+
1656
+ &:first-child.e-active,
1657
+ &:last-child.e-active {
1658
+ padding: 0;
1659
+ }
1660
+
1661
+ &.e-itop,
1662
+ &:first-child.e-itop,
1663
+ &:last-child.e-itop {
1664
+ padding-top: 0;
1665
+ }
1666
+ }
1667
+ }
1668
+
1669
+ .e-toolbar-item {
1670
+
1671
+ &.e-active {
1672
+ margin-right: 0;
1673
+ padding: 0;
1674
+
1675
+ .e-text-wrap {
1676
+ height: $tab-nrml-fill-item-textwrap-height;
1677
+
1678
+ @media screen and (max-width: 480px) {
1679
+ height: $tab-mob-fill-height;
1680
+ }
1681
+ }
1682
+ }
1683
+
1684
+ &.e-itop,
1685
+ &.e-ibottom {
1686
+
1687
+ .e-tab-wrap:focus .e-text-wrap {
1688
+ height: $tab-nrml-fill-tb-wrap-height;
1689
+ }
1690
+
1691
+ .e-text-wrap {
1692
+ height: auto;
1693
+ }
1694
+ }
1695
+ }
1696
+ }
1697
+
1698
+ &.e-vertical {
1699
+
1700
+ .e-toolbar-items {
1701
+ height: inherit;
1702
+
1703
+ .e-toolbar-item {
1704
+
1705
+ .e-tab-wrap {
1706
+ padding: $tab-nrml-v-wrap-padding;
1707
+ }
1708
+ }
1709
+ }
1710
+ }
1711
+ }
1712
+
1713
+ &.e-focused {
1714
+
1715
+ .e-tab-header .e-toolbar-item {
1716
+
1717
+ .e-tab-wrap:focus {
1718
+ height: $tab-focus-nrml-fill-height;
1719
+
1720
+ .e-text-wrap {
1721
+ height: $tab-nrml-fill-focused-wrap-height;
1722
+ }
1723
+ }
1724
+
1725
+ &.e-active .e-tab-wrap:focus {
1726
+
1727
+ .e-text-wrap {
1728
+ height: $tab-nrml-fill-focused-wrap-height;
1729
+ }
1730
+ }
1731
+
1732
+ &.e-itop .e-tab-wrap:focus,
1733
+ &.e-ibottom .e-tab-wrap:focus {
1734
+ height: $tab-nrml-focus-fill-icon-top-bottom-item-height;
1735
+
1736
+ .e-text-wrap {
1737
+ height: auto;
1738
+
1739
+ @media screen and (max-width: 480px) {
1740
+ height: auto;
1741
+ }
1742
+ }
1743
+ }
1744
+ }
1745
+ }
1746
+
1747
+ &.e-rtl {
1748
+
1749
+ .e-tab-header .e-toolbar-item:not(.e-separator) {
1750
+ margin: $tab-nrml-rtl-alt-item-margin;
1751
+ }
1752
+ }
1753
+
1754
+ &.e-vertical-icon {
1755
+
1756
+ > .e-tab-header {
1757
+ height: $tab-nrml-tb-icon-height - 2;
1758
+ min-height: $tab-nrml-tb-icon-height - 2;
1759
+ }
1760
+ }
1761
+ }
1762
+
1763
+ &.e-background {
1764
+
1765
+ .e-tab-header {
1766
+
1767
+ .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
1768
+ .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1769
+ margin: $tab-nrml-alt-first-item-margin;
1770
+ padding: $tab-nrml-background-active-padding;
1771
+ }
1772
+
1773
+ .e-toolbar-item {
1774
+
1775
+ &:not(.e-separator) {
1776
+ margin: 0;
1777
+ padding: $tab-nrml-background-active-padding;
1778
+ }
1779
+
1780
+ .e-tab-wrap {
1781
+ padding: $tab-bg-nrml-wrap-padding;
1782
+
1783
+ @media screen and (max-width: 480px) {
1784
+ padding: $tab-mob-fill-wrap-padding;
1785
+ }
1786
+ }
1787
+
1788
+ &.e-active {
1789
+ padding: $tab-nrml-background-active-padding;
1790
+ @if ($skin-name == 'fluent2') {
1791
+ &::before {
1792
+ background-color: $tab-background-text-color;
1793
+ }
1794
+ }
1795
+
1796
+ .e-tab-wrap {
1797
+ margin-bottom: $tab-bg-nrml-active-item-wrap-margin-bottom;
1798
+ }
1799
+
1800
+ .e-tab-text {
1801
+ font-weight: $tab-background-active-text-font-weight;
1802
+ }
1803
+ }
1804
+ }
1805
+
1806
+ &.e-vertical {
1807
+
1808
+ .e-indicator {
1809
+ display: $tab-nrml-background-vertical-indicator-display;
1810
+ }
1811
+
1812
+ .e-toolbar-items {
1813
+
1814
+ .e-toolbar-item {
1815
+
1816
+ .e-tab-wrap {
1817
+ padding: $tab-nrml-v-wrap-padding;
1818
+ }
1819
+ }
1820
+ }
1821
+ }
1822
+
1823
+ &.e-horizontal-bottom {
1824
+
1825
+ .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child.e-active,
1826
+ .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active {
1827
+ padding: 0;
1828
+ }
1829
+
1830
+ .e-toolbar-item.e-active {
1831
+ margin: 0;
1832
+ padding: 0;
1833
+ }
1834
+ }
1835
+
1836
+ .e-toolbar-pop {
1837
+
1838
+ .e-toolbar-item {
1839
+
1840
+ &.e-active {
1841
+
1842
+ .e-text-wrap {
1843
+ height: $tab-nrml-pop-item-textwrap-height;
1844
+ }
1845
+ }
1846
+ }
1847
+ }
1848
+ }
1849
+
1850
+ &.e-rtl {
1851
+
1852
+ .e-tab-header .e-toolbar-item {
1853
+
1854
+ &:not(.e-separator) {
1855
+ margin: $tab-nrml-rtl-alt-item-margin;
1856
+ }
1857
+ }
1858
+ }
1859
+ }
1860
+
1861
+ &.e-rtl {
1862
+
1863
+ .e-tab-header {
1864
+
1865
+ .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child,
1866
+ .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child {
1867
+ margin: $tab-nrml-rtl-item-margin;
1868
+ }
1869
+
1870
+ .e-toolbar-item:not(.e-separator) {
1871
+ margin: $tab-nrml-rtl-item-margin;
1872
+
1873
+ .e-icon-right {
1874
+ margin: $tab-nrml-rtl-icon-right-margin;
1875
+ }
1876
+
1877
+ .e-icon-left + .e-tab-text {
1878
+ margin: $tab-rtl-nrml-it-text-margin;
1879
+ }
1880
+
1881
+ .e-icons.e-close-icon {
1882
+ margin: $tab-rtl-nrml-close-icon-margin;
1883
+ }
1884
+
1885
+ &.e-itop .e-close-icon,
1886
+ &.e-ibottom .e-close-icon {
1887
+ left: $tab-rtl-nrml-close-icon-top-bottom-left;
1888
+ right: auto;
1889
+ }
1890
+ }
1891
+
1892
+ &.e-close-show {
1893
+
1894
+ .e-toolbar-item.e-itop .e-text-wrap,
1895
+ .e-toolbar-item.e-ibottom .e-text-wrap {
1896
+ margin-left: $tab-rtl-nrml-text-container-margin-left;
1897
+ margin-right: $tab-rtl-nrml-text-container-margin-right;
1898
+ }
1899
+ }
1900
+
1901
+ &.e-horizontal-bottom {
1902
+
1903
+ .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) {
1904
+ margin: $tab-nrml-vertical-rtl-active-margin;
1905
+ }
1906
+ }
1907
+
1908
+ .e-toolbar-pop {
1909
+
1910
+ .e-toolbar-item {
1911
+ margin: 0;
1912
+
1913
+ .e-tab-text {
1914
+ padding-left: $tab-rtl-nrml-pop-text-padding-left;
1915
+ padding-right: 0;
1916
+
1917
+ @media screen and (max-width: 480px) {
1918
+ padding-left: 0;
1919
+ }
1920
+ }
1921
+
1922
+ .e-icons.e-close-icon {
1923
+ margin: $tab-rtl-nrml-pop-close-icon-margin;
1924
+ }
1925
+
1926
+ .e-close-icon {
1927
+ left: $tab-rtl-pop-close-icon-left;
1928
+ right: auto;
1929
+ }
1930
+
1931
+ &.e-itop .e-close-icon,
1932
+ &.e-ibottom .e-close-icon {
1933
+ left: $tab-rtl-big-pop-close-icon-top-bottom-left;
1934
+ right: auto;
1935
+ }
1936
+
1937
+ &.e-itop .e-tab-text,
1938
+ &.e-ibottom .e-tab-text {
1939
+ margin: 0;
1940
+ padding-left: 10px;
1941
+ padding-right: 0;
1942
+
1943
+ @media screen and (max-width: 480px) {
1944
+ margin: 0;
1945
+ padding-left: 10px;
1946
+ padding-right: 0;
1947
+ }
1948
+ }
1949
+ }
1950
+ }
1951
+
1952
+ .e-hor-nav,
1953
+ .e-scroll-right-nav {
1954
+ padding: $tab-rtl-nrml-nav-right-icon-padding;
1955
+ }
1956
+
1957
+ .e-scroll-left-nav {
1958
+ padding: $tab-rtl-nrml-nav-left-icon-padding;
1959
+ }
1960
+ }
1961
+ }
1962
+
1963
+ &.e-vertical-tab.e-icon-tab {
1964
+
1965
+ .e-tab-header.e-vertical {
1966
+
1967
+ .e-hor-nav .e-popup-up-icon,
1968
+ .e-hor-nav .e-popup-down-icon {
1969
+
1970
+ &::before {
1971
+ display: none;
1972
+ }
1973
+
1974
+ &::after {
1975
+ margin: 0;
1976
+ width: 100%;
1977
+ }
1978
+ }
1979
+ }
1980
+ }
1981
+ }
1982
+
1983
+ .e-tab-clone-element {
1984
+ overflow: visible;
1985
+ z-index: 10000;
1986
+
1987
+ &:not(.e-separator) {
1988
+ height: $tab-nrml-height;
1989
+ margin: $tab-nrml-item-margin;
1990
+ min-height: $tab-nrml-height;
1991
+ min-width: auto;
1992
+ padding: $tab-nrml-item-padding;
1993
+
1994
+ @media screen and (max-width: 480px) {
1995
+ height: $tab-big-height;
1996
+ min-height: $tab-big-height;
1997
+ }
1998
+ }
1999
+
2000
+ .e-tab-wrap {
2001
+ height: $tab-nrml-height;
2002
+ padding: $tab-nrml-wrap-padding;
2003
+ width: 100%;
2004
+
2005
+ @media screen and (max-width: 480px) {
2006
+ height: $tab-big-height;
2007
+ padding: $tab-mob-wrap-padding;
2008
+ }
2009
+ }
2010
+
2011
+ .e-text-wrap {
2012
+ align-content: center;
2013
+ align-items: center;
2014
+ display: inline-flex;
2015
+ height: $tab-nrml-item-text-wrap-height;
2016
+
2017
+ @media screen and (max-width: 480px) {
2018
+ height: $tab-big-height;
2019
+ }
2020
+ }
2021
+
2022
+ .e-tab-text {
2023
+ display: inherit;
2024
+ font-family: $tab-font-family;
2025
+ font-size: $tab-nrml-font-size;
2026
+ font-weight: $tab-font-weight;
2027
+ text-transform: $tab-text-transform;
2028
+ align-self: auto;
2029
+
2030
+ @media screen and (max-width: 480px) {
2031
+ font-size: $tab-big-font-size;
2032
+ }
2033
+ }
2034
+
2035
+ .e-icons.e-close-icon {
2036
+ display: none;
2037
+ }
2038
+
2039
+ .e-close-icon,
2040
+ .e-close-icon::before {
2041
+ font-size: $tab-nrml-close-icon-size;
2042
+
2043
+ @media screen and (max-width: 480px) {
2044
+ font-size: $tab-mob-close-icon-size;
2045
+ }
2046
+ }
2047
+
2048
+ .e-close-icon::before {
2049
+ top: 1px;
2050
+ }
2051
+
2052
+ .e-icons.e-tab-icon {
2053
+ display: inline-flex;
2054
+ height: $tab-nrml-icon-container-size;
2055
+ min-width: $tab-nrml-icon-container-size;
2056
+ width: $tab-nrml-icon-container-size;
2057
+ line-height: $tab-nrml-item-tabicon-line-height;
2058
+
2059
+ @media screen and (max-width: 480px) {
2060
+ height: $tab-mob-icon-container-size;
2061
+ width: $tab-mob-icon-container-size;
2062
+ }
2063
+ }
2064
+
2065
+ .e-tab-icon,
2066
+ .e-tab-icon::before {
2067
+ font-size: $tab-nrml-icon-size;
2068
+
2069
+ @media screen and (max-width: 480px) {
2070
+ font-size: $tab-mob-icon-size;
2071
+ }
2072
+ }
2073
+
2074
+ &.e-icon {
2075
+
2076
+ .e-tab-wrap {
2077
+ justify-content: center;
2078
+ padding: $tab-nrml-io-wrap-padding;
2079
+
2080
+ @media screen and (max-width: 480px) {
2081
+ padding: $tab-big-wrap-padding;
2082
+ }
2083
+ }
2084
+ }
2085
+
2086
+ .e-icon-right {
2087
+ margin: 0 0 0 8px;
2088
+
2089
+ @media screen and (max-width: 480px) {
2090
+ margin: $tab-bgr-mob-item-iconright-margin;
2091
+ }
2092
+ }
2093
+
2094
+ .e-icon-left + .e-tab-text {
2095
+ margin: $tab-nrml-it-text-margin;
2096
+
2097
+ @media screen and (max-width: 480px) {
2098
+ margin: $tab-mob-it-text-margin;
2099
+ }
2100
+ }
2101
+
2102
+ &.e-itop,
2103
+ &.e-ibottom {
2104
+ height: $tab-nrml-icon-top-bottom-item-height;
2105
+
2106
+ @media screen and (max-width: 480px) {
2107
+ height: $tab-nrml-icon-top-bottom-item-height;
2108
+ }
2109
+
2110
+ .e-tab-wrap {
2111
+ align-items: center;
2112
+ display: flex;
2113
+ height: $tab-nrml-icon-top-bottom-item-height;
2114
+ position: relative;
2115
+
2116
+ @media screen and (max-width: 480px) {
2117
+ height: $tab-nrml-icon-top-bottom-item-height;
2118
+ }
2119
+
2120
+ &:focus {
2121
+
2122
+ .e-text-wrap {
2123
+ height: auto;
2124
+ }
2125
+ }
2126
+ }
2127
+
2128
+ .e-text-wrap {
2129
+ display: block;
2130
+ height: auto;
2131
+ }
2132
+
2133
+ .e-close-icon {
2134
+ position: absolute;
2135
+ right: $tab-nrml-close-icon-top-bottom-right;
2136
+ top: calc(50% - 6px);
2137
+
2138
+ @media screen and (max-width: 480px) {
2139
+ right: $tab-mob-close-icon-top-bottom-right;
2140
+ }
2141
+ }
2142
+ }
2143
+
2144
+ &.e-itop .e-tab-text {
2145
+ margin: $tab-nrml-icon-top-margin;
2146
+
2147
+ @media screen and (max-width: 480px) {
2148
+ margin: $tab-big-icon-top-margin;
2149
+ }
2150
+ }
2151
+
2152
+ &.e-ibottom .e-tab-text {
2153
+ margin: $tab-nrml-icon-bottom-margin;
2154
+
2155
+ @media screen and (max-width: 480px) {
2156
+ margin: $tab-big-icon-bottom-margin;
2157
+ }
2158
+ }
2159
+
2160
+ .e-tab-icon.e-icon-top,
2161
+ .e-tab-icon.e-icon-bottom {
2162
+ align-items: center;
2163
+ display: flex;
2164
+ flex-direction: column;
2165
+ justify-content: center;
2166
+ margin: auto;
2167
+ }
2168
+
2169
+ &.e-close-show {
2170
+
2171
+ .e-icons.e-close-icon {
2172
+ align-items: center;
2173
+ align-self: center;
2174
+ display: inline-flex;
2175
+
2176
+ @media screen and (max-width: 480px) {
2177
+ display: none;
2178
+ }
2179
+ }
2180
+
2181
+ .e-toolbar-item.e-itop .e-text-wrap,
2182
+ .e-toolbar-item.e-ibottom .e-text-wrap {
2183
+ margin-right: $tab-nrml-text-container-margin-right;
2184
+ }
2185
+ }
2186
+ }
2187
+ }