Customizing TileLayout
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-tile-layout-border-width | Number | 0px | 0px |
Description
The width of the border around the TileLayout. | |||
$kendo-tile-layout-bg | String | $kendo-base-bg | var(--kendo-color-surface, #fafafa) |
Description
The background color of the TileLayout. | |||
$kendo-tile-layout-padding-x | String | k-spacing(4) | var(--kendo-spacing-4, 1rem) |
Description
The horizontal padding of the TileLayout. | |||
$kendo-tile-layout-padding-y | String | $kendo-tile-layout-padding-x | var(--kendo-spacing-4, 1rem) |
Description
The vertical padding of the TileLayout | |||
$kendo-tile-layout-card-border-width | Number | $kendo-card-border-width | 1px |
Description
The width of the border around the TileLayout card. | |||
$kendo-tile-layout-card-focus-shadow | Null | $kendo-card-focus-shadow | null |
Description
The focus box shadow of the TileLayout card. | |||
$kendo-tile-layout-hint-border-width | Number | 1px | 1px |
Description
The width of the border around the TileLayout hint. | |||
$kendo-tile-layout-hint-border-radius | String | k-border-radius(lg) | var(--kendo-border-radius-lg, 0.375rem) |
Description
The radius of the border around the TileLayout hint. | |||
$kendo-tile-layout-hint-border | String | $kendo-component-border | var(--kendo-color-border, rgba(0, 0, 0, 0.08)) |
Description
The color of the border around the TileLayout hint. | |||
$kendo-tile-layout-hint-bg | Color | rgba(255, 255, 255, .2) | rgba(255, 255, 255, 0.2) |
Description
The background color of the TileLayout hint. |