...
$style : 'tabs-option-1', 'tabs-option-2', 'tabs-option-3', 'tabs-option-4' | Sets the tab style option
$barbackground : hex | Sets the background color for the tabs bar [Advanced configuration only]
$textcolor : hex | Sets the text color for the tabs inactive tab text [Advanced configuration only]
$textcoloractive : hex | Sets the text color for active tab text [Advanced configuration only]
$activebackground: hex | Sets the color for the active tab background. Only applies to ‘tabs-option-3’ and ‘tabs-option-4’
Code Block |
---|
@include tabs-design( $activebackground: #ffffff, $style: 'tabs-option-31', $barbackground: #f6f6f6, $textcoloractive: #ebebeb#141e55, $textcolor: #4a4a4a#{map-deep-get($theme-colors, 'text')} ); |