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

Customizing Pager

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-pager-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the Pager.
$kendo-pager-sm-padding-xStringk-spacing(1.5)var(--kendo-spacing-1\.5, 0.375rem)
Description
The horizontal padding of the small Pager.
$kendo-pager-md-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the medium Pager.
$kendo-pager-lg-padding-xStringk-spacing(2.5)var(--kendo-spacing-2\.5, 0.625rem)
Description
The horizontal padding of the large Pager.
$kendo-pager-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the Pager.
$kendo-pager-sm-padding-yString$kendo-pager-sm-padding-xvar(--kendo-spacing-1\.5, 0.375rem)
Description
The vertical padding of the small Pager.
$kendo-pager-md-padding-yString$kendo-pager-md-padding-xvar(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the medium Pager.
$kendo-pager-lg-padding-yString$kendo-pager-lg-padding-xvar(--kendo-spacing-2\.5, 0.625rem)
Description
The vertical padding of the large Pager.
$kendo-pager-border-widthNumber1px1px
Description
The border width of the Pager.
$kendo-pager-font-familyStringvar( --kendo-font-family, normal )var(--kendo-font-family, normal)
Description
The font family of the Pager.
$kendo-pager-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the Pager.
$kendo-pager-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the Pager.
$kendo-pager-bgStringif($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))var(--kendo-color-surface, #faf9f8)
Description
The background color of the Pager.
$kendo-pager-textStringvar( --kendo-component-text, inherit )var(--kendo-component-text, inherit)
Description
The text color of the Pager.
$kendo-pager-borderStringvar( --kendo-component-border, inherit )var(--kendo-component-border, inherit)
Description
The border color of the Pager.
$kendo-pager-focus-bgStringvar( --kendo-pager-bg, #{$kendo-pager-bg})var(--kendo-pager-bg, var(--kendo-color-surface, #faf9f8))
Description
The background color of the focused Pager.
$kendo-pager-focus-textStringvar( --kendo-pager-text, #{$kendo-pager-text})var(--kendo-pager-text, var(--kendo-component-text, inherit))
Description
The text color of the focused Pager.
$kendo-pager-focus-borderStringif($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-130 ))var(--kendo-color-border, #8a8886)
Description
The border color of the focused Pager.
$kendo-pager-item-border-radiusNumber00
Description
The border radius of the Pager items.
$kendo-pager-item-spacingNullnullnull
Description
The spacing around the Pager items.
$kendo-pager-sm-item-group-spacingStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The spacing between the item groups of the small Pager.
$kendo-pager-md-item-group-spacingStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The spacing between the item groups of the medium Pager.
$kendo-pager-lg-item-group-spacingStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The spacing between the item groups of the large Pager.
$kendo-pager-sizes-label-textStringif($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))var(--kendo-color-on-app-surface, #323130)
Description
The text color of the Pagers' sizes label.
$kendo-pager-info-label-textStringif($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))var(--kendo-color-subtle, #605e5c)
Description
The text color of the Pagers' info label.
$kendo-pager-input-widthNumber5em5em
Description
The width of the Inputs in the Pager.
$kendo-pager-dropdown-widthNumber5em5em
Description
The width of the DropDowns in the Pager.
$kendo-pager-sizesMap( 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 ) )(sm: (padding-x: var(--kendo-spacing-1\.5, 0.375rem), padding-y: var(--kendo-spacing-1\.5, 0.375rem), item-group-spacing: var(--kendo-spacing-2, 0.5rem)), md: (padding-x: var(--kendo-spacing-2, 0.5rem), padding-y: var(--kendo-spacing-2, 0.5rem), item-group-spacing: var(--kendo-spacing-2, 0.5rem)), lg: (padding-x: var(--kendo-spacing-2\.5, 0.625rem), padding-y: var(--kendo-spacing-2\.5, 0.625rem), item-group-spacing: var(--kendo-spacing-2, 0.5rem)))
Description
The sizes map of the Pager.

In this article

Not finding the help you need?