New to Kendo UI for Angular? Start a free 30-day trial
Customizing Toolbar
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-toolbar-padding-x | Null | null | null |
Description
The horizontal padding of the Toolbar. | |||
$kendo-toolbar-sm-padding-x | String | k-spacing(1) | var(--kendo-spacing-1, 0.25rem) |
Description
The horizontal padding of the small Toolbar. | |||
$kendo-toolbar-md-padding-x | String | k-spacing(2) | var(--kendo-spacing-2, 0.5rem) |
Description
The horizontal padding of the medium Toolbar. | |||
$kendo-toolbar-lg-padding-x | String | k-spacing(2.5) | var(--kendo-spacing-2\.5, 0.625rem) |
Description
The horizontal padding of the large Toolbar. | |||
$kendo-toolbar-padding-y | Null | null | null |
Description
The vertical padding of the Toolbar. | |||
$kendo-toolbar-sm-padding-y | String | k-spacing(1) | var(--kendo-spacing-1, 0.25rem) |
Description
The vertical padding of the small Toolbar. | |||
$kendo-toolbar-md-padding-y | String | k-spacing(2) | var(--kendo-spacing-2, 0.5rem) |
Description
The vertical padding of the medium Toolbar. | |||
$kendo-toolbar-lg-padding-y | String | k-spacing(2.5) | var(--kendo-spacing-2\.5, 0.625rem) |
Description
The vertical padding of the large Toolbar. | |||
$kendo-toolbar-spacing | Null | null | null |
Description
The spacing between the Toolbar tools. | |||
$kendo-toolbar-sm-spacing | String | k-spacing(1.5) | var(--kendo-spacing-1\.5, 0.375rem) |
Description
The spacing between the tools of the small Toolbar. | |||
$kendo-toolbar-md-spacing | String | k-spacing(2) | var(--kendo-spacing-2, 0.5rem) |
Description
The spacing between the tools of the medium Toolbar. | |||
$kendo-toolbar-lg-spacing | String | k-spacing(2.5) | var(--kendo-spacing-2\.5, 0.625rem) |
Description
The spacing between the tools of the large Toolbar. | |||
$kendo-toolbar-border-width | Number | 1px | 1px |
Description
The width of the border around the Toolbar. | |||
$kendo-toolbar-border-radius | Null | null | null |
Description
The border radius of the Toolbar. | |||
$kendo-toolbar-font-family | String | var( --kendo-font-family, inherit ) | var(--kendo-font-family, inherit) |
Description
The font family of the Toolbar. | |||
$kendo-toolbar-font-size | String | var( --kendo-font-size, inherit ) | var(--kendo-font-size, inherit) |
Description
The font size of the Toolbar. | |||
$kendo-toolbar-line-height | String | var( --kendo-line-height, normal ) | var(--kendo-line-height, normal) |
Description
The line height of the Toolbar. | |||
$kendo-toolbar-bg | String | $kendo-base-bg | var(--kendo-color-surface, #fafafa) |
Description
The background color of the Toolbar. | |||
$kendo-toolbar-text | String | $kendo-base-text | var(--kendo-color-on-app-surface, #3d3d3d) |
Description
The text color of the Toolbar. | |||
$kendo-toolbar-border | String | $kendo-base-border | var(--kendo-color-border, rgba(0, 0, 0, 0.08)) |
Description
The color of the border around the Toolbar. | |||
$kendo-toolbar-gradient | Null | null | null |
Description
The gradient of the Toolbar. | |||
$kendo-toolbar-shadow | Null | null | null |
Description
The box shadow of the Toolbar. | |||
$kendo-toolbar-separator-border | String | inherit | inherit |
Description
The color of the separator border of the Toolbar. | |||
$kendo-toolbar-input-width | Number | 10em | 10em |
Description
The width of the input in the Toolbar. | |||
$kendo-toolbar-item-shadow | List | $kendo-button-focus-shadow | 0 0 0 2px color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 8%, transparent) |
Description
The box shadow of the focused Toolbar item. | |||
$kendo-toolbar-flat-border-width | Number | 1px | 1px |
Description
Border width of the flat Toolbar. | |||
$kendo-toolbar-sizes | Map | (
sm: (
padding-x: $kendo-toolbar-sm-padding-x,
padding-y: $kendo-toolbar-sm-padding-y,
spacing: $kendo-toolbar-sm-spacing
),
md: (
padding-x: $kendo-toolbar-md-padding-x,
padding-y: $kendo-toolbar-md-padding-y,
spacing: $kendo-toolbar-md-spacing
),
lg: (
padding-x: $kendo-toolbar-lg-padding-x,
padding-y: $kendo-toolbar-lg-padding-y,
spacing: $kendo-toolbar-lg-spacing
)
) |
|
Description
The sizes map for the Toolbar. |