// Foundation for Sites by ZURB // foundation.zurb.com // Licensed under MIT Open Source //// /// @group tabs //// /// Default margin of the tab bar. /// @type Number $tab-margin: 0 !default; /// Default background color of a tab bar. /// @type Color $tab-background: $white !default; /// active background color of a tab bar. /// @type Color $tab-background-active: $light-gray !default; /// Font size of tab items. /// @type Number $tab-item-font-size: rem-calc(12) !default; /// Default background color on hover for items in a Menu. $tab-item-background-hover: $white !default; /// Default padding of a tab item. /// @type Number $tab-item-padding: 1.25rem 1.5rem !default; /// Maximum number of `expand-n` classes to include in the CSS. /// @type Number $tab-expand-max: 6 !default; /// Default background color of tab content. /// @type Color $tab-content-background: $white !default; /// Default border color of tab content. /// @type Color $tab-content-border: $light-gray !default; /// Default text color of tab content. /// @type Color $tab-content-color: foreground($tab-background, $primary-color) !default; /// Default padding for tab content. /// @type Number | List $tab-content-padding: 1rem !default; /// Adds styles for a tab container. Apply this to a `