Customizing Tilelayout

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-tile-layout-border-widthNumber0px0px
Description
The width of the border around the TileLayout.
$kendo-tile-layout-bgStringif($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))var(--kendo-color-surface, #faf9f8)
Description
The background color of the TileLayout.
$kendo-tile-layout-padding-xStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the TileLayout.
$kendo-tile-layout-padding-yString$kendo-tile-layout-padding-xvar(--kendo-spacing-4, 1rem)
Description
The vertical padding of the TileLayout
$kendo-tile-layout-hint-border-widthNumber1px1px
Description
The width of the border around the TileLayout hint.
$kendo-tile-layout-hint-border-radiusStringvar( --kendo-border-radius-lg, initial )var(--kendo-border-radius-lg, initial)
Description
The radius of the border around the TileLayout hint.
$kendo-tile-layout-hint-borderStringvar( --kendo-component-border, initial )var(--kendo-component-border, initial)
Description
The color of the border around the TileLayout hint.
$kendo-tile-layout-hint-bgColorrgba(255, 255, 255, .2)rgba(255, 255, 255, 0.2)
Description
The background color of the TileLayout hint.

In this article

Not finding the help you need?