New to Kendo UI for Vue? Start a free 30-day trial

Customizing Tilelayout

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-tile-layout-border-width0px
Description
The width of the border around the TileLayout.
$kendo-tile-layout-bgif($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
Description
The background color of the TileLayout.
$kendo-tile-layout-padding-xmap.get( $kendo-spacing, 4 )
Description
The horizontal padding of the TileLayout.
$kendo-tile-layout-padding-y$kendo-tile-layout-padding-x
Description
The vertical padding of the TileLayout
$kendo-tile-layout-hint-border-width1px
Description
The width of the border around the TileLayout hint.
$kendo-tile-layout-hint-border-radiusvar( --kendo-border-radius-lg, initial )
Description
The radius of the border around the TileLayout hint.
$kendo-tile-layout-hint-bordervar( --kendo-component-border, initial )
Description
The color of the border around the TileLayout hint.
$kendo-tile-layout-hint-bgrgba(255, 255, 255, .2)
Description
The background color of the TileLayout hint.

In this article

Not finding the help you need?