Customizing Appbar

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-appbar-margin-x0
Description
The horizontal margin of the AppBar.
$kendo-appbar-margin-y0
Description
The vertical margin of the AppBar.
$kendo-appbar-padding-xmap.get( $kendo-spacing, 2 )
Description
The horizontal padding of the AppBar.
$kendo-appbar-padding-ymap.get( $kendo-spacing, 2 )
Description
The vertical padding of the AppBar.
$kendo-appbar-border-width0px
Description
The width of the border around the AppBar.
$kendo-appbar-zindex1000
Description
The z-index of the AppBar.
$kendo-appbar-font-familyvar( --kendo-font-family, inherit )
Description
The font family of the AppBar.
$kendo-appbar-font-sizevar( --kendo-font-size, inherit )
Description
The font size of the AppBar.
$kendo-appbar-line-heightvar( --kendo-line-height, normal )
Description
The line height of the AppBar.
$kendo-appbar-spacingmap.get( $kendo-spacing, 2 )
Description
The spacing between the AppBar sections.
$kendo-appbar-textvar( --kendo-component-text, initial )
Description
The text color of the AppBar.
$kendo-appbar-bgif($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
Description
The background color of the AppBar.
$kendo-appbar-bordervar( --kendo-component-border, initial )
Description
The border color of the AppBar.
$kendo-appbar-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 AppBar.
$kendo-appbar-theme-colors()
Description
The theme colors map for the AppBar variations.

In this article

Not finding the help you need?