TileLayout

TileLayouts are UI elements for organizing information into dashboard-like views.

Sass Variables

The Telerik and Kendo UI TileLayout is a composite UI component. To configure and customize its appearance, use not only its dedicated Sass variables but also the variables provided by the Card component.

VariableDefault ValueComputed ValueValue
kendo-tile-layout-border-width0px0pxDefault: 0pxComputed: 0px
Description: The width of the border around the TileLayout.
kendo-tile-layout-bg$kendo-base-bgvar(--kendo-color-surface, #fafafa)Default: $kendo-base-bgComputed: var(--kendo-color-surface, #fafafa)
Description: The background color of the TileLayout.
kendo-tile-layout-padding-xk-spacing(4)var(--kendo-spacing-4, 1rem)Default: k-spacing(4)Computed: var(--kendo-spacing-4, 1rem)
Description: The horizontal padding of the TileLayout.
kendo-tile-layout-padding-y$kendo-tile-layout-padding-xvar(--kendo-spacing-4, 1rem)Default: $kendo-tile-layout-padding-xComputed: var(--kendo-spacing-4, 1rem)
Description: The vertical padding of the TileLayout
kendo-tile-layout-card-border-width$kendo-card-border-width1pxDefault: $kendo-card-border-widthComputed: 1px
Description: The width of the border around the TileLayout card.
kendo-tile-layout-card-focus-shadow$kendo-card-focus-shadownullDefault: $kendo-card-focus-shadowComputed: null
Description: The focus box shadow of the TileLayout card.
kendo-tile-layout-hint-border-width1px1pxDefault: 1pxComputed: 1px
Description: The width of the border around the TileLayout hint.
kendo-tile-layout-hint-border-radiusk-border-radius(lg)var(--kendo-border-radius-lg, 0.375rem)Default: k-border-radius(lg)Computed: var(--kendo-border-radius-lg, 0.375rem)
Description: The radius of the border around the TileLayout hint.
kendo-tile-layout-hint-border$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))Default: $kendo-component-borderComputed: 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 rgba(255, 255, 255, .2) rgba(255, 255, 255, 0.2)Default: rgba(255, 255, 255, .2)Computed: rgba(255, 255, 255, 0.2)
Description: The background color of the TileLayout hint.