kendo-badge-border-width | 1px | 1px | Default: 1px Computed: 1px |
Description: The width of the border around the Badge.
|
kendo-badge-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 Badge.
|
kendo-badge-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 Badge.
|
kendo-badge-sm-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 small Badge.
|
kendo-badge-md-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 medium Badge.
|
kendo-badge-lg-padding-x | k-spacing(1.5) | var(--kendo-spacing-1\.5, 0.375rem) | Default: k-spacing(1.5) Computed: var(--kendo-spacing-1\.5, 0.375rem) |
Description: The horizontal padding of the large Badge.
|
kendo-badge-padding-y | k-spacing(1) | var(--kendo-spacing-1, 0.25rem) | Default: k-spacing(1) Computed: var(--kendo-spacing-1, 0.25rem) |
Description: The vertical padding of the Badge.
|
kendo-badge-sm-padding-y | 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 vertical padding of the small Badge.
|
kendo-badge-md-padding-y | k-spacing(1) | var(--kendo-spacing-1, 0.25rem) | Default: k-spacing(1) Computed: var(--kendo-spacing-1, 0.25rem) |
Description: The vertical padding of the medium Badge.
|
kendo-badge-lg-padding-y | k-spacing(1.5) | var(--kendo-spacing-1\.5, 0.375rem) | Default: k-spacing(1.5) Computed: var(--kendo-spacing-1\.5, 0.375rem) |
Description: The vertical padding of the large Badge.
|
kendo-badge-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 sizes of the Badge.
|
kendo-badge-sm-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 small Badge.
|
kendo-badge-md-font-size | var( --kendo-font-size-xs, inherit )!default | var(--kendo-font-size-xs, inherit) | Default: var( --kendo-font-size-xs, inherit )!default Computed: var(--kendo-font-size-xs, inherit) |
Description: The font size of the medium Badge.
|
kendo-badge-lg-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 large Badge.
|
kendo-badge-line-height | 1 | 1 | Default: 1 Computed: 1 |
Description: The line heights used along with the $kendo-font-size variable.
|
kendo-badge-sm-line-height | $kendo-badge-line-height | 1 | Default: $kendo-badge-line-height Computed: 1 |
Description: The line height used along with the $kendo-font-size variable of the small Badge.
|
kendo-badge-md-line-height | $kendo-badge-line-height | 1 | Default: $kendo-badge-line-height Computed: 1 |
Description: The line height used along with the $kendo-font-size variable of the medium Badge.
|
kendo-badge-lg-line-height | $kendo-badge-line-height | 1 | Default: $kendo-badge-line-height Computed: 1 |
Description: The line height used along with the $kendo-font-size variable of the large Badge.
|
kendo-badge-min-width | calc( #{$kendo-badge-line-height * 1em} + calc( #{$kendo-badge-padding-y} * 2 ) + calc( #{$kendo-badge-border-width} * 2 )) | calc(1em + var(--kendo-spacing-1, 0.25rem) * 2 + 1px * 2) | Default: calc( #{$kendo-badge-line-height * 1em} + calc( #{$kendo-badge-padding-y} * 2 ) + calc( #{$kendo-badge-border-width} * 2 )) Computed: calc(1em + var(--kendo-spacing-1, 0.25rem) * 2 + 1px * 2) |
Description: The calculated minimum width of the circular Badge.
|
kendo-badge-sm-min-width | calc( #{$kendo-badge-sm-line-height * 1em} + calc( #{$kendo-badge-sm-padding-y} * 2 ) + calc( #{$kendo-badge-border-width} * 2 ) ) | calc(1em + var(--kendo-spacing-0\.5, 0.125rem) * 2 + 1px * 2) | Default: calc( #{$kendo-badge-sm-line-height * 1em} + calc( #{$kendo-badge-sm-padding-y} * 2 ) + calc( #{$kendo-badge-border-width} * 2 ) ) Computed: calc(1em + var(--kendo-spacing-0\.5, 0.125rem) * 2 + 1px * 2) |
Description: The calculated minimum width of the small circular Badge.
|
kendo-badge-md-min-width | calc( #{$kendo-badge-md-line-height * 1em} + calc( #{$kendo-badge-md-padding-y} * 2 ) + calc( #{$kendo-badge-border-width} * 2 ) ) | calc(1em + var(--kendo-spacing-1, 0.25rem) * 2 + 1px * 2) | Default: calc( #{$kendo-badge-md-line-height * 1em} + calc( #{$kendo-badge-md-padding-y} * 2 ) + calc( #{$kendo-badge-border-width} * 2 ) ) Computed: calc(1em + var(--kendo-spacing-1, 0.25rem) * 2 + 1px * 2) |
Description: The calculated minimum width of the medium circular Badge.
|
kendo-badge-lg-min-width | calc( #{$kendo-badge-lg-line-height * 1em} + calc( #{$kendo-badge-lg-padding-y} * 2 ) + calc( #{$kendo-badge-border-width} * 2 ) ) | calc(1em + var(--kendo-spacing-1\.5, 0.375rem) * 2 + 1px * 2) | Default: calc( #{$kendo-badge-lg-line-height * 1em} + calc( #{$kendo-badge-lg-padding-y} * 2 ) + calc( #{$kendo-badge-border-width} * 2 ) ) Computed: calc(1em + var(--kendo-spacing-1\.5, 0.375rem) * 2 + 1px * 2) |
Description: The calculated minimum width of the large circular Badge.
|
kendo-badge-sizes | sm: | "padding-x":"var(--kendo-spacing-0\\.5, 0.125rem)","padding-y":"var(--kendo-spacing-0\\.5, 0.125rem)","font-size":"var(--kendo-font-size-xs, inherit)","line-height":1,"min-width":"calc(1em + var(--kendo-spacing-0\\.5, 0.125rem) * 2 + 1px * 2)" | md: | "padding-x":"var(--kendo-spacing-1, 0.25rem)","padding-y":"var(--kendo-spacing-1, 0.25rem)","font-size":"var(--kendo-font-size-xs, inherit)","line-height":1,"min-width":"calc(1em + var(--kendo-spacing-1, 0.25rem) * 2 + 1px * 2)" | lg: | "padding-x":"var(--kendo-spacing-1\\.5, 0.375rem)","padding-y":"var(--kendo-spacing-1\\.5, 0.375rem)","font-size":"var(--kendo-font-size-xs, inherit)","line-height":1,"min-width":"calc(1em + var(--kendo-spacing-1\\.5, 0.375rem) * 2 + 1px * 2)" |
| Computed: (sm: (padding-x: var(--kendo-spacing-0\.5, 0.125rem), padding-y: var(--kendo-spacing-0\.5, 0.125rem), font-size: var(--kendo-font-size-xs, inherit), line-height: 1, min-width: calc(1em + var(--kendo-spacing-0\.5, 0.125rem) * 2 + 1px * 2)), md: (padding-x: var(--kendo-spacing-1, 0.25rem), padding-y: var(--kendo-spacing-1, 0.25rem), font-size: var(--kendo-font-size-xs, inherit), line-height: 1, min-width: calc(1em + var(--kendo-spacing-1, 0.25rem) * 2 + 1px * 2)), lg: (padding-x: var(--kendo-spacing-1\.5, 0.375rem), padding-y: var(--kendo-spacing-1\.5, 0.375rem), font-size: var(--kendo-font-size-xs, inherit), line-height: 1, min-width: calc(1em + var(--kendo-spacing-1\.5, 0.375rem) * 2 + 1px * 2))) |
Description: The sizes map for the Badge.
|