New to Kendo UI for Angular? Start a free 30-day trial
Customizing Avatar
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-avatar-border-width | Number | 1px | 1px |
Description
The border width of the Avatar. | |||
$kendo-avatar-font-family | String | var( --kendo-font-family, inherit ) | var(--kendo-font-family, inherit) |
Description
The font family of the Avatar. | |||
$kendo-avatar-font-size | String | var( --kendo-font-size, inherit ) | var(--kendo-font-size, inherit) |
Description
The font size of the Avatar. | |||
$kendo-avatar-line-height | String | var( --kendo-line-height, normal ) | var(--kendo-line-height, normal) |
Description
The line height of the Avatar. | |||
$kendo-avatar-sizes | Map | (
sm: k-spacing(4),
md: k-spacing(8),
lg: k-spacing(16)
) |
|
Description
The sizes map of the Avatar. | |||
$kendo-avatar-theme-colors | Map | $kendo-theme-colors |
|
Description
The theme colors map of the Avatar. |