New to Kendo UI for Angular? Start a free 30-day trial
Customizing Appbar
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-appbar-margin-x | 0 | ||
Description
The horizontal margin of the AppBar. | |||
$kendo-appbar-margin-y | 0 | ||
Description
The vertical margin of the AppBar. | |||
$kendo-appbar-padding-x | map.get( $kendo-spacing, 2 ) | ||
Description
The horizontal padding of the AppBar. | |||
$kendo-appbar-padding-y | map.get( $kendo-spacing, 2 ) | ||
Description
The vertical padding of the AppBar. | |||
$kendo-appbar-border-width | 0px | ||
Description
The width of the border around the AppBar. | |||
$kendo-appbar-zindex | 1000 | ||
Description
The z-index of the AppBar. | |||
$kendo-appbar-font-family | var( --kendo-font-family, inherit ) | ||
Description
The font family of the AppBar. | |||
$kendo-appbar-font-size | var( --kendo-font-size, inherit ) | ||
Description
The font size of the AppBar. | |||
$kendo-appbar-line-height | var( --kendo-line-height, normal ) | ||
Description
The line height of the AppBar. | |||
$kendo-appbar-spacing | map.get( $kendo-spacing, 2 ) | ||
Description
The spacing between the AppBar sections. | |||
$kendo-appbar-text | var( --kendo-component-text, initial ) | ||
Description
The text color of the AppBar. | |||
$kendo-appbar-bg | k-get-theme-color-var( neutral-10 ) | ||
Description
The background color of the AppBar. | |||
$kendo-appbar-border | var( --kendo-component-border, initial ) | ||
Description
The border color of the AppBar. | |||
$kendo-appbar-brand-colors | (
primary: primary,
error: error,
success: success,
info: info,
secondary: neutral,
tertiary: tertiary,
) | ||
Description
The theme variations for the AppBar. | |||
$kendo-appbar-theme-colors | () | ||
Description
The theme colors map for the AppBar variations. |