mirror of https://github.com/lukechilds/docs.git
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.
74 lines
1.4 KiB
74 lines
1.4 KiB
//
|
|
// Component: Tab
|
|
//
|
|
// ========================================================================
|
|
|
|
|
|
// Variables
|
|
// ========================================================================
|
|
|
|
//
|
|
// New
|
|
//
|
|
|
|
$tab-border-width: $global-border-width !default;
|
|
$tab-border: $global-border !default;
|
|
|
|
$tab-item-border-width: $global-border-width !default;
|
|
$tab-item-font-size: $global-small-font-size !default;
|
|
$tab-item-text-transform: uppercase !default;
|
|
|
|
$tab-item-active-border: $global-primary-background !default;
|
|
|
|
|
|
// Component
|
|
// ========================================================================
|
|
|
|
|
|
|
|
|
|
// Items
|
|
// ========================================================================
|
|
|
|
|
|
|
|
// @mixin hook-tab-item-hover(){}
|
|
|
|
|
|
|
|
// @mixin hook-tab-item-disabled(){}
|
|
|
|
|
|
// Position modifiers
|
|
// ========================================================================
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Miscellaneous
|
|
// ========================================================================
|
|
|
|
|
|
|
|
|
|
// Inverse
|
|
// ========================================================================
|
|
|
|
$inverse-tab-border: $inverse-global-border !default;
|
|
|
|
|
|
|
|
// @mixin hook-inverse-tab-item(){}
|
|
// @mixin hook-inverse-tab-item-hover(){}
|
|
|
|
// @mixin hook-inverse-tab-item-disabled(){}
|