Sass Variables
The Telerik and Kendo UI BottomNavigation enables you to configure and customize its appearance through the available Sass variables.
Variable | Default Value | Computed Value | Value |
---|---|---|---|
kendo-bottom-nav-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 BottomNavigation. | |||
kendo-bottom-nav-padding-y | $kendo-bottom-nav-padding-x | var(--kendo-spacing-1, 0.25rem) | Default: $kendo-bottom-nav-padding-x Computed: var(--kendo-spacing-1, 0.25rem) |
Description: The vertical padding of the BottomNavigation. | |||
kendo-bottom-nav-gap | $kendo-bottom-nav-padding-x | var(--kendo-spacing-1, 0.25rem) | Default: $kendo-bottom-nav-padding-x Computed: var(--kendo-spacing-1, 0.25rem) |
Description: The spacing between the BottomNavigation items. | |||
kendo-bottom-nav-border-width | 1px 0px 0px 0px | (1px 0px 0px 0px) | Default: 1px 0px 0px 0px Computed: (1px 0px 0px 0px) |
Description: The width of the border around the BottomNavigation. | |||
kendo-bottom-nav-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 BottomNavigation. | |||
kendo-bottom-nav-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 BottomNavigation. | |||
kendo-bottom-nav-line-height | var( --kendo-line-height-xs, normal ) | var(--kendo-line-height-xs, normal) | Default: var( --kendo-line-height-xs, normal ) Computed: var(--kendo-line-height-xs, normal) |
Description: The line height of the BottomNavigation. | |||
kendo-bottom-nav-letter-spacing | .2px | 0.2px | Default: .2px Computed: 0.2px |
Description: The letter spacing of the BottomNavigation. | |||
kendo-bottom-nav-item-padding-x | k-spacing(2) | var(--kendo-spacing-2, 0.5rem) | Default: k-spacing(2) Computed: var(--kendo-spacing-2, 0.5rem) |
Description: The horizontal padding of the BottomNavigation item. | |||
kendo-bottom-nav-item-padding-y | k-spacing(0) | var(--kendo-spacing-0, 0px) | Default: k-spacing(0) Computed: var(--kendo-spacing-0, 0px) |
Description: The vertical padding of the BottomNavigation item. | |||
kendo-bottom-nav-item-min-width | 72px | 72px | Default: 72px Computed: 72px |
Description: The minimum width of the BottomNavigation item. | |||
kendo-bottom-nav-item-max-width | null | null | Default: null Computed: null |
Description: The maximum width of the BottomNavigation item. | |||
kendo-bottom-nav-item-min-height | calc( #{$kendo-icon-size * 2.5} + calc( #{k-spacing(2)} * 2 ) - calc( #{$kendo-bottom-nav-padding-x} * 2 ) ) | calc(40px + var(--kendo-spacing-2, 0.5rem) * 2 - var(--kendo-spacing-1, 0.25rem) * 2) | Default: calc( #{$kendo-icon-size * 2.5} + calc( #{k-spacing(2)} * 2 ) - calc( #{$kendo-bottom-nav-padding-x} * 2 ) ) Computed: calc(40px + var(--kendo-spacing-2, 0.5rem) * 2 - var(--kendo-spacing-1, 0.25rem) * 2) |
Description: The minimum height of the BottomNavigation item. | |||
kendo-bottom-nav-item-border-radius | k-border-radius(md) | var(--kendo-border-radius-md, 0.25rem) | Default: k-border-radius(md) Computed: var(--kendo-border-radius-md, 0.25rem) |
Description: The border radius of the BottomNavigation item. | |||
kendo-bottom-nav-item-gap | 0 k-spacing(1) | (0 var(--kendo-spacing-1, 0.25rem)) | Default: 0 k-spacing(1) Computed: (0 var(--kendo-spacing-1, 0.25rem)) |
Description: The spacing of the BottomNavigation item. | |||
kendo-bottom-nav-shadow | k-elevation(4) | var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12)) | Default: k-elevation(4) Computed: var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12)) |
Description: The box shadow of the BottomNavigation. | |||
kendo-bottom-nav-flat-text | $kendo-component-text | var(--kendo-color-on-app-surface, #3d3d3d) | Default: $kendo-component-text Computed: var(--kendo-color-on-app-surface, #3d3d3d) |
Description: The text color of the flat BottomNavigation. | |||
kendo-bottom-nav-flat-bg | $kendo-component-bg | var(--kendo-color-surface-alt, #ffffff) | Default: $kendo-component-bg Computed: var(--kendo-color-surface-alt, #ffffff) |
Description: The background color of the flat BottomNavigation. | |||
kendo-bottom-nav-flat-border | $kendo-component-border | var(--kendo-color-border, rgba(0, 0, 0, 0.08)) | Default: $kendo-component-border Computed: var(--kendo-color-border, rgba(0, 0, 0, 0.08)) |
Description: The border color of the flat BottomNavigation. |