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

Customizing Listgroup

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-listgroup-border-width1px
Description
Border width of the listgroup.
$kendo-listgroup-border-radiusvar( --kendo-border-radius-md, #{$kendo-border-radius-md} )
Description
Border radius of the listgroup.
$kendo-listgroup-font-sizevar( --kendo-font-size, inherit )
Description
Font size of the listgroup.
$kendo-listgroup-line-heightvar( --kendo-line-height, normal )
Description
Line height of the listgroup.
$kendo-listgroup-bgvar( --kendo-component-bg, transparent )
Description
Background color of the listgroup component.
$kendo-listgroup-textvar( --kendo-component-text, inherit )
Description
Text color of the listgroup component.
$kendo-listgroup-bordervar( --kendo-component-border, inherit )
Description
Border color of the listgroup component.
$kendo-listgroup-item-padding-xmap.get( $kendo-spacing, 2 )
Description
Horizontal padding of the listgroup items.
$kendo-listgroup-item-padding-ymap.get( $kendo-spacing, 2 )
Description
Vertical padding of the listgroup items.
$kendo-listgroup-item-border-width1px
Description
Border width of the listgroup item.

In this article

Not finding the help you need?