@syncfusion/ej2-navigations 28.1.39 → 28.2.3-1479479

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