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

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-familyList$kendo-font-familyRoboto, "Helvetica Neue", sans-serif
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-md2
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#f5f5f5
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-color( $kendo-color-light ))black
Description
TThe 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-color( $kendo-color-dark ))white
Description
The text color of the AppBar based on dark theme color.
$kendo-appbar-box-shadowString$box-shadow-depth-4var(--kendo-elevation-4, 0px 2px 4px 0px rgba(0, 0, 0, 0.2), 0px 1px 10px 0px rgba(0, 0, 0, 0.12), 0px 4px 5px 0px rgba(0, 0, 0, 0.14))
Description
The box shadow of the AppBar.
$kendo-appbar-bottom-box-shadowString$kendo-appbar-box-shadowvar(--kendo-elevation-4, 0px 2px 4px 0px rgba(0, 0, 0, 0.2), 0px 1px 10px 0px rgba(0, 0, 0, 0.12), 0px 4px 5px 0px rgba(0, 0, 0, 0.14))
Description
The box shadow of the AppBar with bottom position.

In this article

Not finding the help you need?