New to Kendo UI for Vue? Start a free 30-day trial

Customizing Bottom-navigation

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-bottom-nav-padding-xmap.get( $kendo-spacing, 1.5 )
Description
The horizontal padding of the BottomNavigation.
$kendo-bottom-nav-padding-y$kendo-bottom-nav-padding-x
Description
The vertical padding of the BottomNavigation.
$kendo-bottom-nav-gap$kendo-bottom-nav-padding-x
Description
The spacing between the BottomNavigation items.
$kendo-bottom-nav-border-width1px 0px 0px 0px
Description
The width of the border around the BottomNavigation.
$kendo-bottom-nav-font-familyvar( --kendo-font-family, inherit)
Description
The font family of the BottomNavigation.
$kendo-bottom-nav-font-sizevar( --kendo-font-size-md, 1rem )
Description
The font size of the BottomNavigation.
$kendo-bottom-nav-line-heightvar( --kendo-line-height-md, normal )
Description
The line height of the BottomNavigation.
$kendo-bottom-nav-letter-spacing.2px
Description
The letter spacing of the BottomNavigation.
$kendo-bottom-nav-item-padding-xmap.get( $kendo-spacing, 2 )
Description
The horizontal padding of the BottomNavigation item.
$kendo-bottom-nav-item-padding-ymap.get( $kendo-spacing, 0.5 )
Description
The vertical padding of the BottomNavigation item.
$kendo-bottom-nav-item-min-width72px
Description
The minimum width of the BottomNavigation item.
$kendo-bottom-nav-item-max-widthnone
Description
The maximum width of the BottomNavigation item.
$kendo-bottom-nav-item-min-heightcalc( var( --kendo-icon-size, 1.5rem ) * 2 + (#{$kendo-bottom-nav-item-padding-y} * 2) )
Description
The minimum height of the BottomNavigation item.
$kendo-bottom-nav-item-border-radiusvar( --kendo-border-radius-md, #{$kendo-border-radius-md} )
Description
The border radius of the BottomNavigation item.
$kendo-bottom-nav-item-gapmap.get( $kendo-spacing, 1 )
Description
The spacing of the BottomNavigation item.
$kendo-bottom-nav-item-focus-offsetmap.get( $kendo-spacing, 0.5 )
Description
The offset of the focused BottomNavigation item.
$kendo-bottom-nav-item-focus-outline-width1px
Description
The outline width of the focused BottomNavigation item.
$kendo-bottom-nav-item-focus-outline-stylesolid
Description
The outline style of the focused BottomNavigation item.
$kendo-bottom-nav-shadowvar( --kendo-box-shadow-depth-4, none )
Description
The box shadow of the BottomNavigation.
$kendo-bottom-nav-brand-colors( primary: primary, error: error, success: success, info: info, secondary: if($kendo-enable-color-system, secondary, neutral), tertiary: tertiary, )
Description
The theme variations for the BottomNavigation.
$kendo-bottom-nav-theme-colors()
Description
The theme colors map for the BottomNavigation variations.

In this article

Not finding the help you need?