New to Kendo UI for Angular? Start a free 30-day trial
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 | if($kendo-enable-color-system, k-color( surface ), if( $kendo-is-dark-theme, $kendo-color-dark, $kendo-color-light)) | var(--kendo-color-surface, #f5f5f5) |
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 | 1px | 1px |
Description
The width of the border around the TileLayout card. | |||
$kendo-tile-layout-card-focus-shadow | String | $kendo-card-focus-shadow | var(--kendo-elevation-3, 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 3px 0px rgba(0, 0, 0, 0.12), 0px 3px 4px 0px rgba(0, 0, 0, 0.14)) |
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(md) | var(--kendo-border-radius-md, 0.25rem) |
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.12)) |
Description
The color of the border around the TileLayout hint. | |||
$kendo-tile-layout-hint-bg | Color | rgba( white, .2 ) | rgba(255, 255, 255, 0.2) |
Description
The background color of the TileLayout hint. |