kendo-fab-border-width | 1px | 1px | Default: 1pxComputed: 1px |
| Description: The width of the border around the FAB.
|
kendo-fab-font-family | var( --kendo-font-family, inherit ) | var(--kendo-font-family, inherit) | Default: var( --kendo-font-family, inherit )Computed: var(--kendo-font-family, inherit) |
| Description: The font family of the FAB.
|
kendo-fab-font-size | var( --kendo-font-size, inherit ) | var(--kendo-font-size, inherit) | Default: var( --kendo-font-size, inherit )Computed: var(--kendo-font-size, inherit) |
| Description: The font size of the FAB.
|
kendo-fab-line-height | var( --kendo-line-height, normal ) | var(--kendo-line-height, normal) | Default: var( --kendo-line-height, normal )Computed: var(--kendo-line-height, normal) |
| Description: The line height of the FAB.
|
kendo-fab-sm-padding-x | calc( #{k-spacing(4)} / 2 ) | calc(var(--kendo-spacing-4, 1rem) / 2) | Default: calc( #{k-spacing(4)} / 2 )Computed: calc(var(--kendo-spacing-4, 1rem) / 2) |
| Description: The horizontal padding of the small FAB.
|
kendo-fab-md-padding-x | k-spacing(4) | var(--kendo-spacing-4, 1rem) | Default: k-spacing(4)Computed: var(--kendo-spacing-4, 1rem) |
| Description: The horizontal padding of the medium FAB.
|
kendo-fab-lg-padding-x | calc( #{k-spacing(4)} * 1.5 ) | calc(var(--kendo-spacing-4, 1rem) * 1.5) | Default: calc( #{k-spacing(4)} * 1.5 )Computed: calc(var(--kendo-spacing-4, 1rem) * 1.5) |
| Description: The horizontal padding of the large FAB.
|
kendo-fab-padding-y | k-spacing(4) | var(--kendo-spacing-4, 1rem) | Default: k-spacing(4)Computed: var(--kendo-spacing-4, 1rem) |
| Description: The vertical padding of the FAB.
|
kendo-fab-sm-padding-y | calc( #{k-spacing(4)} / 2 ) | calc(var(--kendo-spacing-4, 1rem) / 2) | Default: calc( #{k-spacing(4)} / 2 )Computed: calc(var(--kendo-spacing-4, 1rem) / 2) |
| Description: The vertical padding of the small FAB.
|
kendo-fab-md-padding-y | k-spacing(4) | var(--kendo-spacing-4, 1rem) | Default: k-spacing(4)Computed: var(--kendo-spacing-4, 1rem) |
| Description: The vertical padding of the medium FAB.
|
kendo-fab-lg-padding-y | calc( #{k-spacing(4)} * 1.5 ) | calc(var(--kendo-spacing-4, 1rem) * 1.5) | Default: calc( #{k-spacing(4)} * 1.5 )Computed: calc(var(--kendo-spacing-4, 1rem) * 1.5) |
| Description: The vertical padding of the large FAB.
|
kendo-fab-icon-padding-x | k-spacing(0.5) | var(--kendo-spacing-0\.5, 0.125rem) | Default: k-spacing(0.5)Computed: var(--kendo-spacing-0\.5, 0.125rem) |
| Description: The horizontal padding of the FAB icon.
|
kendo-fab-icon-padding-y | $kendo-fab-icon-padding-x | var(--kendo-spacing-0\.5, 0.125rem) | Default: $kendo-fab-icon-padding-xComputed: var(--kendo-spacing-0\.5, 0.125rem) |
| Description: The vertical padding of the FAB icon.
|
kendo-fab-icon-spacing | k-spacing(0.5) | var(--kendo-spacing-0\.5, 0.125rem) | Default: k-spacing(0.5)Computed: var(--kendo-spacing-0\.5, 0.125rem) |
| Description: The spacing of the FAB icon.
|
kendo-fab-items-padding-x | k-spacing(0) | var(--kendo-spacing-0, 0px) | Default: k-spacing(0)Computed: var(--kendo-spacing-0, 0px) |
| Description: The horizontal padding of the FAB items.
|
kendo-fab-items-padding-y | k-spacing(4) | var(--kendo-spacing-4, 1rem) | Default: k-spacing(4)Computed: var(--kendo-spacing-4, 1rem) |
| Description: The vertical padding of the FAB items.
|
kendo-fab-item-text-padding-x | k-spacing(1) | var(--kendo-spacing-1, 0.25rem) | Default: k-spacing(1)Computed: var(--kendo-spacing-1, 0.25rem) |
| Description: The horizontal padding of the FAB item text.
|
kendo-fab-item-text-padding-y | $kendo-fab-item-text-padding-x | var(--kendo-spacing-1, 0.25rem) | Default: $kendo-fab-item-text-padding-xComputed: var(--kendo-spacing-1, 0.25rem) |
| Description: The vertical padding of the FAB item text.
|
kendo-fab-item-text-border-width | 1px | 1px | Default: 1pxComputed: 1px |
| Description: The width of the FAB item text border.
|
kendo-fab-item-text-border-radius | 2px | 2px | Default: 2pxComputed: 2px |
| Description: The border radius of the FAB item text.
|
kendo-fab-item-text-font-size | var( --kendo-font-size-xs, inherit ) | var(--kendo-font-size-xs, inherit) | Default: var( --kendo-font-size-xs, inherit )Computed: var(--kendo-font-size-xs, inherit) |
| Description: The font size of the FAB item text.
|
kendo-fab-item-text-line-height | 1.2 | 1.2 | Default: 1.2Computed: 1.2 |
| Description: The line height of the FAB item text.
|
kendo-fab-item-icon-padding-x | calc( #{k-spacing(2)} + #{$kendo-fab-icon-padding-x} ) | calc(var(--kendo-spacing-2, 0.5rem) + var(--kendo-spacing-0\.5, 0.125rem)) | Default: calc( #{k-spacing(2)} + #{$kendo-fab-icon-padding-x} )Computed: calc(var(--kendo-spacing-2, 0.5rem) + var(--kendo-spacing-0\.5, 0.125rem)) |
| Description: The horizontal padding of the FAB item icon.
|
kendo-fab-item-icon-padding-y | $kendo-fab-item-icon-padding-x | calc(var(--kendo-spacing-2, 0.5rem) + var(--kendo-spacing-0\.5, 0.125rem)) | Default: $kendo-fab-item-icon-padding-xComputed: calc(var(--kendo-spacing-2, 0.5rem) + var(--kendo-spacing-0\.5, 0.125rem)) |
| Description: The vertical padding of the FAB item icon.
|
kendo-fab-item-icon-border-width | 0 | 0 | Default: 0Computed: 0 |
| Description: The width of the FAB item icon border.
|
kendo-fab-item-icon-border-radius | 50% | 50% | Default: 50%Computed: 50% |
| Description: The border radius of the FAB item icon.
|
kendo-fab-theme-colors | | primary: | var(--kendo-color-primary, #ff6358) | | secondary: | var(--kendo-color-secondary, #666666) | | tertiary: | var(--kendo-color-tertiary, #03a9f4) | | info: | var(--kendo-color-info, #0058e9) | | success: | var(--kendo-color-success, #37b400) | | warning: | var(--kendo-color-warning, #ffc000) | | error: | var(--kendo-color-error, #f31700) | | dark: | var(--kendo-color-dark, #3d3d3d) | | light: | var(--kendo-color-light, #ebebeb) | | inverse: | var(--kendo-color-dark, #3d3d3d) |
| Computed: ("primary": var(--kendo-color-primary, #ff6358), "secondary": var(--kendo-color-secondary, #666666), "tertiary": var(--kendo-color-tertiary, #03a9f4), "info": var(--kendo-color-info, #0058e9), "success": var(--kendo-color-success, #37b400), "warning": var(--kendo-color-warning, #ffc000), "error": var(--kendo-color-error, #f31700), "dark": var(--kendo-color-dark, #3d3d3d), "light": var(--kendo-color-light, #ebebeb), "inverse": var(--kendo-color-dark, #3d3d3d)) |
| Description: The theme colors map for the FAB.
|
kendo-fab-sizes | | sm: | "padding-x":"calc(var(--kendo-spacing-4, 1rem) / 2)","padding-y":"calc(var(--kendo-spacing-4, 1rem) / 2)" | | md: | "padding-x":"var(--kendo-spacing-4, 1rem)","padding-y":"var(--kendo-spacing-4, 1rem)" | | lg: | "padding-x":"calc(var(--kendo-spacing-4, 1rem) * 1.5)","padding-y":"calc(var(--kendo-spacing-4, 1rem) * 1.5)" |
| Computed: (sm: (padding-x: calc(var(--kendo-spacing-4, 1rem) / 2), padding-y: calc(var(--kendo-spacing-4, 1rem) / 2)), md: (padding-x: var(--kendo-spacing-4, 1rem), padding-y: var(--kendo-spacing-4, 1rem)), lg: (padding-x: calc(var(--kendo-spacing-4, 1rem) * 1.5), padding-y: calc(var(--kendo-spacing-4, 1rem) * 1.5))) |
| Description: The size map for the FAB.
|
kendo-fab-shadow | k-elevation(5) | var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12)) | Default: k-elevation(5)Computed: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12)) |
| Description: The base shadow of the FAB.
|
kendo-fab-disabled-shadow | k-elevation(5) | var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12)) | Default: k-elevation(5)Computed: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12)) |
| Description: The shadow of the disabled FAB.
|
kendo-fab-active-shadow | null | null | Default: nullComputed: null |
| Description: The shadow of the active FAB.
|
kendo-fab-outline-style | solid | solid | Default: solidComputed: solid |
| Description: The outline style of the FAB.
|
kendo-fab-outline-width | k-spacing(0.5) | var(--kendo-spacing-0\.5, 0.125rem) | Default: k-spacing(0.5)Computed: var(--kendo-spacing-0\.5, 0.125rem) |
| Description: The outline width of the FAB.
|
kendo-fab-item-text | k-color(on-app-surface) | var(--kendo-color-on-app-surface, #3d3d3d) | Default: k-color(on-app-surface)Computed: var(--kendo-color-on-app-surface, #3d3d3d) |
| Description: The base text color of the FAB item.
|
kendo-fab-item-bg | k-color(surface-alt) | var(--kendo-color-surface-alt, #ffffff) | Default: k-color(surface-alt)Computed: var(--kendo-color-surface-alt, #ffffff) |
| Description: The base background color of the FAB item.
|
kendo-fab-item-border | k-color(border) | var(--kendo-color-border, rgba(0, 0, 0, 0.08)) | Default: k-color(border)Computed: var(--kendo-color-border, rgba(0, 0, 0, 0.08)) |
| Description: The base border color of the FAB item.
|
kendo-fab-item-icon-text | $kendo-button-text | var(--kendo-color-on-base, #3d3d3d) | Default: $kendo-button-textComputed: var(--kendo-color-on-base, #3d3d3d) |
| Description: The base text color of the FAB item icon.
|
kendo-fab-item-icon-bg | $kendo-button-bg | var(--kendo-color-base, #f5f5f5) | Default: $kendo-button-bgComputed: var(--kendo-color-base, #f5f5f5) |
| Description: The base background color of the FAB item icon.
|
kendo-fab-item-icon-border | $kendo-button-border | var(--kendo-color-border, rgba(0, 0, 0, 0.08)) | Default: $kendo-button-borderComputed: var(--kendo-color-border, rgba(0, 0, 0, 0.08)) |
| Description: The base border color of the FAB item icon.
|
kendo-fab-item-shadow | $kendo-fab-shadow | var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12)) | Default: $kendo-fab-shadowComputed: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12)) |
| Description: The base shadow of the FAB item.
|
kendo-fab-item-disabled-shadow | $kendo-fab-disabled-shadow | var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12)) | Default: $kendo-fab-disabled-shadowComputed: var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12)) |
| Description: The shadow of the disabled FAB item.
|
kendo-fab-item-active-shadow | $kendo-fab-active-shadow | null | Default: $kendo-fab-active-shadowComputed: null |
| Description: The shadow of the active FAB item.
|
kendo-fab-item-outline-style | solid | solid | Default: solidComputed: solid |
| Description: The outline style of the FAB item.
|
kendo-fab-item-outline-width | k-spacing(0.5) | var(--kendo-spacing-0\.5, 0.125rem) | Default: k-spacing(0.5)Computed: var(--kendo-spacing-0\.5, 0.125rem) |
| Description: The outline width of the FAB item.
|
kendo-fab-item-outline-color | rgba(0, 0, 0, .08) | rgba(0, 0, 0, 0.08) | Default: rgba(0, 0, 0, .08)Computed: rgba(0, 0, 0, 0.08) |
| Description: The outline color of the FAB item.
|
kendo-fab-generating-opacity | 40% | 40% | Default: 40%Computed: 40% |
| Description: Тhe opacity of the generating FAB.
|