New to Kendo UI for Angular? Start a free 30-day trial
Customizing Action-sheet
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-actionsheet-padding-x | 0px | ||
Description
Horizontal padding of the action sheet. | |||
$kendo-actionsheet-padding-y | 0px | ||
Description
Vertical padding of the action sheet. | |||
$kendo-actionsheet-width | 360px | ||
Description
Width of the action sheet. | |||
$kendo-actionsheet-max-width | 100% | ||
Description
Maximum width of the action sheet. | |||
$kendo-actionsheet-height | 60vh | ||
Description
Height of the action sheet. | |||
$kendo-actionsheet-max-height | 60vh | ||
Description
Maximum height of the action sheet. | |||
$kendo-actionsheet-border-width | 0px | ||
Description
Border width around the action sheet. | |||
$kendo-actionsheet-border-radius | 0px | ||
Description
Border radius of the action sheet. | |||
$kendo-actionsheet-font-size | var( --kendo-font-size, inherit ) | ||
Description
Font size of the action sheet. | |||
$kendo-actionsheet-font-family | var( --kendo-font-family, inherit ) | ||
Description
Font family of the action sheet. | |||
$kendo-actionsheet-line-height | var( --kendo-line-height, inherit ) | ||
Description
Line height of the action sheet. | |||
$kendo-actionsheet-bg | var( --kendo-component-bg, initial ) | ||
Description
Background color of the action sheet. | |||
$kendo-actionsheet-text | var( --kendo-component-text, initial ) | ||
Description
Text color of the action sheet. | |||
$kendo-actionsheet-border | var( --kendo-component-border, initial ) | ||
Description
Border color of the action sheet. | |||
$kendo-actionsheet-shadow | var( --kendo-box-shadow-depth-7, none ) | ||
Description
Box shadow of the action sheet. | |||
$kendo-actionsheet-header-padding-x | map.get( $kendo-spacing, 4 ) | ||
Description
Horizontal padding of the action sheet header. | |||
$kendo-actionsheet-header-padding-y | map.get( $kendo-spacing, 2 ) | ||
Description
Vertical padding of the action sheet header. | |||
$kendo-actionsheet-header-border-width | 1px | ||
Description
Border width of the action sheet header. | |||
$kendo-actionsheet-header-font-size | inherit | ||
Description
Font size of the action sheet header. | |||
$kendo-actionsheet-header-font-family | inherit | ||
Description
Font family of the action sheet header. | |||
$kendo-actionsheet-header-line-height | inherit | ||
Description
Line height of the action sheet header. | |||
$kendo-actionsheet-header-gap | map.get( $kendo-spacing, 4 ) | ||
Description
Spacing between the action sheet header groups. | |||
$kendo-actionsheet-header-bg | inherit | ||
Description
Background color of the action sheet header. | |||
$kendo-actionsheet-header-text | inherit | ||
Description
Text color of the action sheet header. | |||
$kendo-actionsheet-header-border | inherit | ||
Description
Border color of the action sheet header. | |||
$kendo-actionsheet-header-shadow | none | ||
Description
Box shadow of the action sheet header. | |||
$kendo-actionsheet-subtitle-font-size | var( --kendo-font-size-sm, inherit ) | ||
Description
Font size of the action sheet subtitle. | |||
$kendo-actionsheet-subtitle-line-height | var( --kendo-line-height-sm, inherit ) | ||
Description
Line height of the action sheet subtitle. | |||
$kendo-actionsheet-subtitle-text | var( --kendo-subtle-text, inherit ) | ||
Description
Text color of the action sheet subtitle. | |||
$kendo-actionsheet-item-min-height | 40px | ||
Description
Minimum height of the action sheet item. | |||
$kendo-actionsheet-item-padding-x | map.get( $kendo-spacing, 4 ) | ||
Description
Horiozontal padding of the action sheet item. | |||
$kendo-actionsheet-item-padding-y | map.get( $kendo-spacing, 2 ) | ||
Description
Vertical padding of the action sheet item. | |||
$kendo-actionsheet-item-border-width | 1px | ||
Description
Border around the action sheet item. | |||
$kendo-actionsheet-item-spacing | map.get( $kendo-spacing, 2 ) | ||
Description
Spacing between the icon and the text in the action sheet item. | |||
$kendo-actionsheet-item-icon-color | k-get-theme-color-var( primary-110 ) | ||
Description
Color of the action sheet item icon. | |||
$kendo-actionsheet-item-title-font-weight | inherit | ||
Description
Font weight of the action sheet item text. | |||
$kendo-actionsheet-item-title-text-transform | none | ||
Description
Transform of the action sheet item text. | |||
$kendo-actionsheet-item-description-font-size | var( --kendo-font-size-sm, inherit ) | ||
Description
Font size of the action sheet item description. | |||
$kendo-actionsheet-item-description-text | var( --kendo-subtle-text, inherit ) | ||
Description
Color of the action sheet item description. | |||
$kendo-actionsheet-item-hover-bg | var( --kendo-hover-bg, inherit ) | ||
Description
Hover background color of the action sheet item. | |||
$kendo-actionsheet-item-hover-text | var( --kendo-hover-text, inherit ) | ||
Description
Hover text color of the action sheet item. | |||
$kendo-actionsheet-item-hover-border | inherit | ||
Description
Hover border color of the action sheet item. | |||
$kendo-actionsheet-item-focus-bg | inherit | ||
Description
Focus background color of the action sheet item. | |||
$kendo-actionsheet-item-focus-text | inherit | ||
Description
Focus text color of the action sheet item. | |||
$kendo-actionsheet-item-focus-border | inherit | ||
Description
Focus border color of the action sheet item. | |||
$kendo-actionsheet-item-focus-outline | var( --kendo-outline-color, inherit ) | ||
Description
Focus outline color of the action sheet item. | |||
$kendo-actionsheet-item-focus-outline-width | 1px | ||
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-text | var( --kendo-disabled-text, inherit ) | ||
Description
Disabled text color of the action sheet item. | |||
$kendo-actionsheet-item-disabled-border | var( --kendo-disabled-border, inherit ) | ||
Description
Disabled border color of the action sheet item. | |||
$kendo-adaptive-actionsheet-header-border-width | 1px | ||
Description
Border width of the adaptive action sheet titlebar. | |||
$kendo-adaptive-actionsheet-header-padding-y | map.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-border | var( --kendo-component-border, initial ) | ||
Description
Text color of the adaptive action sheet titlebar. | |||
$kendo-adaptive-actionsheet-content-padding-y | map.get( $kendo-spacing, 2 ) | ||
Description
Vertical padding of the adaptive action sheet content. | |||
$kendo-adaptive-actionsheet-content-padding-x | map.get( $kendo-spacing, 4 ) | ||
Description
Horizontal padding of the adaptive action sheet content. | |||
$kendo-adaptive-actionsheet-footer-padding-y | map.get( $kendo-spacing, 2 ) | ||
Description
Vertical padding of the adaptive action sheet footer. | |||
$kendo-adaptive-actionsheet-footer-padding-x | map.get( $kendo-spacing, 4 ) | ||
Description
Horizontal padding of the adaptive action sheet footer. |