react-toolbox/components/tabs/_config.scss

12 lines
502 B
SCSS
Raw Normal View History

2015-10-21 02:12:31 +03:00
$tab-label-disabled-opacity: .2;
$tab-label-h-padding: 1.2 * $unit;
$tab-label-height: 4.8 * $unit;
$tab-text-height: 1.4 * $unit;
$tab-label-v-padding: ($tab-label-height - $tab-text-height) / 2;
$tab-navigation-border-color: $color-divider;
$tab-pointer-color: unquote("rgb(#{$color-primary})") !default;
$tab-pointer-height: .2 * $unit;
$tab-text: $color-black !default;
$tab-text-color: unquote("rgb(#{$tab-text})") !default;
$tab-text-inactive-color: unquote("rgba(#{$tab-text}, 0.70)") !default;