New to Kendo UI for Angular? Start a free 30-day trial
Customizing Pager
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-pager-padding-x | map.get( $kendo-spacing, 2 ) | ||
Description
The horizontal padding of the Pager. | |||
$kendo-pager-sm-padding-x | map.get( $kendo-spacing, 1.5 ) | ||
Description
The horizontal padding of the small Pager. | |||
$kendo-pager-md-padding-x | map.get( $kendo-spacing, 2 ) | ||
Description
The horizontal padding of the medium Pager. | |||
$kendo-pager-lg-padding-x | map.get( $kendo-spacing, 2.5 ) | ||
Description
The horizontal padding of the large Pager. | |||
$kendo-pager-padding-y | map.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-width | 1px | ||
Description
The border width of the Pager. | |||
$kendo-pager-font-family | var( --kendo-font-family, normal ) | ||
Description
The font family of the Pager. | |||
$kendo-pager-font-size | var( --kendo-font-size, inherit ) | ||
Description
The font size of the Pager. | |||
$kendo-pager-line-height | var( --kendo-line-height, normal ) | ||
Description
The line height of the Pager. | |||
$kendo-pager-bg | k-get-theme-color-var( neutral-10 ) | ||
Description
The background color of the Pager. | |||
$kendo-pager-text | var( --kendo-component-text, inherit ) | ||
Description
The text color of the Pager. | |||
$kendo-pager-border | var( --kendo-component-border, inherit ) | ||
Description
The border color of the Pager. | |||
$kendo-pager-focus-bg | var( --kendo-pager-bg, #{$kendo-pager-bg}) | ||
Description
The background color of the focused Pager. | |||
$kendo-pager-focus-text | var( --kendo-pager-text, #{$kendo-pager-text}) | ||
Description
The text color of the focused Pager. | |||
$kendo-pager-focus-border | k-get-theme-color-var( neutral-130 ) | ||
Description
The border color of the focused Pager. | |||
$kendo-pager-item-border-radius | 0 | ||
Description
The border radius of the Pager items. | |||
$kendo-pager-item-spacing | null | ||
Description
The spacing around the Pager items. | |||
$kendo-pager-sm-item-group-spacing | map.get( $kendo-spacing, 2 ) | ||
Description
The spacing between the item groups of the small Pager. | |||
$kendo-pager-md-item-group-spacing | map.get( $kendo-spacing, 2 ) | ||
Description
The spacing between the item groups of the medium Pager. | |||
$kendo-pager-lg-item-group-spacing | map.get( $kendo-spacing, 2 ) | ||
Description
The spacing between the item groups of the large Pager. | |||
$kendo-pager-sizes-label-text | k-get-theme-color-var( neutral-190 ) | ||
Description
The text color of the Pagers' sizes label. | |||
$kendo-pager-info-label-text | k-get-theme-color-var( neutral-130 ) | ||
Description
The text color of the Pagers' info label. | |||
$kendo-pager-input-width | 5em | ||
Description
The width of the Inputs in the Pager. | |||
$kendo-pager-dropdown-width | 5em | ||
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. |