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.
Variable | Default Value | Computed Value | Value |
---|---|---|---|
kendo-tile-layout-border-width | 0px | 0px | Default: 0px Computed: 0px |
Description: The width of the border around the TileLayout. | |||
kendo-tile-layout-bg | $kendo-base-bg | var(--kendo-color-surface, #fafafa) | Default: $kendo-base-bg Computed: var(--kendo-color-surface, #fafafa) |
Description: The background color of the TileLayout. | |||
kendo-tile-layout-padding-x | k-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-x | var(--kendo-spacing-4, 1rem) | Default: $kendo-tile-layout-padding-x Computed: var(--kendo-spacing-4, 1rem) |
Description: The vertical padding of the TileLayout | |||
kendo-tile-layout-card-border-width | $kendo-card-border-width | 1px | Default: $kendo-card-border-width Computed: 1px |
Description: The width of the border around the TileLayout card. | |||
kendo-tile-layout-card-focus-shadow | $kendo-card-focus-shadow | null | Default: $kendo-card-focus-shadow Computed: null |
Description: The focus box shadow of the TileLayout card. | |||
kendo-tile-layout-hint-border-width | 1px | 1px | Default: 1px Computed: 1px |
Description: The width of the border around the TileLayout hint. | |||
kendo-tile-layout-hint-border-radius | k-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-border | var(--kendo-color-border, rgba(0, 0, 0, 0.08)) | Default: $kendo-component-border Computed: 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. |