@syncfusion/ej2-navigations 17.2.55-1205479 → 17.3.14-96615
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.
- package/.eslintrc.json +244 -0
- package/CHANGELOG.md +898 -786
- package/README.md +163 -163
- package/dist/ej2-navigations.umd.min.js +1 -10
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +512 -255
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +642 -385
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +1 -10
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +0 -9
- package/dist/ts/accordion/accordion.ts +1312 -0
- package/dist/ts/common/h-scroll.ts +459 -0
- package/dist/ts/common/menu-base.ts +2131 -0
- package/dist/ts/common/v-scroll.ts +430 -0
- package/dist/ts/context-menu/context-menu.ts +119 -0
- package/dist/ts/menu/menu.ts +270 -0
- package/dist/ts/sidebar/sidebar.ts +817 -0
- package/dist/ts/tab/tab.ts +1761 -0
- package/dist/ts/toolbar/toolbar.ts +2076 -0
- package/dist/ts/treeview/treeview.ts +5050 -0
- package/helpers/e2e/index.js +3 -3
- package/license +10 -10
- package/package.json +135 -145
- package/src/accordion/accordion-model.d.ts +162 -143
- package/src/accordion/accordion.d.ts +35 -6
- package/src/accordion/accordion.js +193 -71
- package/src/common/h-scroll-model.d.ts +5 -5
- package/src/common/h-scroll.js +19 -20
- package/src/common/index.d.ts +1 -0
- package/src/common/index.js +1 -0
- package/src/common/menu-base-model.d.ts +157 -157
- package/src/common/menu-base.d.ts +19 -0
- package/src/common/menu-base.js +97 -24
- package/src/common/v-scroll-model.d.ts +5 -5
- package/src/common/v-scroll.js +19 -19
- package/src/context-menu/context-menu-model.d.ts +15 -15
- package/src/context-menu/context-menu.js +19 -19
- package/src/menu/menu-model.d.ts +30 -30
- package/src/menu/menu.js +19 -19
- package/src/sidebar/sidebar-model.d.ts +136 -136
- package/src/sidebar/sidebar.js +19 -19
- package/src/tab/tab-model.d.ts +215 -215
- package/src/tab/tab.d.ts +3 -0
- package/src/tab/tab.js +120 -83
- package/src/toolbar/toolbar-model.d.ts +175 -175
- package/src/toolbar/toolbar.d.ts +2 -1
- package/src/toolbar/toolbar.js +30 -24
- package/src/treeview/treeview-model.d.ts +323 -323
- package/src/treeview/treeview.d.ts +3 -1
- package/src/treeview/treeview.js +107 -87
- package/styles/accordion/_all.scss +2 -2
- package/styles/accordion/_bootstrap-dark-definition.scss +69 -69
- package/styles/accordion/_bootstrap-definition.scss +76 -76
- package/styles/accordion/_bootstrap4-definition.scss +82 -82
- package/styles/accordion/_fabric-dark-definition.scss +74 -74
- package/styles/accordion/_fabric-definition.scss +78 -78
- package/styles/accordion/_highcontrast-definition.scss +106 -106
- package/styles/accordion/_highcontrast-light-definition.scss +104 -104
- package/styles/accordion/_layout.scss +447 -447
- package/styles/accordion/_material-dark-definition.scss +75 -75
- package/styles/accordion/_material-definition.scss +72 -72
- package/styles/accordion/_theme.scss +479 -479
- package/styles/accordion/icons/_bootstrap-dark.scss +17 -17
- package/styles/accordion/icons/_bootstrap.scss +17 -17
- package/styles/accordion/icons/_bootstrap4.scss +17 -17
- package/styles/accordion/icons/_fabric-dark.scss +17 -17
- package/styles/accordion/icons/_fabric.scss +17 -17
- package/styles/accordion/icons/_highcontrast-light.scss +17 -17
- package/styles/accordion/icons/_highcontrast.scss +17 -17
- package/styles/accordion/icons/_material-dark.scss +17 -17
- package/styles/accordion/icons/_material.scss +17 -17
- package/styles/accordion/material-dark.css +2 -2
- package/styles/bootstrap-dark.css +10 -9
- package/styles/bootstrap.css +10 -9
- package/styles/bootstrap4.css +10 -9
- package/styles/bootstrap5-dark.css +0 -0
- package/styles/bootstrap5-dark.scss +0 -0
- package/styles/bootstrap5.css +0 -0
- package/styles/bootstrap5.scss +0 -0
- package/styles/context-menu/_all.scss +2 -2
- package/styles/context-menu/_bootstrap-dark-definition.scss +54 -54
- package/styles/context-menu/_bootstrap-definition.scss +52 -52
- package/styles/context-menu/_bootstrap4-definition.scss +52 -52
- package/styles/context-menu/_fabric-dark-definition.scss +54 -54
- package/styles/context-menu/_fabric-definition.scss +52 -52
- package/styles/context-menu/_highcontrast-definition.scss +52 -52
- package/styles/context-menu/_highcontrast-light-definition.scss +54 -54
- package/styles/context-menu/_layout-mixin.scss +175 -174
- package/styles/context-menu/_layout.scss +70 -70
- package/styles/context-menu/_material-dark-definition.scss +54 -54
- package/styles/context-menu/_material-definition.scss +52 -52
- package/styles/context-menu/_theme-mixin.scss +59 -59
- package/styles/context-menu/_theme.scss +36 -36
- package/styles/context-menu/bootstrap-dark.css +1 -1
- package/styles/context-menu/bootstrap.css +1 -1
- package/styles/context-menu/bootstrap4.css +1 -1
- package/styles/context-menu/fabric-dark.css +1 -1
- package/styles/context-menu/fabric.css +1 -1
- package/styles/context-menu/highcontrast-light.css +1 -1
- package/styles/context-menu/highcontrast.css +1 -1
- package/styles/context-menu/icons/_bootstrap-dark.scss +30 -30
- package/styles/context-menu/icons/_bootstrap.scss +30 -30
- package/styles/context-menu/icons/_bootstrap4.scss +30 -30
- package/styles/context-menu/icons/_fabric-dark.scss +30 -30
- package/styles/context-menu/icons/_fabric.scss +30 -30
- package/styles/context-menu/icons/_highcontrast-light.scss +30 -30
- package/styles/context-menu/icons/_highcontrast.scss +30 -30
- package/styles/context-menu/icons/_material-dark.scss +30 -30
- package/styles/context-menu/icons/_material.scss +30 -30
- package/styles/context-menu/material-dark.css +1 -1
- package/styles/context-menu/material.css +4 -4
- package/styles/fabric-dark.css +10 -9
- package/styles/fabric.css +10 -9
- package/styles/h-scroll/_all.scss +2 -2
- package/styles/h-scroll/_bootstrap-dark-definition.scss +49 -49
- package/styles/h-scroll/_bootstrap-definition.scss +50 -50
- package/styles/h-scroll/_bootstrap4-definition.scss +49 -49
- package/styles/h-scroll/_fabric-dark-definition.scss +50 -50
- package/styles/h-scroll/_fabric-definition.scss +48 -48
- package/styles/h-scroll/_highcontrast-definition.scss +52 -52
- package/styles/h-scroll/_highcontrast-light-definition.scss +54 -54
- package/styles/h-scroll/_layout.scss +198 -198
- package/styles/h-scroll/_material-dark-definition.scss +77 -77
- package/styles/h-scroll/_material-definition.scss +77 -77
- package/styles/h-scroll/_theme.scss +157 -157
- package/styles/h-scroll/icons/_bootstrap-dark.scss +49 -49
- package/styles/h-scroll/icons/_bootstrap.scss +49 -49
- package/styles/h-scroll/icons/_bootstrap4.scss +49 -49
- package/styles/h-scroll/icons/_fabric-dark.scss +49 -49
- package/styles/h-scroll/icons/_fabric.scss +49 -49
- package/styles/h-scroll/icons/_highcontrast-light.scss +49 -49
- package/styles/h-scroll/icons/_highcontrast.scss +49 -49
- package/styles/h-scroll/icons/_material-dark.scss +49 -49
- package/styles/h-scroll/icons/_material.scss +49 -49
- package/styles/highcontrast-light.css +10 -9
- package/styles/highcontrast.css +10 -9
- package/styles/material-dark.css +12 -11
- package/styles/material.css +24 -14
- package/styles/menu/_all.scss +2 -2
- package/styles/menu/_bootstrap-dark-definition.scss +63 -63
- package/styles/menu/_bootstrap-definition.scss +65 -65
- package/styles/menu/_bootstrap4-definition.scss +64 -64
- package/styles/menu/_fabric-dark-definition.scss +63 -63
- package/styles/menu/_fabric-definition.scss +64 -64
- package/styles/menu/_highcontrast-definition.scss +65 -65
- package/styles/menu/_highcontrast-light-definition.scss +61 -61
- package/styles/menu/_layout.scss +638 -637
- package/styles/menu/_material-dark-definition.scss +63 -63
- package/styles/menu/_material-definition.scss +64 -64
- package/styles/menu/_theme.scss +243 -243
- package/styles/menu/bootstrap-dark.css +2 -1
- package/styles/menu/bootstrap.css +2 -1
- package/styles/menu/bootstrap.scss +1 -0
- package/styles/menu/bootstrap4.css +2 -1
- package/styles/menu/fabric-dark.css +2 -1
- package/styles/menu/fabric.css +2 -1
- package/styles/menu/fabric.scss +1 -0
- package/styles/menu/highcontrast-light.css +2 -1
- package/styles/menu/highcontrast.css +2 -1
- package/styles/menu/highcontrast.scss +1 -0
- package/styles/menu/icons/_bootstrap-dark.scss +127 -127
- package/styles/menu/icons/_bootstrap.scss +127 -127
- package/styles/menu/icons/_bootstrap4.scss +127 -127
- package/styles/menu/icons/_fabric-dark.scss +127 -127
- package/styles/menu/icons/_fabric.scss +127 -127
- package/styles/menu/icons/_highcontrast-light.scss +127 -127
- package/styles/menu/icons/_highcontrast.scss +127 -127
- package/styles/menu/icons/_material-dark.scss +127 -127
- package/styles/menu/icons/_material.scss +127 -127
- package/styles/menu/material-dark.css +2 -1
- package/styles/menu/material.css +4 -3
- package/styles/menu/material.scss +1 -0
- package/styles/sidebar/_all.scss +3 -3
- package/styles/sidebar/_bootstrap-dark-definition.scss +4 -4
- package/styles/sidebar/_bootstrap-definition.scss +4 -4
- package/styles/sidebar/_bootstrap4-definition.scss +4 -4
- package/styles/sidebar/_fabric-dark-definition.scss +4 -4
- package/styles/sidebar/_fabric-definition.scss +6 -6
- package/styles/sidebar/_highcontrast-definition.scss +4 -4
- package/styles/sidebar/_highcontrast-light-definition.scss +4 -4
- package/styles/sidebar/_icons.scss +1 -1
- package/styles/sidebar/_material-dark-definition.scss +4 -4
- package/styles/sidebar/_material-definition.scss +6 -6
- package/styles/sidebar/_theme.scss +168 -168
- package/styles/sidebar/bootstrap-dark.css +0 -1
- package/styles/sidebar/bootstrap.css +0 -1
- package/styles/sidebar/bootstrap4.css +0 -1
- package/styles/sidebar/fabric-dark.css +0 -1
- package/styles/sidebar/fabric.css +0 -1
- package/styles/sidebar/highcontrast-light.css +0 -1
- package/styles/sidebar/highcontrast.css +0 -1
- package/styles/sidebar/material-dark.css +0 -1
- package/styles/sidebar/material.css +0 -1
- package/styles/tab/_all.scss +2 -2
- package/styles/tab/_bootstrap-dark-definition.scss +386 -386
- package/styles/tab/_bootstrap-definition.scss +396 -396
- package/styles/tab/_bootstrap4-definition.scss +401 -401
- package/styles/tab/_fabric-dark-definition.scss +394 -394
- package/styles/tab/_fabric-definition.scss +410 -410
- package/styles/tab/_highcontrast-definition.scss +434 -434
- package/styles/tab/_highcontrast-light-definition.scss +423 -423
- package/styles/tab/_icons.scss +43 -43
- package/styles/tab/_layout.scss +3528 -3521
- package/styles/tab/_material-dark-definition.scss +407 -407
- package/styles/tab/_material-definition.scss +416 -416
- package/styles/tab/_theme.scss +1751 -1751
- package/styles/tab/bootstrap-dark.css +7 -2
- package/styles/tab/bootstrap.css +7 -2
- package/styles/tab/bootstrap4.css +7 -2
- package/styles/tab/fabric-dark.css +7 -2
- package/styles/tab/fabric.css +7 -2
- package/styles/tab/highcontrast-light.css +7 -2
- package/styles/tab/highcontrast.css +7 -2
- package/styles/tab/icons/_bootstrap-dark.scss +132 -132
- package/styles/tab/icons/_bootstrap.scss +132 -132
- package/styles/tab/icons/_bootstrap4.scss +132 -132
- package/styles/tab/icons/_fabric-dark.scss +132 -132
- package/styles/tab/icons/_fabric.scss +132 -132
- package/styles/tab/icons/_highcontrast-light.scss +132 -132
- package/styles/tab/icons/_highcontrast.scss +132 -132
- package/styles/tab/icons/_material-dark.scss +132 -132
- package/styles/tab/icons/_material.scss +132 -132
- package/styles/tab/material-dark.css +7 -2
- package/styles/tab/material.css +7 -2
- package/styles/tailwind-dark.css +0 -0
- package/styles/tailwind-dark.scss +0 -0
- package/styles/tailwind.css +0 -0
- package/styles/tailwind.scss +0 -0
- package/styles/toolbar/_all.scss +2 -2
- package/styles/toolbar/_bootstrap-dark-definition.scss +135 -135
- package/styles/toolbar/_bootstrap-definition.scss +134 -134
- package/styles/toolbar/_bootstrap4-definition.scss +139 -139
- package/styles/toolbar/_fabric-dark-definition.scss +155 -155
- package/styles/toolbar/_fabric-definition.scss +139 -139
- package/styles/toolbar/_highcontrast-definition.scss +149 -149
- package/styles/toolbar/_highcontrast-light-definition.scss +164 -164
- package/styles/toolbar/_layout.scss +1460 -1460
- package/styles/toolbar/_material-dark-definition.scss +180 -180
- package/styles/toolbar/_material-definition.scss +164 -164
- package/styles/toolbar/_theme.scss +451 -451
- package/styles/toolbar/bootstrap-dark.css +0 -1
- package/styles/toolbar/bootstrap.css +0 -1
- package/styles/toolbar/bootstrap.scss +1 -0
- package/styles/toolbar/bootstrap4.css +0 -1
- package/styles/toolbar/fabric-dark.css +0 -1
- package/styles/toolbar/fabric.css +0 -1
- package/styles/toolbar/fabric.scss +1 -0
- package/styles/toolbar/highcontrast-light.css +0 -1
- package/styles/toolbar/highcontrast.css +0 -1
- package/styles/toolbar/highcontrast.scss +1 -0
- package/styles/toolbar/icons/_bootstrap-dark.scss +16 -16
- package/styles/toolbar/icons/_bootstrap.scss +16 -16
- package/styles/toolbar/icons/_bootstrap4.scss +16 -16
- package/styles/toolbar/icons/_fabric-dark.scss +16 -16
- package/styles/toolbar/icons/_fabric.scss +16 -16
- package/styles/toolbar/icons/_highcontrast-light.scss +16 -16
- package/styles/toolbar/icons/_highcontrast.scss +16 -16
- package/styles/toolbar/icons/_material-dark.scss +16 -16
- package/styles/toolbar/icons/_material.scss +16 -16
- package/styles/toolbar/material-dark.css +0 -1
- package/styles/toolbar/material.css +0 -1
- package/styles/toolbar/material.scss +1 -0
- package/styles/treeview/_all.scss +2 -2
- package/styles/treeview/_bootstrap-dark-definition.scss +131 -131
- package/styles/treeview/_bootstrap-definition.scss +127 -127
- package/styles/treeview/_bootstrap4-definition.scss +153 -153
- package/styles/treeview/_fabric-dark-definition.scss +130 -130
- package/styles/treeview/_fabric-definition.scss +126 -126
- package/styles/treeview/_highcontrast-definition.scss +132 -132
- package/styles/treeview/_highcontrast-light-definition.scss +137 -137
- package/styles/treeview/_layout.scss +551 -551
- package/styles/treeview/_material-dark-definition.scss +126 -126
- package/styles/treeview/_material-definition.scss +126 -126
- package/styles/treeview/_theme.scss +331 -331
- package/styles/treeview/bootstrap-dark.css +0 -3
- package/styles/treeview/bootstrap.css +0 -3
- package/styles/treeview/bootstrap4.css +0 -3
- package/styles/treeview/fabric-dark.css +0 -3
- package/styles/treeview/fabric.css +0 -3
- package/styles/treeview/highcontrast-light.css +0 -3
- package/styles/treeview/highcontrast.css +0 -3
- package/styles/treeview/icons/_bootstrap-dark.scss +39 -39
- package/styles/treeview/icons/_bootstrap.scss +39 -39
- package/styles/treeview/icons/_bootstrap4.scss +39 -39
- package/styles/treeview/icons/_fabric-dark.scss +43 -43
- package/styles/treeview/icons/_fabric.scss +43 -43
- package/styles/treeview/icons/_highcontrast-light.scss +43 -43
- package/styles/treeview/icons/_highcontrast.scss +43 -43
- package/styles/treeview/icons/_material-dark.scss +43 -43
- package/styles/treeview/icons/_material.scss +43 -43
- package/styles/treeview/material-dark.css +0 -3
- package/styles/treeview/material.css +9 -3
- package/styles/v-scroll/_all.scss +2 -2
- package/styles/v-scroll/_bootstrap-dark-definition.scss +50 -50
- package/styles/v-scroll/_bootstrap-definition.scss +49 -49
- package/styles/v-scroll/_bootstrap4-definition.scss +49 -49
- package/styles/v-scroll/_fabric-dark-definition.scss +51 -51
- package/styles/v-scroll/_fabric-definition.scss +50 -50
- package/styles/v-scroll/_highcontrast-definition.scss +51 -51
- package/styles/v-scroll/_highcontrast-light-definition.scss +52 -52
- package/styles/v-scroll/_layout.scss +162 -162
- package/styles/v-scroll/_material-dark-definition.scss +78 -78
- package/styles/v-scroll/_material-definition.scss +77 -77
- package/styles/v-scroll/_theme.scss +133 -133
- package/styles/v-scroll/icons/_bootstrap-dark.scss +26 -26
- package/styles/v-scroll/icons/_bootstrap.scss +26 -26
- package/styles/v-scroll/icons/_bootstrap4.scss +26 -26
- package/styles/v-scroll/icons/_fabric-dark.scss +26 -26
- package/styles/v-scroll/icons/_fabric.scss +26 -26
- package/styles/v-scroll/icons/_highcontrast-light.scss +26 -26
- package/styles/v-scroll/icons/_highcontrast.scss +26 -26
- package/styles/v-scroll/icons/_material-dark.scss +26 -26
- package/styles/v-scroll/icons/_material.scss +26 -26
- package/tslint.json +111 -0
|
@@ -1,401 +1,401 @@
|
|
|
1
|
-
/*! Horizontal Tab */
|
|
2
|
-
$tab-skin: 'bootstrap4' !default;
|
|
3
|
-
$tab-big-vertical-scroll-nav-top-bottom: 23px !default;
|
|
4
|
-
$tab-big-vertical-nav-arrow-size: 24px !default;
|
|
5
|
-
$tab-big-vertical-nav-arrow-font-size: 12px !default;
|
|
6
|
-
$tab-font-family: $font-family !default;
|
|
7
|
-
$tab-nrml-vertical-scroll-nav-top-bottom: 15px !default;
|
|
8
|
-
$tab-nrml-vertical-nav-arrow-size: 16px !default;
|
|
9
|
-
$tab-nrml-vertical-nav-arrow-font-size: 10px !default;
|
|
10
|
-
|
|
11
|
-
$tab-text-transform: capitalize !default;
|
|
12
|
-
$tab-big-height: 42px !default;
|
|
13
|
-
$tab-nrml-height: 32px !default;
|
|
14
|
-
$tab-focus-big-height: 42px !default;
|
|
15
|
-
$tab-focus-nrml-height: 32px !default;
|
|
16
|
-
$tab-active-big-height: 42px !default;
|
|
17
|
-
$tab-active-nrml-height: 32px !default;
|
|
18
|
-
$tab-active-focus-big-height: 42px !default;
|
|
19
|
-
$tab-active-focus-nrml-height: 32px !default;
|
|
20
|
-
$tab-big-fill-height: 42px !default;
|
|
21
|
-
$tab-nrml-fill-height: 32px !default;
|
|
22
|
-
$tab-mob-fill-height: 42px !default;
|
|
23
|
-
$tab-focus-big-fill-height: 42px !default;
|
|
24
|
-
$tab-focus-nrml-fill-height: 32px !default;
|
|
25
|
-
$tab-disable-cnt-opacity: .38 !default;
|
|
26
|
-
$tab-big-tb-icon-height: 72px !default;
|
|
27
|
-
$tab-nrml-tb-icon-height: 62px !default;
|
|
28
|
-
$tab-content-font-color: #000 !default;
|
|
29
|
-
|
|
30
|
-
$tab-border-width: 2px !default;
|
|
31
|
-
$tab-border-style: $tab-border-width Solid !default;
|
|
32
|
-
$tab-focus-outline: 0 !default;
|
|
33
|
-
$tab-active-focus-outline: 0 !default;
|
|
34
|
-
$tab-active-text-item-border: 0 !default;
|
|
35
|
-
$tab-disable-active-text-item-border: 0 !default;
|
|
36
|
-
$tab-alt-active-item-border: $tab-border-style #555 !default;
|
|
37
|
-
$tab-accent-active-item-border: $tab-border-style #555 !default;
|
|
38
|
-
$tab-fill-hdr-border: 0 !default;
|
|
39
|
-
$tab-fill-disable-hdr-border: 0 !default;
|
|
40
|
-
$tab-anim-border-display: none !default;
|
|
41
|
-
$tab-border-color: $gray-300 !default;
|
|
42
|
-
$tab-hover-border-color: $gray-200 !default;
|
|
43
|
-
$tab-disable-border-color: rgba($gray-300, .38) !default;
|
|
44
|
-
$tab-alt-border-color: $gray-300 !default;
|
|
45
|
-
$tab-alt-disable-border-color: rgba($gray-300, .38) !default;
|
|
46
|
-
$tab-bg-color: transparent !default;
|
|
47
|
-
$tab-border: none !default;
|
|
48
|
-
|
|
49
|
-
$tab-alt-hdr-bg-color: inherit !default;
|
|
50
|
-
$tab-focus-hscroll-content-padding: 1px 0 !default;
|
|
51
|
-
$tab-hdr-bdr-color: $gray-300 !default;
|
|
52
|
-
$tab-hdr-border: 1px solid #ddd !default;
|
|
53
|
-
$tab-hdr-border-width: 0 0 1px 0 !default;
|
|
54
|
-
$tab-alt-hdr-border: 0 !default;
|
|
55
|
-
|
|
56
|
-
$tab-items-border: 1px solid #ddd !default;
|
|
57
|
-
|
|
58
|
-
$tab-big-item-margin: 0 2px 0 0 !default;
|
|
59
|
-
$tab-nrml-item-margin: 0 2px 0 0 !default;
|
|
60
|
-
$tab-big-item-padding: 0 !default;
|
|
61
|
-
$tab-nrml-item-padding: 0 !default;
|
|
62
|
-
$tab-big-icon-top-bottom-item-height: 72px !default;
|
|
63
|
-
$tab-nrml-icon-top-bottom-item-height: 62px !default;
|
|
64
|
-
$tab-pop-big-icon-top-bottom-item-height: 50px !default;
|
|
65
|
-
$tab-pop-nrml-icon-top-bottom-item-height: 40px !default;
|
|
66
|
-
$tab-big-focus-icon-top-bottom-item-height: 72px !default;
|
|
67
|
-
$tab-nrml-focus-icon-top-bottom-item-height: 62px !default;
|
|
68
|
-
$tab-big-fill-icon-top-bottom-item-height: 72px !default;
|
|
69
|
-
$tab-nrml-fill-icon-top-bottom-item-height: 62px !default;
|
|
70
|
-
$tab-big-focus-fill-icon-top-bottom-item-height: 72px !default;
|
|
71
|
-
$tab-nrml-focus-fill-icon-top-bottom-item-height: 62px !default;
|
|
72
|
-
$tab-big-first-item-margin: 0 !default;
|
|
73
|
-
$tab-nrml-first-item-margin: 0 !default;
|
|
74
|
-
$tab-big-last-item-margin: 0 2px 0 0 !default;
|
|
75
|
-
$tab-nrml-last-item-margin: 0 !default;
|
|
76
|
-
$tab-big-active-last-item-margin: 0 2px 0 0 !default;
|
|
77
|
-
$tab-nrml-active-last-item-margin: 0 2px 0 0 !default;
|
|
78
|
-
$tab-big-scroll-last-item-margin: 0 2px 0 0 !default;
|
|
79
|
-
$tab-nrml-scroll-last-item-margin: 0 2px 0 0 !default;
|
|
80
|
-
$tab-nrml-active-scroll-last-item-margin: 0 2px 0 0 !default;
|
|
81
|
-
$tab-mob-last-item-margin: 0 2px 0 0 !default;
|
|
82
|
-
$tab-big-even-last-item-margin: 0 2px 0 0 !default;
|
|
83
|
-
$tab-nrml-even-last-item-margin: 0 2px 0 0 !default;
|
|
84
|
-
$tab-mob-even-last-item-margin: 0 2px 0 0 !default;
|
|
85
|
-
$tab-big-alt-first-item-margin: 0 !default;
|
|
86
|
-
$tab-nrml-alt-first-item-margin: 0 !default;
|
|
87
|
-
$tab-pop-item-margin: 0 !default;
|
|
88
|
-
$tab-big-pop-item-height: 40px !default;
|
|
89
|
-
$tab-nrml-pop-item-height: 26px !default;
|
|
90
|
-
$tab-alt-item-margin: 0 2px 0 0 !default;
|
|
91
|
-
$tab-big-rtl-item-margin: 0 !default;
|
|
92
|
-
$tab-nrml-rtl-item-margin: 0 !default;
|
|
93
|
-
$tab-big-rtl-alt-item-margin: 0 0 0 2px !default;
|
|
94
|
-
$tab-nrml-rtl-alt-item-margin: 0 0 0 2px !default;
|
|
95
|
-
$tab-mob-pop-item-height: 50px !default;
|
|
96
|
-
$tab-ripple-bg-color: rgba($gray-300, 0) !default;
|
|
97
|
-
$tab-fill-ripple-bg-color: rgba($gray-300, 0) !default;
|
|
98
|
-
$tab-alt-ripple-bg-color: rgba($gray-300, 0) !default;
|
|
99
|
-
$tab-item-border: 1px solid transparent !default;
|
|
100
|
-
$tab-alt-item-border: 0 !default;
|
|
101
|
-
$tab-active-item-border: 1px solid $gray-300 !default;
|
|
102
|
-
$tab-active-item-hide-border: 1px solid $primary-font !default;
|
|
103
|
-
$tab-active-item-border-color: $primary-font !default;
|
|
104
|
-
$tab-big-boot-item-margin: 0 2px 0 0 !default;
|
|
105
|
-
$tab-nrml-boot-item-margin: 0 2px 0 0 !default;
|
|
106
|
-
$tab-big-scroll-boot-item-margin: 0 2px 0 0 !default;
|
|
107
|
-
$tab-nrml-scroll-boot-item-margin: 0 2px 0 0 !default;
|
|
108
|
-
$tab-mob-boot-item-margin: 0 2px 0 0 !default;
|
|
109
|
-
$tab-big-even-boot-item-margin: 0 2px 0 0 !default;
|
|
110
|
-
$tab-nrml-even-boot-item-margin: 0 2px 0 0 !default;
|
|
111
|
-
$tab-mob-even-boot-item-margin: 0 2px 0 0 !default;
|
|
112
|
-
$tab-big-boot-active-item-padding-bottom: 0 !default;
|
|
113
|
-
$tab-nrml-boot-active-item-padding-bottom: 0 !default;
|
|
114
|
-
$tab-big-even-boot-active-item-padding-bottom: 1px !default;
|
|
115
|
-
$tab-nrml-even-boot-active-item-padding-bottom: 0 !default;
|
|
116
|
-
$tab-active-item-border-radius: 4px !default;
|
|
117
|
-
$tab-item-wrap-border-radius: 4px !default;
|
|
118
|
-
$tab-top-active-item-border-radius: 4px 4px 0 0 !default;
|
|
119
|
-
$tab-bottom-active-item-border-radius: 0 0 4px 4px !default;
|
|
120
|
-
$tab-left-active-item-border-radius: 4px 0 0 4px !default;
|
|
121
|
-
$tab-right-active-item-border-radius: 0 4px 4px 0 !default;
|
|
122
|
-
$tab-hscroll-item-padding: 0 !default;
|
|
123
|
-
$tab-big-item-last-child-padding-bottom: 3px !default;
|
|
124
|
-
$tab-nrml-item-last-child-padding-bottom: 1px !default;
|
|
125
|
-
|
|
126
|
-
$tab-big-wrap-padding: 0 16px !default;
|
|
127
|
-
$tab-nrml-wrap-padding: 0 12px !default;
|
|
128
|
-
$tab-mob-wrap-padding: 0 15px !default;
|
|
129
|
-
$tab-pop-padding: 5px 0 !default;
|
|
130
|
-
$tab-big-pop-item-wrap-padding: 0 24px !default;
|
|
131
|
-
$tab-nrml-pop-item-wrap-padding: 0 20px !default;
|
|
132
|
-
$tab-mob-pop-item-wrap-padding: 0 24px !default;
|
|
133
|
-
$tab-big-io-text-wrap-width: auto !default;
|
|
134
|
-
$tab-nrml-io-text-wrap-width: auto !default;
|
|
135
|
-
$tab-big-io-wrap-padding: 0 20px !default;
|
|
136
|
-
$tab-nrml-io-wrap-padding: 0 15px !default;
|
|
137
|
-
$tab-wrap-focus-margin-right: 0 !default;
|
|
138
|
-
$tab-wrap-focus-margin-left: 0 !default;
|
|
139
|
-
$tab-big-ileft-active-text-wrap-padding: 0 !default;
|
|
140
|
-
$tab-nrml-ileft-active-text-wrap-padding: 0 !default;
|
|
141
|
-
$tab-big-even-ileft-active-text-wrap-margin: 0 !default;
|
|
142
|
-
$tab-nrml-even-ileft-active-text-wrap-margin: 0 !default;
|
|
143
|
-
$tab-big-fill-tb-wrap-height: 50px !default;
|
|
144
|
-
$tab-nrml-fill-tb-wrap-height: 44px !default;
|
|
145
|
-
$tab-focus-bg-color: #eee !default;
|
|
146
|
-
$tab-fill-focus-bg-color: #eee !default;
|
|
147
|
-
$tab-hover-bg-color: darken($gray-100, 2%) !default;
|
|
148
|
-
$tab-active-bg-color: $primary !default;
|
|
149
|
-
$tab-fill-active-bg-color: $primary !default;
|
|
150
|
-
$tab-fill-disable-active-bg-color: #317ab9 !default;
|
|
151
|
-
$tab-alt-active-bg-color: $primary !default;
|
|
152
|
-
$tab-alt-disable-active-bg-color: #317ab9 !default;
|
|
153
|
-
$tab-alt-item-bg-color: inherit !default;
|
|
154
|
-
$tab-alt-active-focus-bg-color: $primary !default;
|
|
155
|
-
$tab-key-alt-active-focus-bg-color: #eee !default;
|
|
156
|
-
$tab-alt-hover-bg-color: #eee !default;
|
|
157
|
-
$tab-alt-focus-top-bottom-bg-color: inherit !default;
|
|
158
|
-
$tab-fill-active-wrap-corner: 3px 3px 0 0 !default;
|
|
159
|
-
$tab-fill-even-active-wrap-corner: 0 0 3px 3px !default;
|
|
160
|
-
$tab-alt-tb-active-bg-color: #317ab9 !default;
|
|
161
|
-
$tab-fill-big-wrap-padding: 0 20px !default;
|
|
162
|
-
$tab-fill-nrml-wrap-padding: 0 15px !default;
|
|
163
|
-
$tab-mob-fill-wrap-padding: 0 15px !default;
|
|
164
|
-
$tab-bg-big-wrap-padding: 0 20px !default;
|
|
165
|
-
$tab-bg-nrml-wrap-padding: 0 15px !default;
|
|
166
|
-
$tab-item-hover-bg-color: transparent !default;
|
|
167
|
-
$tab-mob-item-hover-bg-color: initial !default;
|
|
168
|
-
$tab-pop-text-color: $gray-900 !default;
|
|
169
|
-
$tab-alt-disable-active-item-opacity: .65 !default;
|
|
170
|
-
$tab-big-active-item-wrap-margin-bottom: 1px !default;
|
|
171
|
-
$tab-nrml-active-item-wrap-margin-bottom: 0 !default;
|
|
172
|
-
$tab-fill-big-active-item-wrap-margin-bottom: 0 !default;
|
|
173
|
-
$tab-fill-nrml-active-item-wrap-margin-bottom: 0 !default;
|
|
174
|
-
$tab-bg-big-active-item-wrap-margin-bottom: 0 !default;
|
|
175
|
-
$tab-bg-nrml-active-item-wrap-margin-bottom: 0 !default;
|
|
176
|
-
$tab-alt-big-active-item-padding: 0 !default;
|
|
177
|
-
$tab-alt-nrml-active-item-padding: 0 !default;
|
|
178
|
-
|
|
179
|
-
$tab-active-text-container-margin: 0 !default;
|
|
180
|
-
$tab-big-text-container-margin-right: 22px !default;
|
|
181
|
-
$tab-nrml-text-container-margin-right: 20px !default;
|
|
182
|
-
$tab-rtl-big-text-container-margin-right: 0 !default;
|
|
183
|
-
$tab-rtl-nrml-text-container-margin-right: 0 !default;
|
|
184
|
-
$tab-rtl-big-text-container-margin-left: 22px !default;
|
|
185
|
-
$tab-rtl-nrml-text-container-margin-left: 20px !default;
|
|
186
|
-
$tab-big-active-text-container-height: 42px !default;
|
|
187
|
-
$tab-nrml-active-text-container-height: 32px !default;
|
|
188
|
-
$tab-big-active-it-text-container-height: 42px !default;
|
|
189
|
-
$tab-nrml-active-it-text-container-height: 32px !default;
|
|
190
|
-
$tab-fill-big-active-it-text-container-height: 42px !default;
|
|
191
|
-
$tab-fill-nrml-active-it-text-container-height: 32px !default;
|
|
192
|
-
$tab-big-even-active-text-container-height: 42px !default;
|
|
193
|
-
$tab-nrml-even-active-text-container-height: 32px !default;
|
|
194
|
-
$tab-even-active-text-container-padding: 0 !default;
|
|
195
|
-
$tab-even-active-text-container-margin: 0 !default;
|
|
196
|
-
|
|
197
|
-
$tab-big-font-size: 16px !default;
|
|
198
|
-
$tab-nrml-font-size: 14px !default;
|
|
199
|
-
$tab-font-weight: 400 !default;
|
|
200
|
-
$tab-semi-font-weight: 400 !default;
|
|
201
|
-
$tab-light-font-weight: 400 !default;
|
|
202
|
-
$tab-big-it-text-margin: 0 0 0 12px !default;
|
|
203
|
-
$tab-nrml-it-text-margin: 0 0 0 8px !default;
|
|
204
|
-
$tab-mob-it-text-margin: 0 0 0 10px !default;
|
|
205
|
-
$tab-rtl-mob-it-text-margin: 0 10px 0 0 !default;
|
|
206
|
-
$tab-rtl-big-it-text-margin: 0 10px 0 0 !default;
|
|
207
|
-
$tab-rtl-nrml-it-text-margin: 0 8px 0 0 !default;
|
|
208
|
-
$tab-big-icon-top-margin: 10px 0 0 !default;
|
|
209
|
-
$tab-nrml-icon-top-margin: 8px 0 0 !default;
|
|
210
|
-
$tab-big-icon-bottom-margin: 0 0 10px !default;
|
|
211
|
-
$tab-nrml-icon-bottom-margin: 0 0 8px !default;
|
|
212
|
-
$tab-big-pop-text-padding-right: 12px !default;
|
|
213
|
-
$tab-nrml-pop-text-padding-right: 10px !default;
|
|
214
|
-
$tab-rtl-big-pop-text-padding-left: 12px !default;
|
|
215
|
-
$tab-rtl-nrml-pop-text-padding-left: 10px !default;
|
|
216
|
-
$tab-big-even-active-text-height: 50px !default;
|
|
217
|
-
$tab-nrml-even-active-text-height: 40px !default;
|
|
218
|
-
$tab-fill-big-even-active-text-height: 50px !default;
|
|
219
|
-
$tab-fill-nrml-even-active-text-height: 40px !default;
|
|
220
|
-
$tab-text-color: $primary !default;
|
|
221
|
-
$tab-disable-text-color: $gray-600 !default;
|
|
222
|
-
$tab-mob-text-color: #317ab9 !default;
|
|
223
|
-
$tab-active-text-color: $gray-700 !default;
|
|
224
|
-
$tab-disable-active-text-color: $gray-600 !default;
|
|
225
|
-
$tab-focus-text-color: darken($primary, 15%) !default;
|
|
226
|
-
$tab-hover-text-color: darken($primary, 15%) !default;
|
|
227
|
-
$tab-pop-active-item-text-color: $tab-active-text-color !default;
|
|
228
|
-
$tab-alt-text-color: $primary !default;
|
|
229
|
-
$tab-alt-disable-text-color: $gray-600 !default;
|
|
230
|
-
$tab-alt-active-text-color: $primary-font !default;
|
|
231
|
-
$tab-alt-active-style-hover-text-color: $gray-900 !default;
|
|
232
|
-
$tab-alt-disable-active-text-color: $gray-600 !default;
|
|
233
|
-
$tab-alt-hover-text-color: darken($gray-600, 7.5%) !default;
|
|
234
|
-
$tab-alt-active-hover-text-color: $primary-font !default;
|
|
235
|
-
|
|
236
|
-
$tab-icon-container-width: auto !default;
|
|
237
|
-
|
|
238
|
-
$tab-big-nav-icon-container-size: 38px !default;
|
|
239
|
-
$tab-nrml-nav-icon-container-size: 32px !default;
|
|
240
|
-
$tab-big-nav-icon-size: 12px !default;
|
|
241
|
-
$tab-nrml-nav-icon-size: 10px !default;
|
|
242
|
-
$tab-mob-nav-icon-size: 16px !default;
|
|
243
|
-
$tab-mob-nav-vicon-size: 12px !default;
|
|
244
|
-
$tab-big-icon-size: 16px !default;
|
|
245
|
-
$tab-nrml-icon-size: 14px !default;
|
|
246
|
-
$tab-mob-icon-size: 20px !default;
|
|
247
|
-
$tab-big-icon-container-size: 24px !default;
|
|
248
|
-
$tab-nrml-icon-container-size: 20px !default;
|
|
249
|
-
$tab-mob-icon-container-size: 20px !default;
|
|
250
|
-
$tab-big-nav-icon-top: 11px !default;
|
|
251
|
-
$tab-nrml-nav-icon-top: 5px !default;
|
|
252
|
-
$tab-big-nav-pop-icon-top: 13px !default;
|
|
253
|
-
$tab-nrml-nav-pop-icon-top: 8px !default;
|
|
254
|
-
$tab-big-hover-nav-pop-icon-top: 0 !default;
|
|
255
|
-
$tab-nrml-hover-nav-pop-icon-top: 0 !default;
|
|
256
|
-
$tab-big-safari-nav-icon-top: 4px !default;
|
|
257
|
-
$tab-nrml-safari-nav-icon-top: 4px !default;
|
|
258
|
-
$tab-big-safari-pop-icon-top: 6px !default;
|
|
259
|
-
$tab-nrml-safari-pop-icon-top: 6px !default;
|
|
260
|
-
$tab-big-ie-nav-icon-line-height: 15px !default;
|
|
261
|
-
$tab-nrml-ie-nav-icon-line-height: 14px !default;
|
|
262
|
-
$tab-big-ie-pop-icon-line-height: 15px !default;
|
|
263
|
-
$tab-nrml-ie-pop-icon-line-height: 15px !default;
|
|
264
|
-
$tab-big-edge-nav-icon-line-height: 13px !default;
|
|
265
|
-
$tab-nrml-edge-nav-icon-line-height: 11px !default;
|
|
266
|
-
$tab-big-edge-pop-icon-line-height: 15px !default;
|
|
267
|
-
$tab-nrml-edge-pop-icon-line-height: 14px !default;
|
|
268
|
-
$tab-comb-icon-color: $gray-700 !default;
|
|
269
|
-
$tab-comb-text-color: #777 !default;
|
|
270
|
-
|
|
271
|
-
$tab-close-icon-size: 12px !default;
|
|
272
|
-
$tab-big-close-icon-size: 12px !default;
|
|
273
|
-
$tab-nrml-close-icon-size: 10px !default;
|
|
274
|
-
$tab-mob-close-icon-size: 12px !default;
|
|
275
|
-
$tab-close-icon-minwidth: 12px !default;
|
|
276
|
-
$tab-big-close-icon-margin: 0 0 0 8px !default;
|
|
277
|
-
$tab-nrml-close-icon-margin: 0 0 0 6px !default;
|
|
278
|
-
$tab-mob-close-icon-margin: 0 0 0 8px !default;
|
|
279
|
-
$tab-rtl-mob-close-icon-margin: 0 8px 0 0 !default;
|
|
280
|
-
$tab-rtl-big-close-icon-margin: 0 10px 0 0 !default;
|
|
281
|
-
$tab-rtl-nrml-close-icon-margin: 0 8px 0 0 !default;
|
|
282
|
-
$tab-rtl-big-pop-close-icon-margin: 0 !default;
|
|
283
|
-
$tab-rtl-nrml-pop-close-icon-margin: 0 !default;
|
|
284
|
-
$tab-big-close-icon-top-bottom-right: 20px !default;
|
|
285
|
-
$tab-nrml-close-icon-top-bottom-right: 15px !default;
|
|
286
|
-
$tab-big-pop-close-icon-top-bottom-right: 24px !default;
|
|
287
|
-
$tab-nrml-pop-close-icon-top-bottom-right: 20px !default;
|
|
288
|
-
$tab-rtl-big-close-icon-top-bottom-right: 0 !default;
|
|
289
|
-
$tab-rtl-nrml-close-icon-top-bottom-right: 0 !default;
|
|
290
|
-
$tab-rtl-big-close-icon-top-bottom-left: 20px !default;
|
|
291
|
-
$tab-rtl-nrml-close-icon-top-bottom-left: 15px !default;
|
|
292
|
-
$tab-rtl-big-pop-close-icon-top-bottom-left: 24px !default;
|
|
293
|
-
$tab-rtl-nrml-pop-close-icon-top-bottom-left: 20px !default;
|
|
294
|
-
$tab-pop-close-icon-right: 16px !default;
|
|
295
|
-
$tab-pop-close-icon-top: 0 !default;
|
|
296
|
-
$tab-rtl-pop-close-icon-left: 16px !default;
|
|
297
|
-
$tab-mob-close-icon-top-bottom-right: 12px !default;
|
|
298
|
-
$tab-rtl-mob-close-icon-top-bottom-left: 12px !default;
|
|
299
|
-
$tab-big-pop-close-top: 0 !default;
|
|
300
|
-
$tab-nrml-pop-close-top: 0 !default;
|
|
301
|
-
$tab-big-safari-close-icon-top: 0 !default;
|
|
302
|
-
$tab-nrml-safari-close-icon-top: -1px !default;
|
|
303
|
-
$tab-close-icon-color: rgba($black, .5) !default;
|
|
304
|
-
$tab-mob-close-icon-color: #777 !default;
|
|
305
|
-
$tab-close-icon-hover-color: rgba($black, .75) !default;
|
|
306
|
-
$tab-close-icon-active-color: rgba($black, .75) !default;
|
|
307
|
-
$tab-alt-close-icon-color: rgba($black, .5) !default;
|
|
308
|
-
$tab-alt-text-color: $primary-font !default;
|
|
309
|
-
$tab-alt-hover-text-color: $primary-font !default;
|
|
310
|
-
$tab-alt-active-text-color: $primary-font !default;
|
|
311
|
-
$tab-alt-active-close-icon-color: $primary-font !default;
|
|
312
|
-
$tab-alt-active-hover-close-icon-color: #fff !default;
|
|
313
|
-
$tab-pop-bg-color: $primary-font !default;
|
|
314
|
-
$tab-pop-border: 1px $black !default;
|
|
315
|
-
$tab-pop-border-radius: 4px !default;
|
|
316
|
-
|
|
317
|
-
$tab-big-nav-right-icon-padding: 0 !default;
|
|
318
|
-
$tab-nrml-nav-right-icon-padding: 0 !default;
|
|
319
|
-
$tab-mob-nav-right-icon-padding: 0 !default;
|
|
320
|
-
$tab-rtl-big-nav-right-icon-padding: 0 !default;
|
|
321
|
-
$tab-rtl-nrml-nav-right-icon-padding: 0 !default;
|
|
322
|
-
$tab-big-nav-left-icon-padding: 0 !default;
|
|
323
|
-
$tab-nrml-nav-left-icon-padding: 0 !default;
|
|
324
|
-
$tab-rtl-big-nav-left-icon-padding: 0 !default;
|
|
325
|
-
$tab-rtl-nrml-nav-left-icon-padding: 0 !default;
|
|
326
|
-
$tab-big-nav-tb-icon-top: 0 !default;
|
|
327
|
-
$tab-nrml-nav-tb-icon-top: 0 !default;
|
|
328
|
-
$tab-big-nav-icons-top: -2px !default;
|
|
329
|
-
$tab-nrml-nav-icons-top: 0 !default;
|
|
330
|
-
$tab-hover-nav-bg-color: darken($gray-600, 7.5%) !default;
|
|
331
|
-
$tab-bg-hover-nav-bg-color: inherit !default;
|
|
332
|
-
$tab-nav-icon-color: $gray-900 !default;
|
|
333
|
-
$tab-alt-nav-icon-color: $gray-900 !default;
|
|
334
|
-
$tab-active-nav-icon-color: $gray-900 !default;
|
|
335
|
-
$tab-hover-nav-icon-color: $primary-font !default;
|
|
336
|
-
$tab-alt-hover-nav-icon-color: $gray-900 !default;
|
|
337
|
-
$tab-disable-nav-icon-color: rgba($gray-600, .65) !default;
|
|
338
|
-
$tab-nav-focus-bg-color: $gray-600 !default;
|
|
339
|
-
$tab-nav-focus-icon-color: $primary-font !default;
|
|
340
|
-
$tab-bg-nav-focus-icon-color: $primary-font !default;
|
|
341
|
-
$tab-pop-icon-color: $gray-900 !default;
|
|
342
|
-
$tab-pop-icon-hover-bg-color: darken($gray-600, 7.5%) !default;
|
|
343
|
-
$tab-pop-icon-hover-border: 1px solid darken($gray-600, 10%) !default;
|
|
344
|
-
$tab-pop-icon-focus-border: 1px solid #adadad !default;
|
|
345
|
-
$tab-pop-icon-active-border: 1px solid #adadad !default;
|
|
346
|
-
$tab-pop-border-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) !default;
|
|
347
|
-
$tab-bg-hover-nav-icon-color: $primary-font !default;
|
|
348
|
-
|
|
349
|
-
$tab-nav-pop-press-border: 3px solid transparent !default;
|
|
350
|
-
$tab-nav-pop-press-active-border: 3px solid $gray-500 !default;
|
|
351
|
-
$tab-pop-box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !default;
|
|
352
|
-
$tab-pop-icon-transition: none !default;
|
|
353
|
-
$tab-pop-up-icon-transform: rotate(0deg) !default;
|
|
354
|
-
$tab-pop-down-icon-transform: rotate(0deg) !default;
|
|
355
|
-
|
|
356
|
-
@mixin tbar-alt-btn-animation-after {
|
|
357
|
-
animation: none;
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
@mixin hscroll-alt-btn-animation-after {
|
|
361
|
-
animation: none;
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
/*! Bootstrap specific themes definition's */
|
|
365
|
-
$tab-alt-focused-active-wrap-focus-or-hover-color: darken($primary, 15%) !default;
|
|
366
|
-
$tab-alt-focused-active-wrap-focus-and-hover-color: darken($primary, 15%) !default;
|
|
367
|
-
$tab-even-active-item-bottom-border-color: #ddd !default;
|
|
368
|
-
$tab-fill-focused-active-wrap-focus-color: darken($primary, 15%) !default;
|
|
369
|
-
$tab-alt-active-wrap-hover-close-color: $primary-font !default;
|
|
370
|
-
$tab-alt-pop-wrap-hover-color: #317ab9 !default;
|
|
371
|
-
$tab-alt-wrap-hover-color: darken($primary, 15%) !default;
|
|
372
|
-
$tab-nav-active-box-shadow: inset 0 0 0 3px rgba($gray-600, .5) !default;
|
|
373
|
-
$tab-nav-focus-border-color: #e6e6e6 !default;
|
|
374
|
-
$tab-alt-nav-hover-bg-color: #e6e6e6 !default;
|
|
375
|
-
|
|
376
|
-
/*! Vertical Tab */
|
|
377
|
-
$tab-vscroll-nrml-padding: 16px 0 !default;
|
|
378
|
-
$tab-vscroll-big-padding: 24px 0 !default;
|
|
379
|
-
$tab-big-v-wrap-padding: 0 16px !default;
|
|
380
|
-
$tab-nrml-v-wrap-padding: 0 12px !default;
|
|
381
|
-
$tab-indicator-display: none !default;
|
|
382
|
-
$tab-nrml-more-btn-line-height: 36px !default;
|
|
383
|
-
$tab-big-more-btn-line-height: 48px !default;
|
|
384
|
-
$tab-pop-more-icon-margin: 0 0 0 8px !default;
|
|
385
|
-
$tab-rtl-pop-more-icon-margin: 0 8px 0 0 !default;
|
|
386
|
-
|
|
387
|
-
$tab-vscroll-nav-border: 1px solid transparent !default;
|
|
388
|
-
$tab-vscroll-nav-border-color: #ddd !default;
|
|
389
|
-
$tab-v-nav-focus-bg-color: #eee !default;
|
|
390
|
-
$tab-v-nav-hover-bg-color: #eee !default;
|
|
391
|
-
$tab-v-popup-box-shadow: $tab-pop-box-shadow !default;
|
|
392
|
-
$tab-v-nav-icon-border-width: 0 !default;
|
|
393
|
-
|
|
394
|
-
$tab-v-big-close-icon-top-bottom-right: -20px !default;
|
|
395
|
-
$tab-v-nrml-close-icon-top-bottom-right: -15px !default;
|
|
396
|
-
$tab-v-rtl-big-close-icon-top-bottom-right: 0 !default;
|
|
397
|
-
$tab-v-rtl-nrml-close-icon-top-bottom-right: 0 !default;
|
|
398
|
-
$tab-v-rtl-big-close-icon-top-bottom-left: -20px !default;
|
|
399
|
-
$tab-v-rtl-nrml-close-icon-top-bottom-left: -15px !default;
|
|
400
|
-
|
|
401
|
-
$tab-v-pop-focus-outline: 0 !default;
|
|
1
|
+
/*! Horizontal Tab */
|
|
2
|
+
$tab-skin: 'bootstrap4' !default;
|
|
3
|
+
$tab-big-vertical-scroll-nav-top-bottom: 23px !default;
|
|
4
|
+
$tab-big-vertical-nav-arrow-size: 24px !default;
|
|
5
|
+
$tab-big-vertical-nav-arrow-font-size: 12px !default;
|
|
6
|
+
$tab-font-family: $font-family !default;
|
|
7
|
+
$tab-nrml-vertical-scroll-nav-top-bottom: 15px !default;
|
|
8
|
+
$tab-nrml-vertical-nav-arrow-size: 16px !default;
|
|
9
|
+
$tab-nrml-vertical-nav-arrow-font-size: 10px !default;
|
|
10
|
+
|
|
11
|
+
$tab-text-transform: capitalize !default;
|
|
12
|
+
$tab-big-height: 42px !default;
|
|
13
|
+
$tab-nrml-height: 32px !default;
|
|
14
|
+
$tab-focus-big-height: 42px !default;
|
|
15
|
+
$tab-focus-nrml-height: 32px !default;
|
|
16
|
+
$tab-active-big-height: 42px !default;
|
|
17
|
+
$tab-active-nrml-height: 32px !default;
|
|
18
|
+
$tab-active-focus-big-height: 42px !default;
|
|
19
|
+
$tab-active-focus-nrml-height: 32px !default;
|
|
20
|
+
$tab-big-fill-height: 42px !default;
|
|
21
|
+
$tab-nrml-fill-height: 32px !default;
|
|
22
|
+
$tab-mob-fill-height: 42px !default;
|
|
23
|
+
$tab-focus-big-fill-height: 42px !default;
|
|
24
|
+
$tab-focus-nrml-fill-height: 32px !default;
|
|
25
|
+
$tab-disable-cnt-opacity: .38 !default;
|
|
26
|
+
$tab-big-tb-icon-height: 72px !default;
|
|
27
|
+
$tab-nrml-tb-icon-height: 62px !default;
|
|
28
|
+
$tab-content-font-color: #000 !default;
|
|
29
|
+
|
|
30
|
+
$tab-border-width: 2px !default;
|
|
31
|
+
$tab-border-style: $tab-border-width Solid !default;
|
|
32
|
+
$tab-focus-outline: 0 !default;
|
|
33
|
+
$tab-active-focus-outline: 0 !default;
|
|
34
|
+
$tab-active-text-item-border: 0 !default;
|
|
35
|
+
$tab-disable-active-text-item-border: 0 !default;
|
|
36
|
+
$tab-alt-active-item-border: $tab-border-style #555 !default;
|
|
37
|
+
$tab-accent-active-item-border: $tab-border-style #555 !default;
|
|
38
|
+
$tab-fill-hdr-border: 0 !default;
|
|
39
|
+
$tab-fill-disable-hdr-border: 0 !default;
|
|
40
|
+
$tab-anim-border-display: none !default;
|
|
41
|
+
$tab-border-color: $gray-300 !default;
|
|
42
|
+
$tab-hover-border-color: $gray-200 !default;
|
|
43
|
+
$tab-disable-border-color: rgba($gray-300, .38) !default;
|
|
44
|
+
$tab-alt-border-color: $gray-300 !default;
|
|
45
|
+
$tab-alt-disable-border-color: rgba($gray-300, .38) !default;
|
|
46
|
+
$tab-bg-color: transparent !default;
|
|
47
|
+
$tab-border: none !default;
|
|
48
|
+
|
|
49
|
+
$tab-alt-hdr-bg-color: inherit !default;
|
|
50
|
+
$tab-focus-hscroll-content-padding: 1px 0 !default;
|
|
51
|
+
$tab-hdr-bdr-color: $gray-300 !default;
|
|
52
|
+
$tab-hdr-border: 1px solid #ddd !default;
|
|
53
|
+
$tab-hdr-border-width: 0 0 1px 0 !default;
|
|
54
|
+
$tab-alt-hdr-border: 0 !default;
|
|
55
|
+
|
|
56
|
+
$tab-items-border: 1px solid #ddd !default;
|
|
57
|
+
|
|
58
|
+
$tab-big-item-margin: 0 2px 0 0 !default;
|
|
59
|
+
$tab-nrml-item-margin: 0 2px 0 0 !default;
|
|
60
|
+
$tab-big-item-padding: 0 !default;
|
|
61
|
+
$tab-nrml-item-padding: 0 !default;
|
|
62
|
+
$tab-big-icon-top-bottom-item-height: 72px !default;
|
|
63
|
+
$tab-nrml-icon-top-bottom-item-height: 62px !default;
|
|
64
|
+
$tab-pop-big-icon-top-bottom-item-height: 50px !default;
|
|
65
|
+
$tab-pop-nrml-icon-top-bottom-item-height: 40px !default;
|
|
66
|
+
$tab-big-focus-icon-top-bottom-item-height: 72px !default;
|
|
67
|
+
$tab-nrml-focus-icon-top-bottom-item-height: 62px !default;
|
|
68
|
+
$tab-big-fill-icon-top-bottom-item-height: 72px !default;
|
|
69
|
+
$tab-nrml-fill-icon-top-bottom-item-height: 62px !default;
|
|
70
|
+
$tab-big-focus-fill-icon-top-bottom-item-height: 72px !default;
|
|
71
|
+
$tab-nrml-focus-fill-icon-top-bottom-item-height: 62px !default;
|
|
72
|
+
$tab-big-first-item-margin: 0 !default;
|
|
73
|
+
$tab-nrml-first-item-margin: 0 !default;
|
|
74
|
+
$tab-big-last-item-margin: 0 2px 0 0 !default;
|
|
75
|
+
$tab-nrml-last-item-margin: 0 !default;
|
|
76
|
+
$tab-big-active-last-item-margin: 0 2px 0 0 !default;
|
|
77
|
+
$tab-nrml-active-last-item-margin: 0 2px 0 0 !default;
|
|
78
|
+
$tab-big-scroll-last-item-margin: 0 2px 0 0 !default;
|
|
79
|
+
$tab-nrml-scroll-last-item-margin: 0 2px 0 0 !default;
|
|
80
|
+
$tab-nrml-active-scroll-last-item-margin: 0 2px 0 0 !default;
|
|
81
|
+
$tab-mob-last-item-margin: 0 2px 0 0 !default;
|
|
82
|
+
$tab-big-even-last-item-margin: 0 2px 0 0 !default;
|
|
83
|
+
$tab-nrml-even-last-item-margin: 0 2px 0 0 !default;
|
|
84
|
+
$tab-mob-even-last-item-margin: 0 2px 0 0 !default;
|
|
85
|
+
$tab-big-alt-first-item-margin: 0 !default;
|
|
86
|
+
$tab-nrml-alt-first-item-margin: 0 !default;
|
|
87
|
+
$tab-pop-item-margin: 0 !default;
|
|
88
|
+
$tab-big-pop-item-height: 40px !default;
|
|
89
|
+
$tab-nrml-pop-item-height: 26px !default;
|
|
90
|
+
$tab-alt-item-margin: 0 2px 0 0 !default;
|
|
91
|
+
$tab-big-rtl-item-margin: 0 !default;
|
|
92
|
+
$tab-nrml-rtl-item-margin: 0 !default;
|
|
93
|
+
$tab-big-rtl-alt-item-margin: 0 0 0 2px !default;
|
|
94
|
+
$tab-nrml-rtl-alt-item-margin: 0 0 0 2px !default;
|
|
95
|
+
$tab-mob-pop-item-height: 50px !default;
|
|
96
|
+
$tab-ripple-bg-color: rgba($gray-300, 0) !default;
|
|
97
|
+
$tab-fill-ripple-bg-color: rgba($gray-300, 0) !default;
|
|
98
|
+
$tab-alt-ripple-bg-color: rgba($gray-300, 0) !default;
|
|
99
|
+
$tab-item-border: 1px solid transparent !default;
|
|
100
|
+
$tab-alt-item-border: 0 !default;
|
|
101
|
+
$tab-active-item-border: 1px solid $gray-300 !default;
|
|
102
|
+
$tab-active-item-hide-border: 1px solid $primary-font !default;
|
|
103
|
+
$tab-active-item-border-color: $primary-font !default;
|
|
104
|
+
$tab-big-boot-item-margin: 0 2px 0 0 !default;
|
|
105
|
+
$tab-nrml-boot-item-margin: 0 2px 0 0 !default;
|
|
106
|
+
$tab-big-scroll-boot-item-margin: 0 2px 0 0 !default;
|
|
107
|
+
$tab-nrml-scroll-boot-item-margin: 0 2px 0 0 !default;
|
|
108
|
+
$tab-mob-boot-item-margin: 0 2px 0 0 !default;
|
|
109
|
+
$tab-big-even-boot-item-margin: 0 2px 0 0 !default;
|
|
110
|
+
$tab-nrml-even-boot-item-margin: 0 2px 0 0 !default;
|
|
111
|
+
$tab-mob-even-boot-item-margin: 0 2px 0 0 !default;
|
|
112
|
+
$tab-big-boot-active-item-padding-bottom: 0 !default;
|
|
113
|
+
$tab-nrml-boot-active-item-padding-bottom: 0 !default;
|
|
114
|
+
$tab-big-even-boot-active-item-padding-bottom: 1px !default;
|
|
115
|
+
$tab-nrml-even-boot-active-item-padding-bottom: 0 !default;
|
|
116
|
+
$tab-active-item-border-radius: 4px !default;
|
|
117
|
+
$tab-item-wrap-border-radius: 4px !default;
|
|
118
|
+
$tab-top-active-item-border-radius: 4px 4px 0 0 !default;
|
|
119
|
+
$tab-bottom-active-item-border-radius: 0 0 4px 4px !default;
|
|
120
|
+
$tab-left-active-item-border-radius: 4px 0 0 4px !default;
|
|
121
|
+
$tab-right-active-item-border-radius: 0 4px 4px 0 !default;
|
|
122
|
+
$tab-hscroll-item-padding: 0 !default;
|
|
123
|
+
$tab-big-item-last-child-padding-bottom: 3px !default;
|
|
124
|
+
$tab-nrml-item-last-child-padding-bottom: 1px !default;
|
|
125
|
+
|
|
126
|
+
$tab-big-wrap-padding: 0 16px !default;
|
|
127
|
+
$tab-nrml-wrap-padding: 0 12px !default;
|
|
128
|
+
$tab-mob-wrap-padding: 0 15px !default;
|
|
129
|
+
$tab-pop-padding: 5px 0 !default;
|
|
130
|
+
$tab-big-pop-item-wrap-padding: 0 24px !default;
|
|
131
|
+
$tab-nrml-pop-item-wrap-padding: 0 20px !default;
|
|
132
|
+
$tab-mob-pop-item-wrap-padding: 0 24px !default;
|
|
133
|
+
$tab-big-io-text-wrap-width: auto !default;
|
|
134
|
+
$tab-nrml-io-text-wrap-width: auto !default;
|
|
135
|
+
$tab-big-io-wrap-padding: 0 20px !default;
|
|
136
|
+
$tab-nrml-io-wrap-padding: 0 15px !default;
|
|
137
|
+
$tab-wrap-focus-margin-right: 0 !default;
|
|
138
|
+
$tab-wrap-focus-margin-left: 0 !default;
|
|
139
|
+
$tab-big-ileft-active-text-wrap-padding: 0 !default;
|
|
140
|
+
$tab-nrml-ileft-active-text-wrap-padding: 0 !default;
|
|
141
|
+
$tab-big-even-ileft-active-text-wrap-margin: 0 !default;
|
|
142
|
+
$tab-nrml-even-ileft-active-text-wrap-margin: 0 !default;
|
|
143
|
+
$tab-big-fill-tb-wrap-height: 50px !default;
|
|
144
|
+
$tab-nrml-fill-tb-wrap-height: 44px !default;
|
|
145
|
+
$tab-focus-bg-color: #eee !default;
|
|
146
|
+
$tab-fill-focus-bg-color: #eee !default;
|
|
147
|
+
$tab-hover-bg-color: darken($gray-100, 2%) !default;
|
|
148
|
+
$tab-active-bg-color: $primary !default;
|
|
149
|
+
$tab-fill-active-bg-color: $primary !default;
|
|
150
|
+
$tab-fill-disable-active-bg-color: #317ab9 !default;
|
|
151
|
+
$tab-alt-active-bg-color: $primary !default;
|
|
152
|
+
$tab-alt-disable-active-bg-color: #317ab9 !default;
|
|
153
|
+
$tab-alt-item-bg-color: inherit !default;
|
|
154
|
+
$tab-alt-active-focus-bg-color: $primary !default;
|
|
155
|
+
$tab-key-alt-active-focus-bg-color: #eee !default;
|
|
156
|
+
$tab-alt-hover-bg-color: #eee !default;
|
|
157
|
+
$tab-alt-focus-top-bottom-bg-color: inherit !default;
|
|
158
|
+
$tab-fill-active-wrap-corner: 3px 3px 0 0 !default;
|
|
159
|
+
$tab-fill-even-active-wrap-corner: 0 0 3px 3px !default;
|
|
160
|
+
$tab-alt-tb-active-bg-color: #317ab9 !default;
|
|
161
|
+
$tab-fill-big-wrap-padding: 0 20px !default;
|
|
162
|
+
$tab-fill-nrml-wrap-padding: 0 15px !default;
|
|
163
|
+
$tab-mob-fill-wrap-padding: 0 15px !default;
|
|
164
|
+
$tab-bg-big-wrap-padding: 0 20px !default;
|
|
165
|
+
$tab-bg-nrml-wrap-padding: 0 15px !default;
|
|
166
|
+
$tab-item-hover-bg-color: transparent !default;
|
|
167
|
+
$tab-mob-item-hover-bg-color: initial !default;
|
|
168
|
+
$tab-pop-text-color: $gray-900 !default;
|
|
169
|
+
$tab-alt-disable-active-item-opacity: .65 !default;
|
|
170
|
+
$tab-big-active-item-wrap-margin-bottom: 1px !default;
|
|
171
|
+
$tab-nrml-active-item-wrap-margin-bottom: 0 !default;
|
|
172
|
+
$tab-fill-big-active-item-wrap-margin-bottom: 0 !default;
|
|
173
|
+
$tab-fill-nrml-active-item-wrap-margin-bottom: 0 !default;
|
|
174
|
+
$tab-bg-big-active-item-wrap-margin-bottom: 0 !default;
|
|
175
|
+
$tab-bg-nrml-active-item-wrap-margin-bottom: 0 !default;
|
|
176
|
+
$tab-alt-big-active-item-padding: 0 !default;
|
|
177
|
+
$tab-alt-nrml-active-item-padding: 0 !default;
|
|
178
|
+
|
|
179
|
+
$tab-active-text-container-margin: 0 !default;
|
|
180
|
+
$tab-big-text-container-margin-right: 22px !default;
|
|
181
|
+
$tab-nrml-text-container-margin-right: 20px !default;
|
|
182
|
+
$tab-rtl-big-text-container-margin-right: 0 !default;
|
|
183
|
+
$tab-rtl-nrml-text-container-margin-right: 0 !default;
|
|
184
|
+
$tab-rtl-big-text-container-margin-left: 22px !default;
|
|
185
|
+
$tab-rtl-nrml-text-container-margin-left: 20px !default;
|
|
186
|
+
$tab-big-active-text-container-height: 42px !default;
|
|
187
|
+
$tab-nrml-active-text-container-height: 32px !default;
|
|
188
|
+
$tab-big-active-it-text-container-height: 42px !default;
|
|
189
|
+
$tab-nrml-active-it-text-container-height: 32px !default;
|
|
190
|
+
$tab-fill-big-active-it-text-container-height: 42px !default;
|
|
191
|
+
$tab-fill-nrml-active-it-text-container-height: 32px !default;
|
|
192
|
+
$tab-big-even-active-text-container-height: 42px !default;
|
|
193
|
+
$tab-nrml-even-active-text-container-height: 32px !default;
|
|
194
|
+
$tab-even-active-text-container-padding: 0 !default;
|
|
195
|
+
$tab-even-active-text-container-margin: 0 !default;
|
|
196
|
+
|
|
197
|
+
$tab-big-font-size: 16px !default;
|
|
198
|
+
$tab-nrml-font-size: 14px !default;
|
|
199
|
+
$tab-font-weight: 400 !default;
|
|
200
|
+
$tab-semi-font-weight: 400 !default;
|
|
201
|
+
$tab-light-font-weight: 400 !default;
|
|
202
|
+
$tab-big-it-text-margin: 0 0 0 12px !default;
|
|
203
|
+
$tab-nrml-it-text-margin: 0 0 0 8px !default;
|
|
204
|
+
$tab-mob-it-text-margin: 0 0 0 10px !default;
|
|
205
|
+
$tab-rtl-mob-it-text-margin: 0 10px 0 0 !default;
|
|
206
|
+
$tab-rtl-big-it-text-margin: 0 10px 0 0 !default;
|
|
207
|
+
$tab-rtl-nrml-it-text-margin: 0 8px 0 0 !default;
|
|
208
|
+
$tab-big-icon-top-margin: 10px 0 0 !default;
|
|
209
|
+
$tab-nrml-icon-top-margin: 8px 0 0 !default;
|
|
210
|
+
$tab-big-icon-bottom-margin: 0 0 10px !default;
|
|
211
|
+
$tab-nrml-icon-bottom-margin: 0 0 8px !default;
|
|
212
|
+
$tab-big-pop-text-padding-right: 12px !default;
|
|
213
|
+
$tab-nrml-pop-text-padding-right: 10px !default;
|
|
214
|
+
$tab-rtl-big-pop-text-padding-left: 12px !default;
|
|
215
|
+
$tab-rtl-nrml-pop-text-padding-left: 10px !default;
|
|
216
|
+
$tab-big-even-active-text-height: 50px !default;
|
|
217
|
+
$tab-nrml-even-active-text-height: 40px !default;
|
|
218
|
+
$tab-fill-big-even-active-text-height: 50px !default;
|
|
219
|
+
$tab-fill-nrml-even-active-text-height: 40px !default;
|
|
220
|
+
$tab-text-color: $primary !default;
|
|
221
|
+
$tab-disable-text-color: $gray-600 !default;
|
|
222
|
+
$tab-mob-text-color: #317ab9 !default;
|
|
223
|
+
$tab-active-text-color: $gray-700 !default;
|
|
224
|
+
$tab-disable-active-text-color: $gray-600 !default;
|
|
225
|
+
$tab-focus-text-color: darken($primary, 15%) !default;
|
|
226
|
+
$tab-hover-text-color: darken($primary, 15%) !default;
|
|
227
|
+
$tab-pop-active-item-text-color: $tab-active-text-color !default;
|
|
228
|
+
$tab-alt-text-color: $primary !default;
|
|
229
|
+
$tab-alt-disable-text-color: $gray-600 !default;
|
|
230
|
+
$tab-alt-active-text-color: $primary-font !default;
|
|
231
|
+
$tab-alt-active-style-hover-text-color: $gray-900 !default;
|
|
232
|
+
$tab-alt-disable-active-text-color: $gray-600 !default;
|
|
233
|
+
$tab-alt-hover-text-color: darken($gray-600, 7.5%) !default;
|
|
234
|
+
$tab-alt-active-hover-text-color: $primary-font !default;
|
|
235
|
+
|
|
236
|
+
$tab-icon-container-width: auto !default;
|
|
237
|
+
|
|
238
|
+
$tab-big-nav-icon-container-size: 38px !default;
|
|
239
|
+
$tab-nrml-nav-icon-container-size: 32px !default;
|
|
240
|
+
$tab-big-nav-icon-size: 12px !default;
|
|
241
|
+
$tab-nrml-nav-icon-size: 10px !default;
|
|
242
|
+
$tab-mob-nav-icon-size: 16px !default;
|
|
243
|
+
$tab-mob-nav-vicon-size: 12px !default;
|
|
244
|
+
$tab-big-icon-size: 16px !default;
|
|
245
|
+
$tab-nrml-icon-size: 14px !default;
|
|
246
|
+
$tab-mob-icon-size: 20px !default;
|
|
247
|
+
$tab-big-icon-container-size: 24px !default;
|
|
248
|
+
$tab-nrml-icon-container-size: 20px !default;
|
|
249
|
+
$tab-mob-icon-container-size: 20px !default;
|
|
250
|
+
$tab-big-nav-icon-top: 11px !default;
|
|
251
|
+
$tab-nrml-nav-icon-top: 5px !default;
|
|
252
|
+
$tab-big-nav-pop-icon-top: 13px !default;
|
|
253
|
+
$tab-nrml-nav-pop-icon-top: 8px !default;
|
|
254
|
+
$tab-big-hover-nav-pop-icon-top: 0 !default;
|
|
255
|
+
$tab-nrml-hover-nav-pop-icon-top: 0 !default;
|
|
256
|
+
$tab-big-safari-nav-icon-top: 4px !default;
|
|
257
|
+
$tab-nrml-safari-nav-icon-top: 4px !default;
|
|
258
|
+
$tab-big-safari-pop-icon-top: 6px !default;
|
|
259
|
+
$tab-nrml-safari-pop-icon-top: 6px !default;
|
|
260
|
+
$tab-big-ie-nav-icon-line-height: 15px !default;
|
|
261
|
+
$tab-nrml-ie-nav-icon-line-height: 14px !default;
|
|
262
|
+
$tab-big-ie-pop-icon-line-height: 15px !default;
|
|
263
|
+
$tab-nrml-ie-pop-icon-line-height: 15px !default;
|
|
264
|
+
$tab-big-edge-nav-icon-line-height: 13px !default;
|
|
265
|
+
$tab-nrml-edge-nav-icon-line-height: 11px !default;
|
|
266
|
+
$tab-big-edge-pop-icon-line-height: 15px !default;
|
|
267
|
+
$tab-nrml-edge-pop-icon-line-height: 14px !default;
|
|
268
|
+
$tab-comb-icon-color: $gray-700 !default;
|
|
269
|
+
$tab-comb-text-color: #777 !default;
|
|
270
|
+
|
|
271
|
+
$tab-close-icon-size: 12px !default;
|
|
272
|
+
$tab-big-close-icon-size: 12px !default;
|
|
273
|
+
$tab-nrml-close-icon-size: 10px !default;
|
|
274
|
+
$tab-mob-close-icon-size: 12px !default;
|
|
275
|
+
$tab-close-icon-minwidth: 12px !default;
|
|
276
|
+
$tab-big-close-icon-margin: 0 0 0 8px !default;
|
|
277
|
+
$tab-nrml-close-icon-margin: 0 0 0 6px !default;
|
|
278
|
+
$tab-mob-close-icon-margin: 0 0 0 8px !default;
|
|
279
|
+
$tab-rtl-mob-close-icon-margin: 0 8px 0 0 !default;
|
|
280
|
+
$tab-rtl-big-close-icon-margin: 0 10px 0 0 !default;
|
|
281
|
+
$tab-rtl-nrml-close-icon-margin: 0 8px 0 0 !default;
|
|
282
|
+
$tab-rtl-big-pop-close-icon-margin: 0 !default;
|
|
283
|
+
$tab-rtl-nrml-pop-close-icon-margin: 0 !default;
|
|
284
|
+
$tab-big-close-icon-top-bottom-right: 20px !default;
|
|
285
|
+
$tab-nrml-close-icon-top-bottom-right: 15px !default;
|
|
286
|
+
$tab-big-pop-close-icon-top-bottom-right: 24px !default;
|
|
287
|
+
$tab-nrml-pop-close-icon-top-bottom-right: 20px !default;
|
|
288
|
+
$tab-rtl-big-close-icon-top-bottom-right: 0 !default;
|
|
289
|
+
$tab-rtl-nrml-close-icon-top-bottom-right: 0 !default;
|
|
290
|
+
$tab-rtl-big-close-icon-top-bottom-left: 20px !default;
|
|
291
|
+
$tab-rtl-nrml-close-icon-top-bottom-left: 15px !default;
|
|
292
|
+
$tab-rtl-big-pop-close-icon-top-bottom-left: 24px !default;
|
|
293
|
+
$tab-rtl-nrml-pop-close-icon-top-bottom-left: 20px !default;
|
|
294
|
+
$tab-pop-close-icon-right: 16px !default;
|
|
295
|
+
$tab-pop-close-icon-top: 0 !default;
|
|
296
|
+
$tab-rtl-pop-close-icon-left: 16px !default;
|
|
297
|
+
$tab-mob-close-icon-top-bottom-right: 12px !default;
|
|
298
|
+
$tab-rtl-mob-close-icon-top-bottom-left: 12px !default;
|
|
299
|
+
$tab-big-pop-close-top: 0 !default;
|
|
300
|
+
$tab-nrml-pop-close-top: 0 !default;
|
|
301
|
+
$tab-big-safari-close-icon-top: 0 !default;
|
|
302
|
+
$tab-nrml-safari-close-icon-top: -1px !default;
|
|
303
|
+
$tab-close-icon-color: rgba($black, .5) !default;
|
|
304
|
+
$tab-mob-close-icon-color: #777 !default;
|
|
305
|
+
$tab-close-icon-hover-color: rgba($black, .75) !default;
|
|
306
|
+
$tab-close-icon-active-color: rgba($black, .75) !default;
|
|
307
|
+
$tab-alt-close-icon-color: rgba($black, .5) !default;
|
|
308
|
+
$tab-alt-text-color: $primary-font !default;
|
|
309
|
+
$tab-alt-hover-text-color: $primary-font !default;
|
|
310
|
+
$tab-alt-active-text-color: $primary-font !default;
|
|
311
|
+
$tab-alt-active-close-icon-color: $primary-font !default;
|
|
312
|
+
$tab-alt-active-hover-close-icon-color: #fff !default;
|
|
313
|
+
$tab-pop-bg-color: $primary-font !default;
|
|
314
|
+
$tab-pop-border: 1px $black !default;
|
|
315
|
+
$tab-pop-border-radius: 4px !default;
|
|
316
|
+
|
|
317
|
+
$tab-big-nav-right-icon-padding: 0 !default;
|
|
318
|
+
$tab-nrml-nav-right-icon-padding: 0 !default;
|
|
319
|
+
$tab-mob-nav-right-icon-padding: 0 !default;
|
|
320
|
+
$tab-rtl-big-nav-right-icon-padding: 0 !default;
|
|
321
|
+
$tab-rtl-nrml-nav-right-icon-padding: 0 !default;
|
|
322
|
+
$tab-big-nav-left-icon-padding: 0 !default;
|
|
323
|
+
$tab-nrml-nav-left-icon-padding: 0 !default;
|
|
324
|
+
$tab-rtl-big-nav-left-icon-padding: 0 !default;
|
|
325
|
+
$tab-rtl-nrml-nav-left-icon-padding: 0 !default;
|
|
326
|
+
$tab-big-nav-tb-icon-top: 0 !default;
|
|
327
|
+
$tab-nrml-nav-tb-icon-top: 0 !default;
|
|
328
|
+
$tab-big-nav-icons-top: -2px !default;
|
|
329
|
+
$tab-nrml-nav-icons-top: 0 !default;
|
|
330
|
+
$tab-hover-nav-bg-color: darken($gray-600, 7.5%) !default;
|
|
331
|
+
$tab-bg-hover-nav-bg-color: inherit !default;
|
|
332
|
+
$tab-nav-icon-color: $gray-900 !default;
|
|
333
|
+
$tab-alt-nav-icon-color: $gray-900 !default;
|
|
334
|
+
$tab-active-nav-icon-color: $gray-900 !default;
|
|
335
|
+
$tab-hover-nav-icon-color: $primary-font !default;
|
|
336
|
+
$tab-alt-hover-nav-icon-color: $gray-900 !default;
|
|
337
|
+
$tab-disable-nav-icon-color: rgba($gray-600, .65) !default;
|
|
338
|
+
$tab-nav-focus-bg-color: $gray-600 !default;
|
|
339
|
+
$tab-nav-focus-icon-color: $primary-font !default;
|
|
340
|
+
$tab-bg-nav-focus-icon-color: $primary-font !default;
|
|
341
|
+
$tab-pop-icon-color: $gray-900 !default;
|
|
342
|
+
$tab-pop-icon-hover-bg-color: darken($gray-600, 7.5%) !default;
|
|
343
|
+
$tab-pop-icon-hover-border: 1px solid darken($gray-600, 10%) !default;
|
|
344
|
+
$tab-pop-icon-focus-border: 1px solid #adadad !default;
|
|
345
|
+
$tab-pop-icon-active-border: 1px solid #adadad !default;
|
|
346
|
+
$tab-pop-border-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) !default;
|
|
347
|
+
$tab-bg-hover-nav-icon-color: $primary-font !default;
|
|
348
|
+
|
|
349
|
+
$tab-nav-pop-press-border: 3px solid transparent !default;
|
|
350
|
+
$tab-nav-pop-press-active-border: 3px solid $gray-500 !default;
|
|
351
|
+
$tab-pop-box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !default;
|
|
352
|
+
$tab-pop-icon-transition: none !default;
|
|
353
|
+
$tab-pop-up-icon-transform: rotate(0deg) !default;
|
|
354
|
+
$tab-pop-down-icon-transform: rotate(0deg) !default;
|
|
355
|
+
|
|
356
|
+
@mixin tbar-alt-btn-animation-after {
|
|
357
|
+
animation: none;
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
@mixin hscroll-alt-btn-animation-after {
|
|
361
|
+
animation: none;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
/*! Bootstrap specific themes definition's */
|
|
365
|
+
$tab-alt-focused-active-wrap-focus-or-hover-color: darken($primary, 15%) !default;
|
|
366
|
+
$tab-alt-focused-active-wrap-focus-and-hover-color: darken($primary, 15%) !default;
|
|
367
|
+
$tab-even-active-item-bottom-border-color: #ddd !default;
|
|
368
|
+
$tab-fill-focused-active-wrap-focus-color: darken($primary, 15%) !default;
|
|
369
|
+
$tab-alt-active-wrap-hover-close-color: $primary-font !default;
|
|
370
|
+
$tab-alt-pop-wrap-hover-color: #317ab9 !default;
|
|
371
|
+
$tab-alt-wrap-hover-color: darken($primary, 15%) !default;
|
|
372
|
+
$tab-nav-active-box-shadow: inset 0 0 0 3px rgba($gray-600, .5) !default;
|
|
373
|
+
$tab-nav-focus-border-color: #e6e6e6 !default;
|
|
374
|
+
$tab-alt-nav-hover-bg-color: #e6e6e6 !default;
|
|
375
|
+
|
|
376
|
+
/*! Vertical Tab */
|
|
377
|
+
$tab-vscroll-nrml-padding: 16px 0 !default;
|
|
378
|
+
$tab-vscroll-big-padding: 24px 0 !default;
|
|
379
|
+
$tab-big-v-wrap-padding: 0 16px !default;
|
|
380
|
+
$tab-nrml-v-wrap-padding: 0 12px !default;
|
|
381
|
+
$tab-indicator-display: none !default;
|
|
382
|
+
$tab-nrml-more-btn-line-height: 36px !default;
|
|
383
|
+
$tab-big-more-btn-line-height: 48px !default;
|
|
384
|
+
$tab-pop-more-icon-margin: 0 0 0 8px !default;
|
|
385
|
+
$tab-rtl-pop-more-icon-margin: 0 8px 0 0 !default;
|
|
386
|
+
|
|
387
|
+
$tab-vscroll-nav-border: 1px solid transparent !default;
|
|
388
|
+
$tab-vscroll-nav-border-color: #ddd !default;
|
|
389
|
+
$tab-v-nav-focus-bg-color: #eee !default;
|
|
390
|
+
$tab-v-nav-hover-bg-color: #eee !default;
|
|
391
|
+
$tab-v-popup-box-shadow: $tab-pop-box-shadow !default;
|
|
392
|
+
$tab-v-nav-icon-border-width: 0 !default;
|
|
393
|
+
|
|
394
|
+
$tab-v-big-close-icon-top-bottom-right: -20px !default;
|
|
395
|
+
$tab-v-nrml-close-icon-top-bottom-right: -15px !default;
|
|
396
|
+
$tab-v-rtl-big-close-icon-top-bottom-right: 0 !default;
|
|
397
|
+
$tab-v-rtl-nrml-close-icon-top-bottom-right: 0 !default;
|
|
398
|
+
$tab-v-rtl-big-close-icon-top-bottom-left: -20px !default;
|
|
399
|
+
$tab-v-rtl-nrml-close-icon-top-bottom-left: -15px !default;
|
|
400
|
+
|
|
401
|
+
$tab-v-pop-focus-outline: 0 !default;
|