New to Kendo UI for Angular? Start a free 30-day trial
Customizing Pivotgrid
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-pivotgrid-spacer | map.get( $kendo-spacing, 3 ) | ||
Description
Spacer of the PivotGrid. | |||
$kendo-pivotgrid-padding-x | 0px | ||
Description
Horizontal padding of the PivotGrid. | |||
$kendo-pivotgrid-padding-y | 0px | ||
Description
Vertical of the PivotGrid. | |||
$kendo-pivotgrid-font-family | var( --kendo-font-family, inherit ) | ||
Description
Font family of the PivotGrid. | |||
$kendo-pivotgrid-font-size | var( --kendo-font-size, inherit ) | ||
Description
Font size of the PivotGrid. | |||
$kendo-pivotgrid-line-height | var( --kendo-line-height, normal ) | ||
Description
Line height of the PivotGrid. | |||
$kendo-pivotgrid-border-width | 1px | ||
Description
Border width of the PivotGrid. | |||
$kendo-pivotgrid-icon-spacing | map.get( $kendo-spacing, 1 ) | ||
Description
Icon spacing of the PivotGrid. | |||
$kendo-pivotgrid-bg | var( --kendo-component-bg, initial ) | ||
Description
Background color of the PivotGrid. | |||
$kendo-pivotgrid-text | var( --kendo-component-text, initial ) | ||
Description
Text color of the PivotGrid. | |||
$kendo-pivotgrid-border | var( --kendo-component-border, initial ) | ||
Description
Border color of the PivotGrid. | |||
$kendo-pivotgrid-alt-border | $kendo-pivotgrid-border | ||
Description
Alt border color of the PivotGrid. | |||
$kendo-pivotgrid-row-header-width | 300px | ||
Description
Default width of the PivotGrid row header. | |||
$kendo-pivotgrid-column-header-height | 75px | ||
Description
Default height of the PivotGrid column header. | |||
$kendo-pivotgrid-cell-padding-x | $kendo-table-cell-padding-x | ||
Description
Horizontal padding of the PivotGrid cell. | |||
$kendo-pivotgrid-cell-padding-y | $kendo-table-cell-padding-y | ||
Description
Vertical padding of the PivotGrid cell. | |||
$kendo-pivotgrid-cell-border-width | 1px | ||
Description
Border width of the PivotGrid cell. | |||
$kendo-pivotgrid-headers-bg | var( --kendo-component-bg, inherit ) | ||
Description
Background color of the PivotGrid header. | |||
$kendo-pivotgrid-headers-text | k-get-theme-color-var( neutral-190 ) | ||
Description
Text color of the PivotGrid header. | |||
$kendo-pivotgrid-headers-border | var( --kendo-component-border, inherit ) | ||
Description
Border color of the PivotGrid header. | |||
$kendo-pivotgrid-total-bg | k-get-theme-color-var( neutral-20 ) | ||
Description
Background color of the PivotGrid total cells. | |||
$kendo-pivotgrid-total-text | var( --kendo-component-text, inherit ) | ||
Description
Text color of the PivotGrid total cells. | |||
$kendo-pivotgrid-total-border | var( --kendo-component-border, inherit ) | ||
Description
Border color of the PivotGrid total cells. | |||
$kendo-pivotgrid-hover-bg | var( --kendo-hover-bg, inherit ) | ||
Description
Hover background color of the PivotGrid. | |||
$kendo-pivotgrid-hover-text | inherit | ||
Description
Hover text color of the PivotGrid. | |||
$kendo-pivotgrid-hover-border | inherit | ||
Description
Hover border color of the PivotGrid. | |||
$kendo-pivotgrid-selected-bg | var( --kendo-selected-bg, inherit ) | ||
Description
Selected background color of the PivotGrid. | |||
$kendo-pivotgrid-selected-text | inherit | ||
Description
Selected text color of the PivotGrid. | |||
$kendo-pivotgrid-selected-border | inherit | ||
Description
Selected border color of the PivotGrid. | |||
$kendo-pivotgrid-focus-shadow | $kendo-list-item-focus-shadow | ||
Description
Focus shadow of the PivotGrid. | |||
$kendo-pivotgrid-configurator-padding-x | 0px | ||
Description
Horizontal padding of the PivotGrid configurator. | |||
$kendo-pivotgrid-configurator-padding-y | 0px | ||
Description
Vertical padding of the PivotGrid configurator. | |||
$kendo-pivotgrid-configurator-border-width | 1px | ||
Description
Border width of the PivotGrid configurator. | |||
$kendo-pivotgrid-configurator-header-padding-x | $kendo-pivotgrid-spacer | ||
Description
Horizontal padding of the PivotGrid configurator header. | |||
$kendo-pivotgrid-configurator-header-padding-y | $kendo-pivotgrid-configurator-header-padding-x | ||
Description
Vertical padding of the PivotGrid configurator header. | |||
$kendo-pivotgrid-configurator-header-font-size | calc( var( --kendo-font-size-xl, 2rem ) * .9 ) | ||
Description
Font size of the PivotGrid configurator header. | |||
$kendo-pivotgrid-configurator-header-font-weight | var( --kendo-font-weight-bold, bold ) | ||
Description
Font weight of the PivotGrid configurator header. | |||
$kendo-pivotgrid-configurator-content-padding-x | $kendo-pivotgrid-spacer | ||
Description
Horizontal padding of the PivotGrid configurator content. | |||
$kendo-pivotgrid-configurator-content-padding-y | 0px | ||
Description
Vertical padding of the PivotGrid configurator content. | |||
$kendo-pivotgrid-configurator-fields-margin-x | 0px | ||
Description
Horizontal margin of the PivotGrid configurator fields. | |||
$kendo-pivotgrid-configurator-fields-margin-y | math.div( $kendo-pivotgrid-spacer, 2 ) | ||
Description
Vertical margin of the PivotGrid configurator fields. | |||
$kendo-pivotgrid-configurator-fields-gap | map.get( $kendo-spacing, 2) | ||
Description
Spacing of the PivotGrid configurator fields. | |||
$kendo-pivotgrid-configurator-vertical-width | 320px | ||
Description
Default width of the PivotGrid vertical configurator. | |||
$kendo-pivotgrid-configurator-horizontal-height | 420px | ||
Description
Default height of the PivotGrid horizontal configurator. | |||
$kendo-pivotgrid-configurator-bg | var( --kendo-component-bg, inherit ) | ||
Description
Background color of the PivotGrid configurator. | |||
$kendo-pivotgrid-configurator-text | k-get-theme-color-var( neutral-190 ) | ||
Description
Text color of the PivotGrid configurator. | |||
$kendo-pivotgrid-configurator-border | var( --kendo-component-border, inherit )!default | ||
Description
Border color of the PivotGrid configurator. | |||
$kendo-pivotgrid-configurator-header-bg | var( --kendo-component-bg, inherit ) | ||
Description
Background color of the PivotGrid configurator header. | |||
$kendo-pivotgrid-configurator-header-text | var( --kendo-component-text, inherit ) | ||
Description
Text color of the PivotGrid configurator header. | |||
$kendo-pivotgrid-configurator-header-border | inherit | ||
Description
Border color of the PivotGrid configurator header. | |||
$kendo-pivotgrid-configurator-button-padding-x | map.get( $kendo-spacing, 1 ) | ||
Description
Horizontal padding of the PivotGrid configurator button. | |||
$kendo-pivotgrid-configurator-button-padding-y | map.get( $kendo-spacing, 1 ) | ||
Description
Vertical padding of the PivotGrid configurator button. | |||
$kendo-pivotgrid-configurator-button-border-width | 1px | ||
Description
Border width of the PivotGrid configurator button. | |||
$kendo-pivotgrid-configurator-button-size | calc( #{$kendo-pivotgrid-line-height} * 1em + #{$kendo-pivotgrid-configurator-button-padding-y * 2} + #{$kendo-pivotgrid-configurator-button-border-width * 2} ) | ||
Description
Size of the PivotGrid configurator button. | |||
$kendo-pivotgrid-configurator-button-icon-spacing | map.get( $kendo-spacing, 2 ) | ||
Description
Icon spacing of the PivotGrid configurator button. | |||
$kendo-pivotgrid-calculated-field-padding-x | $kendo-pivotgrid-spacer | ||
Description
Horizontal padding of the PivotGrid calculated field. | |||
$kendo-pivotgrid-calculated-field-padding-y | $kendo-pivotgrid-spacer | ||
Description
Vertical padding of the PivotGrid calculated field. | |||
$kendo-pivotgrid-calculated-field-border-width | 1px | ||
Description
Border width of the PivotGrid calculated field. | |||
$kendo-pivotgrid-calculated-field-border-radius | var( --kendo-border-radius-md, #{$kendo-border-radius-md} ) | ||
Description
Border radius of the PivotGrid calculated field. | |||
$kendo-pivotgrid-calculated-field-gap | $kendo-pivotgrid-spacer | ||
Description
Spacing of the PivotGrid calculated field. | |||
$kendo-pivotgrid-calculated-field-bg | var( --kendo-component-bg, inherit ) | ||
Description
Background color of the PivotGrid calculated field. | |||
$kendo-pivotgrid-calculated-field-text | var( --kendo-component-text, inherit ) | ||
Description
Text color of the PivotGrid calculated field. | |||
$kendo-pivotgrid-calculated-field-border | var( --kendo-component-border, inherit ) | ||
Description
Border color of the PivotGrid calculated field. | |||
$kendo-pivotgrid-calculated-field-header-bg | inherit | ||
Description
Background color of the PivotGrid calculated field header. | |||
$kendo-pivotgrid-calculated-field-header-text | var( --kendo-component-text, inherit ) | ||
Description
Text color of the PivotGrid calculated field header. | |||
$kendo-pivotgrid-calculated-field-header-border | inherit | ||
Description
Border color of the PivotGrid calculated field header. | |||
$kendo-pivotgrid-treeview-padding-x | math.div( $kendo-pivotgrid-spacer, 2 ) | ||
Description
Horizontal padding of the PivotGrid treeview. | |||
$kendo-pivotgrid-treeview-padding-y | 0px | ||
Description
Vertical padding of the PivotGrid treeview. |