diff --git a/docs/customization/tab.html b/docs/customization/tab.html index 0618891..09f6cd9 100644 --- a/docs/customization/tab.html +++ b/docs/customization/tab.html @@ -66,6 +66,93 @@ +
+
+
+

Tab styling

+
+

The tab module contains definitions for tab styling, using custom classes and structures.


+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Variables
VariableTypeDescriptionSample value
$tab-container-nameStringClass name for tab components' containers'tabs'
$tab-container-box-shadowBox shadowBox shadow for tab components' containers0 1px 3px rgba(0,0,0, 0.1)
$tab-border-styleBorderBorder style for tab components1px solid #9e9e9e
$tab-border-radiusBorder radiusBorder radius for tab components2px
$tab-label-back-colorColorBackground color for tab components' labels (default)#e0e0e0
$tab-label-selected-back-colorColorBackground color for tab components' labels (selected)#eeeeee
$tab-label-fore-colorColorText color for tab components' labels (default)$fore-color
$tab-label-selected-fore-colorColorText color for tab components' labels (selected)$fore-color
$tab-label-hover-opacityOpaciyOpacity for tab components' labels (hover)0.8
$tab-label-paddingPaddingPadding for tab components' labels10px
$tab-label-heightHeightHeight for tab components' labels26px
$tab-panel-back-colorColorBackground color for tab components' panels#fafafa
$tab-panel-fore-colorColorText color for tab components' panels$fore-color
$tab-panel-paddingPaddingPadding for tab components' panels8px
$tab-panel-heightHeightHeight for tab components' panels400px
$tab-stacked-breakpointBreakpointBreakpoint for tabs components' mobile view767px
$tab-stacked-nameStringClass name for stacked tab components'stacked'

+
+
+
+
+

If you want to learn more about customizing mini.css, go back to the customization page or choose a module from the top menu to see its documentation.

diff --git a/docs/v2/DEVLOG.md b/docs/v2/DEVLOG.md index 4e98b08..5a15e93 100644 --- a/docs/v2/DEVLOG.md +++ b/docs/v2/DEVLOG.md @@ -973,3 +973,4 @@ - Dealt with a couple of minor mistakes in existing modules. - Documented `card` module's customization. - Added base text and styles for all customization pages not yet finished. +- Documented `tab` module's customization.