Customizing Pager

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-pager-padding-xmap.get( $kendo-spacing, 2 )
Description
The horizontal padding of the Pager.
$kendo-pager-sm-padding-xmap.get( $kendo-spacing, 1.5 )
Description
The horizontal padding of the small Pager.
$kendo-pager-md-padding-xmap.get( $kendo-spacing, 2 )
Description
The horizontal padding of the medium Pager.
$kendo-pager-lg-padding-xmap.get( $kendo-spacing, 2.5 )
Description
The horizontal padding of the large Pager.
$kendo-pager-padding-ymap.get( $kendo-spacing, 2 )
Description
The vertical padding of the Pager.
$kendo-pager-sm-padding-y$kendo-pager-sm-padding-x
Description
The vertical padding of the small Pager.
$kendo-pager-md-padding-y$kendo-pager-md-padding-x
Description
The vertical padding of the medium Pager.
$kendo-pager-lg-padding-y$kendo-pager-lg-padding-x
Description
The vertical padding of the large Pager.
$kendo-pager-border-width1px
Description
The border width of the Pager.
$kendo-pager-font-familyvar( --kendo-font-family, normal )
Description
The font family of the Pager.
$kendo-pager-font-sizevar( --kendo-font-size, inherit )
Description
The font size of the Pager.
$kendo-pager-line-heightvar( --kendo-line-height, normal )
Description
The line height of the Pager.
$kendo-pager-bgif($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
Description
The background color of the Pager.
$kendo-pager-textvar( --kendo-component-text, inherit )
Description
The text color of the Pager.
$kendo-pager-bordervar( --kendo-component-border, inherit )
Description
The border color of the Pager.
$kendo-pager-focus-bgvar( --kendo-pager-bg, #{$kendo-pager-bg})
Description
The background color of the focused Pager.
$kendo-pager-focus-textvar( --kendo-pager-text, #{$kendo-pager-text})
Description
The text color of the focused Pager.
$kendo-pager-focus-borderif($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-130 ))
Description
The border color of the focused Pager.
$kendo-pager-item-border-radius0
Description
The border radius of the Pager items.
$kendo-pager-item-spacingnull
Description
The spacing around the Pager items.
$kendo-pager-sm-item-group-spacingmap.get( $kendo-spacing, 2 )
Description
The spacing between the item groups of the small Pager.
$kendo-pager-md-item-group-spacingmap.get( $kendo-spacing, 2 )
Description
The spacing between the item groups of the medium Pager.
$kendo-pager-lg-item-group-spacingmap.get( $kendo-spacing, 2 )
Description
The spacing between the item groups of the large Pager.
$kendo-pager-sizes-label-textif($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
Description
The text color of the Pagers' sizes label.
$kendo-pager-info-label-textif($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))
Description
The text color of the Pagers' info label.
$kendo-pager-input-width5em
Description
The width of the Inputs in the Pager.
$kendo-pager-dropdown-width5em
Description
The width of the DropDowns in the Pager.
$kendo-pager-sizes( sm: ( padding-x: $kendo-pager-sm-padding-x, padding-y: $kendo-pager-sm-padding-y, item-group-spacing: $kendo-pager-sm-item-group-spacing ), md: ( padding-x: $kendo-pager-md-padding-x, padding-y: $kendo-pager-md-padding-y, item-group-spacing: $kendo-pager-md-item-group-spacing ), lg: ( padding-x: $kendo-pager-lg-padding-x, padding-y: $kendo-pager-lg-padding-y, item-group-spacing: $kendo-pager-lg-item-group-spacing ) )
Description
The sizes map of the Pager.

In this article

Not finding the help you need?