Sass Variables
The Telerik and Kendo UI AppBar enables you to configure and customize its appearance through the available Sass variables.
Variable | Default Value | Computed Value | Value |
---|---|---|---|
kendo-appbar-margin-x | null | null | Default: null Computed: null |
Description: The horizontal margin of the AppBar. | |||
kendo-appbar-margin-y | null | null | Default: null Computed: null |
Description: The vertical margin of the AppBar. | |||
kendo-appbar-padding-x | k-spacing(2) | var(--kendo-spacing-2, 0.5rem) | Default: k-spacing(2) Computed: var(--kendo-spacing-2, 0.5rem) |
Description: The horizontal padding of the AppBar. | |||
kendo-appbar-padding-y | k-spacing(2) | var(--kendo-spacing-2, 0.5rem) | Default: k-spacing(2) Computed: var(--kendo-spacing-2, 0.5rem) |
Description: The vertical padding of the AppBar. | |||
kendo-appbar-border-width | 0px | 0px | Default: 0px Computed: 0px |
Description: The width of the border around the AppBar. | |||
kendo-appbar-zindex | 1000 | 1000 | Default: 1000 Computed: 1000 |
Description: The z-index of the AppBar. | |||
kendo-appbar-font-family | var( --kendo-font-family, inherit ) | var(--kendo-font-family, inherit) | Default: var( --kendo-font-family, inherit ) Computed: var(--kendo-font-family, inherit) |
Description: The font family of the AppBar. | |||
kendo-appbar-font-size | var( --kendo-font-size, inherit ) | var(--kendo-font-size, inherit) | Default: var( --kendo-font-size, inherit ) Computed: var(--kendo-font-size, inherit) |
Description: The font size of the AppBar. | |||
kendo-appbar-line-height | var( --kendo-line-height, normal ) | var(--kendo-line-height, normal) | Default: var( --kendo-line-height, normal ) Computed: var(--kendo-line-height, normal) |
Description: The line height of the AppBar. | |||
kendo-appbar-gap | k-spacing(2) | var(--kendo-spacing-2, 0.5rem) | Default: k-spacing(2) Computed: var(--kendo-spacing-2, 0.5rem) |
Description: The spacing between the AppBar sections. | |||
kendo-appbar-light-bg | $kendo-color-light | var(--kendo-color-light, #ebebeb) | Default: $kendo-color-light Computed: var(--kendo-color-light, #ebebeb) |
Description: The background color of the AppBar based on light theme color. | |||
kendo-appbar-light-text | if($kendo-enable-color-system, k-color( on-light ), k-contrast-legacy( $kendo-color-light )) | var(--kendo-color-on-light, #000000) | Default: if($kendo-enable-color-system, k-color( on-light ), k-contrast-legacy( $kendo-color-light )) Computed: var(--kendo-color-on-light, #000000) |
Description: The text color of the AppBar based on light theme color. | |||
kendo-appbar-dark-bg | $kendo-color-dark | var(--kendo-color-dark, #3d3d3d) | Default: $kendo-color-dark Computed: var(--kendo-color-dark, #3d3d3d) |
Description: The background color of the AppBar based on dark theme color. | |||
kendo-appbar-dark-text | if($kendo-enable-color-system, k-color( on-dark ), k-contrast-legacy( $kendo-color-dark )) | var(--kendo-color-on-dark, #ffffff) | Default: if($kendo-enable-color-system, k-color( on-dark ), k-contrast-legacy( $kendo-color-dark )) Computed: var(--kendo-color-on-dark, #ffffff) |
Description: The text color of the AppBar based on dark theme color. | |||
kendo-appbar-box-shadow | k-elevation(4) | var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12)) | Default: k-elevation(4) Computed: 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-shadow | $kendo-appbar-box-shadow | var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12)) | Default: $kendo-appbar-box-shadow Computed: 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 with bottom position. |