Форк Rambox
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

15 lines
637 B

$tab-base-color: #616f8c !default;
$tab-base-color-over: lighten(#616f8c, 5) !default;
$tab-base-color-active: $orange !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;