Customizing Action-sheet

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-actionsheet-padding-x0px
Description
Horizontal padding of the action sheet.
$kendo-actionsheet-padding-y0px
Description
Vertical padding of the action sheet.
$kendo-actionsheet-width360px
Description
Width of the action sheet.
$kendo-actionsheet-max-width100%
Description
Maximum width of the action sheet.
$kendo-actionsheet-height60vh
Description
Height of the action sheet.
$kendo-actionsheet-max-height60vh
Description
Maximum height of the action sheet.
$kendo-actionsheet-border-width0px
Description
Border width around the action sheet.
$kendo-actionsheet-border-radius0px
Description
Border radius of the action sheet.
$kendo-actionsheet-font-sizevar( --kendo-font-size, inherit )
Description
Font size of the action sheet.
$kendo-actionsheet-font-familyvar( --kendo-font-family, inherit )
Description
Font family of the action sheet.
$kendo-actionsheet-line-heightvar( --kendo-line-height, inherit )
Description
Line height of the action sheet.
$kendo-actionsheet-bgvar( --kendo-component-bg, initial )
Description
Background color of the action sheet.
$kendo-actionsheet-textvar( --kendo-component-text, initial )
Description
Text color of the action sheet.
$kendo-actionsheet-bordervar( --kendo-component-border, initial )
Description
Border color of the action sheet.
$kendo-actionsheet-shadowvar( --kendo-box-shadow-depth-7, none )
Description
Box shadow of the action sheet.
$kendo-actionsheet-header-padding-xmap.get( $kendo-spacing, 4 )
Description
Horizontal padding of the action sheet header.
$kendo-actionsheet-header-padding-ymap.get( $kendo-spacing, 2 )
Description
Vertical padding of the action sheet header.
$kendo-actionsheet-header-border-width1px
Description
Border width of the action sheet header.
$kendo-actionsheet-header-font-sizeinherit
Description
Font size of the action sheet header.
$kendo-actionsheet-header-font-familyinherit
Description
Font family of the action sheet header.
$kendo-actionsheet-header-line-heightinherit
Description
Line height of the action sheet header.
$kendo-actionsheet-header-gapmap.get( $kendo-spacing, 4 )
Description
Spacing between the action sheet header groups.
$kendo-actionsheet-header-bginherit
Description
Background color of the action sheet header.
$kendo-actionsheet-header-textinherit
Description
Text color of the action sheet header.
$kendo-actionsheet-header-borderinherit
Description
Border color of the action sheet header.
$kendo-actionsheet-header-shadownone
Description
Box shadow of the action sheet header.
$kendo-actionsheet-subtitle-font-sizevar( --kendo-font-size-sm, inherit )
Description
Font size of the action sheet subtitle.
$kendo-actionsheet-subtitle-line-heightvar( --kendo-line-height-sm, inherit )
Description
Line height of the action sheet subtitle.
$kendo-actionsheet-subtitle-textvar( --kendo-subtle-text, inherit )
Description
Text color of the action sheet subtitle.
$kendo-actionsheet-item-min-height40px
Description
Minimum height of the action sheet item.
$kendo-actionsheet-item-padding-xmap.get( $kendo-spacing, 4 )
Description
Horiozontal padding of the action sheet item.
$kendo-actionsheet-item-padding-ymap.get( $kendo-spacing, 2 )
Description
Vertical padding of the action sheet item.
$kendo-actionsheet-item-border-width1px
Description
Border around the action sheet item.
$kendo-actionsheet-item-spacingmap.get( $kendo-spacing, 2 )
Description
Spacing between the icon and the text in the action sheet item.
$kendo-actionsheet-item-icon-colorif($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-110 ))
Description
Color of the action sheet item icon.
$kendo-actionsheet-item-title-font-weightinherit
Description
Font weight of the action sheet item text.
$kendo-actionsheet-item-title-text-transformnone
Description
Transform of the action sheet item text.
$kendo-actionsheet-item-description-font-sizevar( --kendo-font-size-sm, inherit )
Description
Font size of the action sheet item description.
$kendo-actionsheet-item-description-textvar( --kendo-subtle-text, inherit )
Description
Color of the action sheet item description.
$kendo-actionsheet-item-hover-bgvar( --kendo-hover-bg, inherit )
Description
Hover background color of the action sheet item.
$kendo-actionsheet-item-hover-textvar( --kendo-hover-text, inherit )
Description
Hover text color of the action sheet item.
$kendo-actionsheet-item-hover-borderinherit
Description
Hover border color of the action sheet item.
$kendo-actionsheet-item-focus-bginherit
Description
Focus background color of the action sheet item.
$kendo-actionsheet-item-focus-textinherit
Description
Focus text color of the action sheet item.
$kendo-actionsheet-item-focus-borderinherit
Description
Focus border color of the action sheet item.
$kendo-actionsheet-item-focus-outlinevar( --kendo-outline-color, inherit )
Description
Focus outline color of the action sheet item.
$kendo-actionsheet-item-focus-outline-width1px
Description
Focus outline width of the action sheet item.
$kendo-actionsheet-item-focus-hover-bg$kendo-actionsheet-item-hover-bg
Description
Focus and hover background color of the action sheet item.
$kendo-actionsheet-item-focus-hover-text$kendo-actionsheet-item-hover-text
Description
Focus and hover text color of the action sheet item.
$kendo-actionsheet-item-focus-hover-border$kendo-actionsheet-item-hover-border
Description
Focus and hover border color of the action sheet item.
$kendo-actionsheet-item-disabled-bg$kendo-actionsheet-bg
Description
Disabled background color of the action sheet item.
$kendo-actionsheet-item-disabled-textvar( --kendo-disabled-text, inherit )
Description
Disabled text color of the action sheet item.
$kendo-actionsheet-item-disabled-bordervar( --kendo-disabled-border, inherit )
Description
Disabled border color of the action sheet item.
$kendo-adaptive-actionsheet-header-border-width1px
Description
Border width of the adaptive action sheet titlebar.
$kendo-adaptive-actionsheet-header-padding-ymap.get( $kendo-spacing, 4 )
Description
Vertical padding of the adaptive action sheet titlebar.
$kendo-adaptive-actionsheet-header-padding-x$kendo-adaptive-actionsheet-header-padding-y
Description
Horizontal padding of the adaptive action sheet titlebar.
$kendo-adaptive-actionsheet-header-bordervar( --kendo-component-border, initial )
Description
Text color of the adaptive action sheet titlebar.
$kendo-adaptive-actionsheet-content-padding-ymap.get( $kendo-spacing, 2 )
Description
Vertical padding of the adaptive action sheet content.
$kendo-adaptive-actionsheet-content-padding-xmap.get( $kendo-spacing, 4 )
Description
Horizontal padding of the adaptive action sheet content.
$kendo-adaptive-actionsheet-footer-padding-ymap.get( $kendo-spacing, 2 )
Description
Vertical padding of the adaptive action sheet footer.
$kendo-adaptive-actionsheet-footer-padding-xmap.get( $kendo-spacing, 4 )
Description
Horizontal padding of the adaptive action sheet footer.

In this article

Not finding the help you need?