New to Kendo UI for Vue? Start a free 30-day trial
Customizing BottomNavigation
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-bottom-nav-padding-x | Null | null | null |
Description
Horizontal padding of the bottom navigation. | |||
$kendo-bottom-nav-padding-y | Null | null | null |
Description
Vertical padding of the bottom navigation. | |||
$kendo-bottom-nav-gap | Null | null | null |
Description
Spacing of the bottom navigation. | |||
$kendo-bottom-nav-border-width | Null | null | null |
Description
Border width of the bottom navigation. | |||
$kendo-bottom-nav-font-family | String | $kendo-font-family | inherit |
Description
Font family of the bottom navigation. | |||
$kendo-bottom-nav-font-size | Null | null | null |
Description
Font size of the bottom navigation. | |||
$kendo-bottom-nav-line-height | Null | null | null |
Description
Line height of the bottom navigation. | |||
$kendo-bottom-nav-shadow | Null | null | null |
Description
Box shadow of the bottom navigation. | |||
$kendo-bottom-nav-item-padding-x | String | k-spacing(2) | var(--kendo-spacing-2, 0.5rem) |
Description
Horizontal padding of the bottom navigation item. | |||
$kendo-bottom-nav-item-padding-y | String | k-spacing(1) | var(--kendo-spacing-1, 0.25rem) |
Description
Vertical padding of the bottom navigation item. | |||
$kendo-bottom-nav-item-min-width | Number | 72px | 72px |
Description
Minimum width of the bottom navigation item. | |||
$kendo-bottom-nav-item-max-width | String | none | none |
Description
Maximum width of the bottom navigation item. | |||
$kendo-bottom-nav-item-border-radius | Null | null | null |
Description
Border radius of the bottom navigation item. | |||
$kendo-bottom-nav-item-gap | String | k-spacing(1) | var(--kendo-spacing-1, 0.25rem) |
Description
Spacing of the bottom navigation item. | |||
$kendo-bottom-nav-item-focus-offset | Null | null | null |
Description
Offset of the focused bottom navigation item. | |||
$kendo-bottom-nav-item-focus-outline-width | Number | 1px | 1px |
Description
Outline width of the focused bottom navigation item. | |||
$kendo-bottom-nav-item-focus-outline-style | String | solid | solid |
Description
Outline style of the focused bottom navigation item. | |||
$kendo-bottom-nav-item-icon-margin-x | Null | null | null |
Description
Horizontal margin of the focused bottom navigation item icon. | |||
$kendo-bottom-nav-item-icon-margin-y | Null | null | null |
Description
Vertical margin of the focused bottom navigation item icon. |