New to Kendo UI for Angular? Start a free 30-day trial
Customizing Card
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-card-padding-x | String | k-spacing(4) | var(--kendo-spacing-4, 1rem) |
Description
The horizontal padding of the Card. | |||
$kendo-card-padding-y | String | k-spacing(3) | var(--kendo-spacing-3, 0.75rem) |
Description
The vertical padding of the Card. | |||
$kendo-card-border-width | Number | 0px | 0px |
Description
The width of the border around the Card. | |||
$kendo-card-border-radius | String | k-border-radius(md) | var(--kendo-border-radius-md, 0.25rem) |
Description
The border radius of the Card. | |||
$kendo-card-inner-border-radius | Calculation | calc( #{$kendo-card-border-radius} - #{$kendo-card-border-width} ) | calc(var(--kendo-border-radius-md, 0.25rem) - 0px) |
Description
The inner border radius of the Card. | |||
$kendo-card-font-family | String | var( --kendo-font-family, inherit ) | var(--kendo-font-family, inherit) |
Description
The font family of the Card. | |||
$kendo-card-font-size | String | var( --kendo-font-size, inherit ) | var(--kendo-font-size, inherit) |
Description
The font size of the Card. | |||
$kendo-card-line-height | Number | k-math-div( 20, 14 ) | 1.4285714286 |
Description
The line height of the Card. | |||
$kendo-card-deck-gap | String | k-spacing(4) | var(--kendo-spacing-4, 1rem) |
Description
The spacing between the Cards in the Card deck. | |||
$kendo-card-bg | String | $kendo-component-bg | var(--kendo-color-surface-alt, #ffffff) |
Description
The background color of the Card. | |||
$kendo-card-text | String | $kendo-component-text | var(--kendo-color-on-app-surface, #212121) |
Description
The text color of the Card. | |||
$kendo-card-border | String | $kendo-component-border | var(--kendo-color-border, rgba(0, 0, 0, 0.12)) |
Description
The border color of the Card. | |||
$kendo-card-shadow | String | $box-shadow-depth-1 | var(--kendo-elevation-1, 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 2px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 1px 0px rgba(0, 0, 0, 0.14)) |
Description
The shadow of the Card. | |||
$kendo-card-focus-bg | Null | null | null |
Description
The background color of the focused Card. | |||
$kendo-card-focus-text | Null | null | null |
Description
The text color of the focused Card. | |||
$kendo-card-focus-border | Null | null | null |
Description
The border color of the focused Card. | |||
$kendo-card-focus-shadow | String | $box-shadow-depth-3 | var(--kendo-elevation-3, 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 3px 0px rgba(0, 0, 0, 0.12), 0px 3px 4px 0px rgba(0, 0, 0, 0.14)) |
Description
The shadow of the focused Card. | |||
$kendo-card-header-padding-x | String | $kendo-card-padding-x | var(--kendo-spacing-4, 1rem) |
Description
The horizontal padding of the Card header. | |||
$kendo-card-header-padding-y | String | $kendo-card-padding-y | var(--kendo-spacing-3, 0.75rem) |
Description
The vertical padding of the Card header. | |||
$kendo-card-header-border-width | Number | 1px | 1px |
Description
The bottom border width of the Card header. | |||
$kendo-card-header-bg | Null | null | null |
Description
The background color of the Card header. | |||
$kendo-card-header-text | Null | null | null |
Description
The text color of the Card header. | |||
$kendo-card-header-border | String | $kendo-card-border | var(--kendo-color-border, rgba(0, 0, 0, 0.12)) |
Description
The border color of the Card header. | |||
$kendo-card-body-padding-x | String | k-spacing(4) | var(--kendo-spacing-4, 1rem) |
Description
The horizontal padding of the Card body. | |||
$kendo-card-body-padding-y | String | k-spacing(4) | var(--kendo-spacing-4, 1rem) |
Description
The vertical padding of the Card body. | |||
$kendo-card-footer-padding-x | String | $kendo-card-padding-x | var(--kendo-spacing-4, 1rem) |
Description
The horizontal padding of the Card footer. | |||
$kendo-card-footer-padding-y | String | $kendo-card-padding-y | var(--kendo-spacing-3, 0.75rem) |
Description
The vertical padding of the Card footer. | |||
$kendo-card-footer-border-width | Number | 1px | 1px |
Description
The top border width of the Card footer. | |||
$kendo-card-footer-bg | Null | null | null |
Description
The background color of the Card footer. | |||
$kendo-card-footer-text | Null | null | null |
Description
The text color of the Card footer. | |||
$kendo-card-footer-border | String | $kendo-card-border | var(--kendo-color-border, rgba(0, 0, 0, 0.12)) |
Description
The border color of the Card footer. | |||
$kendo-card-title-margin-bottom | String | k-spacing(3) | var(--kendo-spacing-3, 0.75rem) |
Description
The bottom margin of the Card title. | |||
$kendo-card-title-font-size | Number | $kendo-h5-font-size | 24px |
Description
The font size of the Card title. | |||
$kendo-card-title-font-family | String | var( --kendo-font-family, inherit ) | var(--kendo-font-family, inherit) |
Description
The font family of the Card title. | |||
$kendo-card-title-line-height | Number | 1.25 | 1.25 |
Description
The line height of the Card title. | |||
$kendo-card-title-font-weight | Number | 500 | 500 |
Description
The font weight of the Card title. | |||
$kendo-card-title-letter-spacing | Null | null | null |
Description
The letter spacing of the Card title. | |||
$kendo-card-subtitle-margin-bottom | String | k-spacing(3) | var(--kendo-spacing-3, 0.75rem) |
Description
The bottom margin of the Card subtitle. | |||
$kendo-card-subtitle-font-size | String | var( --kendo-font-size, inherit ) | var(--kendo-font-size, inherit) |
Description
The font size of the Card subtitle. | |||
$kendo-card-subtitle-font-family | String | var( --kendo-font-family, inherit ) | var(--kendo-font-family, inherit) |
Description
The font family of the Card subtitle. | |||
$kendo-card-subtitle-line-height | Number | k-math-div( 20, 14 ) | 1.4285714286 |
Description
The line height of the Card subtitle. | |||
$kendo-card-subtitle-font-weight | Number | 500 | 500 |
Description
The font weight of the Card subtitle. | |||
$kendo-card-subtitle-letter-spacing | Null | null | null |
Description
The letter spacing of the Card subtitle. | |||
$kendo-card-subtitle-text | String | $kendo-subtle-text | var(--kendo-color-subtle, #757575) |
Description
The text color of the Card subtitle. | |||
$kendo-card-img-max-width | Number | 100px | 100px |
Description
The maximum width of the Card image. | |||
$kendo-card-avatar-size | Number | 45px | 45px |
Description
The size of the Avatar in the Card. | |||
$kendo-card-avatar-spacing | String | $kendo-card-header-padding-x | var(--kendo-spacing-4, 1rem) |
Description
The spacing between the Avatar and the text in the Card. | |||
$kendo-card-actions-padding-x | String | k-spacing(2) | var(--kendo-spacing-2, 0.5rem) |
Description
The horizontal padding of the Card actions. | |||
$kendo-card-actions-padding-y | String | k-spacing(2) | var(--kendo-spacing-2, 0.5rem) |
Description
The vertical padding of the Card actions. | |||
$kendo-card-actions-border-width | Number | 1px | 1px |
Description
The top border width of the Card actions. | |||
$kendo-card-actions-gap | String | k-spacing(2) | var(--kendo-spacing-2, 0.5rem) |
Description
The spacing between the Card actions. | |||
$kendo-card-deck-scroll-button-radius | Number | 50% | 50% |
Description
The border radius of the scroll button in the Card deck. | |||
$kendo-card-deck-scroll-button-offset | Calculation | calc( #{$kendo-card-deck-gap} / 2 ) | calc(var(--kendo-spacing-4, 1rem) / 2) |
Description
The border radius of the scroll button in the Card deck. | |||
$kendo-card-callout-width | Number | 20px | 20px |
Description
The width of the Card callout. | |||
$kendo-card-callout-height | Number | 20px | 20px |
Description
The height of the Card callout. |