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

Customizing Action-sheet

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-actionsheet-padding-xStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
Horizontal padding of the action sheet.
$kendo-actionsheet-padding-yStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
Vertical padding of the action sheet.
$kendo-actionsheet-widthNumber360px360px
Description
Width of the action sheet.
$kendo-actionsheet-max-widthNumber100%100%
Description
Maximum width of the action sheet.
$kendo-actionsheet-heightNumber60vh60vh
Description
Height of the action sheet.
$kendo-actionsheet-max-heightNumber60vh60vh
Description
Maximum height of the action sheet.
$kendo-actionsheet-border-widthNumber0px0px
Description
Border width around the action sheet.
$kendo-actionsheet-border-radiusNumber0px0px
Description
Border radius of the action sheet.
$kendo-actionsheet-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
Font size of the action sheet.
$kendo-actionsheet-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
Font family of the action sheet.
$kendo-actionsheet-line-heightStringvar( --kendo-line-height, inherit )var(--kendo-line-height, inherit)
Description
Line height of the action sheet.
$kendo-actionsheet-bgStringvar( --kendo-component-bg, initial )var(--kendo-component-bg, initial)
Description
Background color of the action sheet.
$kendo-actionsheet-textStringvar( --kendo-component-text, initial )var(--kendo-component-text, initial)
Description
Text color of the action sheet.
$kendo-actionsheet-borderStringvar( --kendo-component-border, initial )var(--kendo-component-border, initial)
Description
Border color of the action sheet.
$kendo-actionsheet-shadowStringvar( --kendo-box-shadow-depth-7, none )var(--kendo-box-shadow-depth-7, none)
Description
Box shadow of the action sheet.
$kendo-actionsheet-header-padding-xStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
Horizontal padding of the action sheet header.
$kendo-actionsheet-header-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
Vertical padding of the action sheet header.
$kendo-actionsheet-header-border-widthNumber1px1px
Description
Border width of the action sheet header.
$kendo-actionsheet-header-font-sizeStringinheritinherit
Description
Font size of the action sheet header.
$kendo-actionsheet-header-font-familyStringinheritinherit
Description
Font family of the action sheet header.
$kendo-actionsheet-header-line-heightStringinheritinherit
Description
Line height of the action sheet header.
$kendo-actionsheet-header-gapStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
Spacing between the action sheet header groups.
$kendo-actionsheet-header-bgStringinheritinherit
Description
Background color of the action sheet header.
$kendo-actionsheet-header-textStringinheritinherit
Description
Text color of the action sheet header.
$kendo-actionsheet-header-borderStringinheritinherit
Description
Border color of the action sheet header.
$kendo-actionsheet-header-shadowStringnonenone
Description
Box shadow of the action sheet header.
$kendo-actionsheet-subtitle-font-sizeStringvar( --kendo-font-size-sm, inherit )var(--kendo-font-size-sm, inherit)
Description
Font size of the action sheet subtitle.
$kendo-actionsheet-subtitle-line-heightStringvar( --kendo-line-height-sm, inherit )var(--kendo-line-height-sm, inherit)
Description
Line height of the action sheet subtitle.
$kendo-actionsheet-subtitle-textStringvar( --kendo-subtle-text, inherit )var(--kendo-subtle-text, inherit)
Description
Text color of the action sheet subtitle.
$kendo-actionsheet-item-min-heightNumber40px40px
Description
Minimum height of the action sheet item.
$kendo-actionsheet-item-padding-xStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
Horiozontal padding of the action sheet item.
$kendo-actionsheet-item-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
Vertical padding of the action sheet item.
$kendo-actionsheet-item-border-widthNumber1px1px
Description
Border around the action sheet item.
$kendo-actionsheet-item-spacingStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
Spacing between the icon and the text in the action sheet item.
$kendo-actionsheet-item-icon-colorStringif($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-110 ))var(--kendo-color-primary, #0078d4)
Description
Color of the action sheet item icon.
$kendo-actionsheet-item-title-font-weightStringinheritinherit
Description
Font weight of the action sheet item text.
$kendo-actionsheet-item-title-text-transformStringnonenone
Description
Transform of the action sheet item text.
$kendo-actionsheet-item-description-font-sizeStringvar( --kendo-font-size-sm, inherit )var(--kendo-font-size-sm, inherit)
Description
Font size of the action sheet item description.
$kendo-actionsheet-item-description-textStringvar( --kendo-subtle-text, inherit )var(--kendo-subtle-text, inherit)
Description
Color of the action sheet item description.
$kendo-actionsheet-item-hover-bgStringvar( --kendo-hover-bg, inherit )var(--kendo-hover-bg, inherit)
Description
Hover background color of the action sheet item.
$kendo-actionsheet-item-hover-textStringvar( --kendo-hover-text, inherit )var(--kendo-hover-text, inherit)
Description
Hover text color of the action sheet item.
$kendo-actionsheet-item-hover-borderStringinheritinherit
Description
Hover border color of the action sheet item.
$kendo-actionsheet-item-focus-bgStringinheritinherit
Description
Focus background color of the action sheet item.
$kendo-actionsheet-item-focus-textStringinheritinherit
Description
Focus text color of the action sheet item.
$kendo-actionsheet-item-focus-borderStringinheritinherit
Description
Focus border color of the action sheet item.
$kendo-actionsheet-item-focus-outlineStringvar( --kendo-outline-color, inherit )var(--kendo-outline-color, inherit)
Description
Focus outline color of the action sheet item.
$kendo-actionsheet-item-focus-outline-widthNumber1px1px
Description
Focus outline width of the action sheet item.
$kendo-actionsheet-item-focus-hover-bgString$kendo-actionsheet-item-hover-bgvar(--kendo-hover-bg, inherit)
Description
Focus and hover background color of the action sheet item.
$kendo-actionsheet-item-focus-hover-textString$kendo-actionsheet-item-hover-textvar(--kendo-hover-text, inherit)
Description
Focus and hover text color of the action sheet item.
$kendo-actionsheet-item-focus-hover-borderString$kendo-actionsheet-item-hover-borderinherit
Description
Focus and hover border color of the action sheet item.
$kendo-actionsheet-item-disabled-bgString$kendo-actionsheet-bgvar(--kendo-component-bg, initial)
Description
Disabled background color of the action sheet item.
$kendo-actionsheet-item-disabled-textStringvar( --kendo-disabled-text, inherit )var(--kendo-disabled-text, inherit)
Description
Disabled text color of the action sheet item.
$kendo-actionsheet-item-disabled-borderStringvar( --kendo-disabled-border, inherit )var(--kendo-disabled-border, inherit)
Description
Disabled border color of the action sheet item.
$kendo-adaptive-actionsheet-header-border-widthNumber1px1px
Description
Border width of the adaptive action sheet titlebar.
$kendo-adaptive-actionsheet-header-padding-yStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
Vertical padding of the adaptive action sheet titlebar.
$kendo-adaptive-actionsheet-header-padding-xString$kendo-adaptive-actionsheet-header-padding-yvar(--kendo-spacing-4, 1rem)
Description
Horizontal padding of the adaptive action sheet titlebar.
$kendo-adaptive-actionsheet-header-borderStringvar( --kendo-component-border, initial )var(--kendo-component-border, initial)
Description
Text color of the adaptive action sheet titlebar.
$kendo-adaptive-actionsheet-content-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
Vertical padding of the adaptive action sheet content.
$kendo-adaptive-actionsheet-content-padding-xStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
Horizontal padding of the adaptive action sheet content.
$kendo-adaptive-actionsheet-footer-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
Vertical padding of the adaptive action sheet footer.
$kendo-adaptive-actionsheet-footer-padding-xStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
Horizontal padding of the adaptive action sheet footer.

In this article

Not finding the help you need?