Customizing Pager
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-pager-padding-x | Number | k-map-get( $kendo-spacing, 2 ) | 8px |
Description
The horizontal padding of the Pager. | |||
$kendo-pager-sm-padding-x | Number | k-map-get( $kendo-spacing, 1 ) | 4px |
Description
The horizontal padding of the small Pager. | |||
$kendo-pager-md-padding-x | Number | k-map-get( $kendo-spacing, 2 ) | 8px |
Description
The horizontal padding of the medium Pager. | |||
$kendo-pager-lg-padding-x | Number | k-map-get( $kendo-spacing, 2.5 ) | 10px |
Description
The horizontal padding of the large Pager. | |||
$kendo-pager-padding-y | Number | $kendo-pager-padding-x | 8px |
Description
The vertical padding of the Pager. | |||
$kendo-pager-sm-padding-y | Number | $kendo-pager-sm-padding-x | 4px |
Description
The vertical padding of the small Pager. | |||
$kendo-pager-md-padding-y | Number | $kendo-pager-md-padding-x | 8px |
Description
The vertical padding of the medium Pager. | |||
$kendo-pager-lg-padding-y | Number | $kendo-pager-lg-padding-x | 10px |
Description
The vertical padding of the large Pager. | |||
$kendo-pager-sm-item-min-width | Calculation | $kendo-button-sm-calc-size | calc( 1.4285714286em + 4px + 2px ) |
Description
The minimum width of the items in the small Pager. | |||
$kendo-pager-md-item-min-width | Calculation | $kendo-button-md-calc-size | calc( 1.4285714286em + 8px + 2px ) |
Description
The minimum width of the items in the medium Pagers. | |||
$kendo-pager-lg-item-min-width | Calculation | $kendo-button-lg-calc-size | calc( 1.5em + 16px + 2px ) |
Description
The minimum width of the items in the large Pagers. | |||
$kendo-pager-sm-item-group-spacing | Number | k-map-get( $kendo-spacing, 3 ) | 12px |
Description
The margin between the item groups in the small Pager. | |||
$kendo-pager-md-item-group-spacing | Number | k-map-get( $kendo-spacing, 3.5 ) | 14px |
Description
The margin between the item groups in the medium Pager. | |||
$kendo-pager-lg-item-group-spacing | Number | k-map-get( $kendo-spacing, 4 ) | 16px |
Description
The margin between the item groups in the large Pager. | |||
$kendo-pager-border-width | Number | 1px | 1px |
Description
The border width of the Pager. | |||
$kendo-pager-font-family | String | $kendo-font-family | inherit |
Description
The font family of the Pager. | |||
$kendo-pager-font-size | Number | $kendo-font-size-md | 14px |
Description
The font size of the Pager. | |||
$kendo-pager-line-height | Number | $kendo-line-height-md | 1.4285714286 |
Description
The line height of the Pager. | |||
$kendo-pager-bg | Color | $kendo-component-header-bg | #fafafa |
Description
The background color of the Pager. | |||
$kendo-pager-text | Color | $kendo-component-header-text | #424242 |
Description
The text color of the Pager. | |||
$kendo-pager-border | Color | $kendo-component-border | rgba(0, 0, 0, 0.08) |
Description
The border color of the Pager. | |||
$kendo-pager-focus-bg | Null | null | null |
Description
The background color of the focused Pager. | |||
$kendo-pager-focus-shadow | List | $kendo-focus-shadow | inset 0 0 0 2px rgba(0, 0, 0, 0.13) |
Description
The box shadow of the focused Pager. | |||
$kendo-pager-item-border-width | Number | 0px | 0px |
Description
The border width of the Pager items. | |||
$kendo-pager-item-border-radius | Null | null | null |
Description
The border radius of the Pager items. | |||
$kendo-pager-item-spacing | Null | null | null |
Description
The spacing around the Pager items. | |||
$kendo-pager-item-bg | Null | null | null |
Description
The background color of the Pager items. | |||
$kendo-pager-item-text | Null | null | null |
Description
The text color of the Pager items. | |||
$kendo-pager-item-border | Null | null | null |
Description
The border color of the Pager items. | |||
$kendo-pager-item-hover-bg | Color | $kendo-list-item-hover-bg | #f0f0f0 |
Description
The background color of the hovered Pager items. | |||
$kendo-pager-item-hover-text | Color | $kendo-list-item-hover-text | #424242 |
Description
The text color of the hovered Pager items. | |||
$kendo-pager-item-hover-border | Null | null | null |
Description
The border color of the hovered Pager items. | |||
$kendo-pager-item-selected-bg | Color | $kendo-list-item-selected-bg | #ff6358 |
Description
The background color of the selected Pager items. | |||
$kendo-pager-item-selected-text | Color | $kendo-list-item-selected-text | white |
Description
The text color of the selected Pager items. | |||
$kendo-pager-item-selected-border | Null | null | null |
Description
The border color of the selected Pager items. | |||
$kendo-pager-item-focus-opacity | Null | null | null |
Description
The opacity of the focused Pager items. | |||
$kendo-pager-item-focus-bg | Color | transparent | transparent |
Description
The background color of the focused Pager items. | |||
$kendo-pager-item-focus-shadow | List | $kendo-list-item-focus-shadow | inset 0 0 0 2px rgba(0, 0, 0, 0.12) |
Description
The box shadow of the focused Pager items. | |||
$kendo-pager-number-border-radius | Null | null | null |
Description
The border radius of the Pager numbers. | |||
$kendo-pager-input-width | Number | 5em | 5em |
Description
The width of the Inputs in the Pager. | |||
$kendo-pager-sm-dropdown-width | Number | 5em | 5em |
Description
The width of the DropDowns in the small Pager. | |||
$kendo-pager-md-dropdown-width | Number | 5em | 5em |
Description
The width of the DropDowns in the medium Pager. | |||
$kendo-pager-lg-dropdown-width | Number | 5em | 5em |
Description
The width of the DropDowns in the large Pager. | |||
$kendo-pager-sizes | Map | (
sm: (
padding-x: $kendo-pager-sm-padding-x,
padding-y: $kendo-pager-sm-padding-y,
item-group-spacing: $kendo-pager-sm-item-group-spacing,
item-min-width: $kendo-pager-sm-item-min-width,
pager-dropdown-width: $kendo-pager-sm-dropdown-width
),
md: (
padding-x: $kendo-pager-md-padding-x,
padding-y: $kendo-pager-md-padding-y,
item-group-spacing: $kendo-pager-md-item-group-spacing,
item-min-width: $kendo-pager-md-item-min-width,
pager-dropdown-width: $kendo-pager-md-dropdown-width
),
lg: (
padding-x: $kendo-pager-lg-padding-x,
padding-y: $kendo-pager-lg-padding-y,
item-group-spacing: $kendo-pager-lg-item-group-spacing,
item-min-width: $kendo-pager-lg-item-min-width,
pager-dropdown-width: $kendo-pager-lg-dropdown-width
)
) | (sm: (padding-x: 4px, padding-y: 4px, item-group-spacing: 12px, item-min-width: calc( 1.4285714286em + 4px + 2px ), pager-dropdown-width: 5em), md: (padding-x: 8px, padding-y: 8px, item-group-spacing: 14px, item-min-width: calc( 1.4285714286em + 8px + 2px ), pager-dropdown-width: 5em), lg: (padding-x: 10px, padding-y: 10px, item-group-spacing: 16px, item-min-width: calc( 1.5em + 16px + 2px ), pager-dropdown-width: 5em)) |
Description
The sizes map of the Pager. |