13693261870
2022-09-16 354b3dbfbffb3df45212a2a44dbbf48b4acc2594
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$tab-base-color: #616f8c !default;
$tab-base-color-over: lighten(#616f8c, 5) !default;
$tab-base-color-active: $orange !default;
$tab-height: 27px !default;
$tab-color: #fff !default;
$tab-color-active: $tab-color !default;
$tab-inner-border-width: 0 !default;
$tab-border-color: #2e3746 !default;
$tab-border-color-active: #74400e !default;
$tab-background-gradient: null !default;
$tab-background-gradient-over: null !default;
$tab-background-gradient-active: null !default;
$tab-background-gradient-disabled: null !default;
$tab-closable-icon: 'tabs/tab-close' !default;
$tab-closable-background-position: top right !default;
$tab-closable-width: 16px !default;