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

Customizing Breadcrumb

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-breadcrumb-margin-x0px
Description
The horizontal margin of the Breadcrumb
$kendo-breadcrumb-margin-y0px
Description
The vertical margin of the Breadcrumb
$kendo-breadcrumb-padding-x0px
Description
The horizontal padding of the Breadcrumb
$kendo-breadcrumb-padding-y0px
Description
The vertical padding of the Breadcrumb
$kendo-breadcrumb-border-width0px
Description
The width of the border around the Breadcrumb
$kendo-breadcrumb-font-familyvar( --kendo-font-family, inherit )
Description
The font family of the Breadcrumb
$kendo-breadcrumb-font-sizevar( --kendo-font-size, inherit )
$kendo-breadcrumb-sm-font-sizevar( --kendo-font-size-md, inherit )
Description
The font size of the small breadcrumb.
$kendo-breadcrumb-md-font-sizevar( --kendo-font-size-md, inherit )
Description
The font size of the medium breadcrumb.
$kendo-breadcrumb-lg-font-sizevar( --kendo-font-size-md, inherit )
Description
The font size of the large breadcrumb.
$kendo-breadcrumb-line-heightvar( --kendo-line-height, normal )
Description
The line height used along with the $kendo-font-size variable of the Breadcrumb.
$kendo-breadcrumb-sm-line-heightvar( --kendo-line-height, normal )
Description
The line height used along with the $kendo-font-size variable of the small breadcrumb.
$kendo-breadcrumb-md-line-heightvar( --kendo-line-height, normal )
Description
The line height used along with the $kendo-font-size variable of the medium breadcrumb.
$kendo-breadcrumb-lg-line-heightvar( --kendo-line-height, normal )
Description
The line height used along with the $kendo-font-size variable of the large breadcrumb.
$kendo-breadcrumb-bgvar( --kendo-component-bg, initial )
Description
The background color of the Breadcrumb
$kendo-breadcrumb-textget-theme-color-var( neutral-130 )
Description
The text color of the Breadcrumb
$kendo-breadcrumb-bordertransparent
Description
The border color of the Breadcrumb
$kendo-breadcrumb-focus-shadow0 0 0 1px if($kendo-enable-color-system, color-mix(in srgb, k-color( border ) 16%, transparent), k-get-theme-color-var( neutral-30 ))
Description
The box shadow of the focused breadcrumb
$kendo-breadcrumb-link-padding-xmap.get( $kendo-spacing, 2 )
Description
The horizontal padding of the Breadcrumb link
$kendo-breadcrumb-sm-link-padding-xmap.get( $kendo-spacing, 2 )
Description
The horizontal padding of the small Breadcrumb link.
$kendo-breadcrumb-md-link-padding-x$kendo-breadcrumb-link-padding-x
Description
The horizontal padding of the medium Breadcrumb link.
$kendo-breadcrumb-lg-link-padding-xmap.get( $kendo-spacing, 2 )
Description
The horizontal padding of the large Breadcrumb link.
$kendo-breadcrumb-link-padding-ymap.get( $kendo-spacing, 2 )
Description
The vertical padding of the Breadcrumb link
$kendo-breadcrumb-sm-link-padding-ymap.get( $kendo-spacing, 1.5 )
Description
The vertical padding of the small Breadcrumb link.
$kendo-breadcrumb-md-link-padding-y$kendo-breadcrumb-link-padding-y
Description
The vertical padding of the medium Breadcrumb link.
$kendo-breadcrumb-lg-link-padding-ymap.get( $kendo-spacing, 2.5 )
Description
The vertical padding of the large Breadcrumb link.
$kendo-breadcrumb-link-border-radius0px
Description
The radius of the border around the Breadcrumb link
$kendo-breadcrumb-link-initial-textinherit
Description
The initial text color of the Breadcrumb link
$kendo-breadcrumb-link-bgtransparent
Description
The background color of the Breadcrumb link
$kendo-breadcrumb-link-textget-theme-color-var( neutral-130 )
Description
The text color of the Breadcrumb link
$kendo-breadcrumb-link-bordertransparent
Description
The borer color of the Breadcrumb link
$kendo-breadcrumb-link-hover-bgvar( --kendo-hover-bg, initial )
Description
The background color of the hovered breadcrumb link
$kendo-breadcrumb-link-hover-textif($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
Description
The text color of the hovered breadcrumb link
$kendo-breadcrumb-link-hover-bordervar( --kendo-hover-border, initial )
Description
The border color of the hovered breadcrumb link
$kendo-breadcrumb-link-active-bgvar( --kendo-selected-bg, initial )
Description
The background color of the active breadcrumb link
$kendo-breadcrumb-link-active-textvar( --kendo-selected-text, initial )
Description
The text color of the active breadcrumb link
$kendo-breadcrumb-link-active-borderif($kendo-enable-color-system, k-color( base-active ), k-get-theme-color-var( neutral-30 ))
Description
The border color of the active breadcrumb link
$kendo-breadcrumb-link-focus-bgtransparent
Description
The background color of the focused breadcrumb link
$kendo-breadcrumb-link-focus-textif($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
Description
The text color of the focused breadcrumb link
$kendo-breadcrumb-link-focus-shadowinset 0 0 0 1px get-theme-color-var( neutral-130 )
Description
The box shadow of the focused breadcrumb link
$kendo-breadcrumb-link-focus-hover-bgvar( --kendo-hover-bg, initial )
Description
The focus and hover background color of the Breadcrumb link
$kendo-breadcrumb-link-disabled-bgnone
Description
The background color of the disabled breadcrumb link
$kendo-breadcrumb-link-disabled-textvar( --kendo-disabled-text, initial )
Description
The text color of the disabled breadcrumb link
$kendo-breadcrumb-link-disabled-bordernone
Description
The border color of the disabled breadcrumb link
$kendo-breadcrumb-link-selected-bgvar( --kendo-component-bg, initial )
Description
The background color of selected the Breadcrumb link
$kendo-breadcrumb-link-selected-textif($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))
Description
The text color of the selected breadcrumb link
$kendo-breadcrumb-link-selected-bordertransparent
Description
The border color of the selected breadcrumb link
$kendo-breadcrumb-link-selected-font-weightvar( --kendo-font-weight-bold, bold )
Description
The font weight of the selected breadcrumb link
$kendo-breadcrumb-root-link-bg$kendo-breadcrumb-link-bg
Description
The background color of the Breadcrumb root link
$kendo-breadcrumb-root-link-text$kendo-breadcrumb-link-text
Description
The text color of the Breadcrumb root link
$kendo-breadcrumb-root-link-border$kendo-breadcrumb-link-border
Description
The border color of the Breadcrumb root link
$kendo-breadcrumb-root-link-hover-bg$kendo-breadcrumb-link-hover-bg
Description
The background color of the hovered breadcrumb root link
$kendo-breadcrumb-root-link-hover-text$kendo-breadcrumb-link-hover-text
Description
The text color of the hovered breadcrumb root link
$kendo-breadcrumb-root-link-hover-border$kendo-breadcrumb-link-hover-border
Description
The border color of the hovered breadcrumb root link
$kendo-breadcrumb-root-link-active-bg$kendo-breadcrumb-link-active-bg
Description
The background color of the active breadcrumb root link
$kendo-breadcrumb-root-link-active-text$kendo-breadcrumb-link-active-text
Description
The text color of the active breadcrumb root link
$kendo-breadcrumb-root-link-active-border$kendo-breadcrumb-link-active-border
Description
The border color of the active breadcrumb root link
$kendo-breadcrumb-root-link-focus-bg$kendo-breadcrumb-link-focus-bg
Description
The background color of the focused breadcrumb root link
$kendo-breadcrumb-root-link-focus-text$kendo-breadcrumb-link-focus-text
Description
The text color of the focused breadcrumb root link
$kendo-breadcrumb-root-link-focus-shadow$kendo-breadcrumb-link-focus-shadow
Description
The border color of the focused breadcrumb root link
$kendo-breadcrumb-root-link-focus-hover-bg$kendo-breadcrumb-link-focus-hover-bg
Description
The focus and hover background color of the Breadcrumb root link
$kendo-breadcrumb-root-link-disabled-text$kendo-breadcrumb-link-disabled-text
Description
The text color of the disabled breadcrumb root link
$kendo-breadcrumb-icon-link-padding-ymap.get( $kendo-spacing, 2.5 )
Description
The vertical padding of the Breadcrumb link icon
$kendo-breadcrumb-sm-icon-link-padding-ymap.get( $kendo-spacing, 2 )
Description
The vertical padding of the small Breadcrumb link icon.
$kendo-breadcrumb-md-icon-link-padding-y$kendo-breadcrumb-icon-link-padding-y
Description
The vertical padding of the medium Breadcrumb link icon.
$kendo-breadcrumb-lg-icon-link-padding-ymap.get( $kendo-spacing, 3 )
Description
The vertical padding of the large Breadcrumb link icon.
$kendo-breadcrumb-icon-link-padding-x$kendo-breadcrumb-icon-link-padding-y
Description
The horizontal padding of the Breadcrumb link icon
$kendo-breadcrumb-sm-icon-link-padding-x$kendo-breadcrumb-sm-icon-link-padding-y
Description
The horizontal padding of the small Breadcrumb link icon.
$kendo-breadcrumb-md-icon-link-padding-x$kendo-breadcrumb-icon-link-padding-x
Description
The horizontal padding of the medium Breadcrumb link icon.
$kendo-breadcrumb-lg-icon-link-padding-x$kendo-breadcrumb-lg-icon-link-padding-y
Description
The horizontal padding of the large Breadcrumb link icon.
$kendo-breadcrumb-sizes( sm: ( link-padding-x: $kendo-breadcrumb-sm-link-padding-x, link-padding-y: $kendo-breadcrumb-sm-link-padding-y, icon-link-padding-x: $kendo-breadcrumb-sm-icon-link-padding-x, icon-link-padding-y: $kendo-breadcrumb-sm-icon-link-padding-y, font-size: $kendo-breadcrumb-sm-font-size, line-height: $kendo-breadcrumb-sm-line-height ), md: ( link-padding-x: $kendo-breadcrumb-md-link-padding-x, link-padding-y: $kendo-breadcrumb-md-link-padding-y, icon-link-padding-x: $kendo-breadcrumb-md-icon-link-padding-x, icon-link-padding-y: $kendo-breadcrumb-md-icon-link-padding-y, font-size: $kendo-breadcrumb-md-font-size, line-height: $kendo-breadcrumb-md-line-height ), lg: ( link-padding-x: $kendo-breadcrumb-lg-link-padding-x, link-padding-y: $kendo-breadcrumb-lg-link-padding-y, icon-link-padding-x: $kendo-breadcrumb-lg-icon-link-padding-x, icon-link-padding-y: $kendo-breadcrumb-lg-icon-link-padding-y, font-size: $kendo-breadcrumb-lg-font-size, line-height: $kendo-breadcrumb-lg-line-height ) )
Description
The sizes map for the Breadcrumb.

In this article

Not finding the help you need?