Customizing Appbar

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-appbar-margin-xNullnullnull
Description
The horizontal margin of the AppBar.
$kendo-appbar-margin-yNullnullnull
Description
The vertical margin of the AppBar.
$kendo-appbar-padding-xNumberk-map-get( $kendo-spacing, 2 )8px
Description
The horizontal padding of the AppBar.
$kendo-appbar-padding-yNumberk-map-get( $kendo-spacing, 2 )8px
Description
The vertical padding of the AppBar.
$kendo-appbar-border-widthNumber0px0px
Description
The width of the border around the AppBar.
$kendo-appbar-zindexNumber10001000
Description
The z-index of the AppBar.
$kendo-appbar-font-familyString$kendo-font-familyinherit
Description
The font family of the AppBar.
$kendo-appbar-font-sizeNumber$kendo-font-size-md14px
Description
The font size of the AppBar.
$kendo-appbar-line-heightNumber$kendo-line-height-md1.4285714286
Description
The line height of the AppBar.
$kendo-appbar-gapNumberk-map-get( $kendo-spacing, 2 )8px
Description
The spacing between the AppBar sections.
$kendo-appbar-light-bgColor$kendo-color-light#ebebeb
Description
The background color of the AppBar based on light theme color.
$kendo-appbar-light-textColorif($kendo-enable-color-system, k-color( on-light ), k-contrast-legacy( $kendo-color-light ))black
Description
The text color of the AppBar based on light theme color.
$kendo-appbar-dark-bgColor$kendo-color-dark#424242
Description
The background color of the AppBar based on dark theme color.
$kendo-appbar-dark-textColorif($kendo-enable-color-system, k-color( on-dark ), k-contrast-legacy( $kendo-color-dark ))white
Description
The text color of the AppBar based on dark theme color.
$kendo-appbar-box-shadowStringk-elevation(4)var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12))
Description
The box shadow of the AppBar.
$kendo-appbar-bottom-box-shadowString$kendo-appbar-box-shadowvar(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12))
Description
The box shadow of the AppBar with bottom position.

In this article

Not finding the help you need?