New to Kendo UI for Angular? Start a free 30-day trial
Customizing Taskboard
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-taskboard-spacer | String | k-spacing(4) | var(--kendo-spacing-4, 1rem) |
Description
The spacing index of the TaskBoard. | |||
$kendo-taskboard-padding-y | Null | null | null |
Description
The vertical padding of the TaskBoard. | |||
$kendo-taskboard-padding-x | Null | null | null |
Description
The horizontal of the TaskBoard. | |||
$kendo-taskboard-font-family | String | var( --kendo-font-family, inherit ) | var(--kendo-font-family, inherit) |
Description
The font family of the TaskBoard. | |||
$kendo-taskboard-font-size | String | var( --kendo-font-size, inherit ) | var(--kendo-font-size, inherit) |
Description
The font size of the TaskBoard. | |||
$kendo-taskboard-line-height | String | var( --kendo-line-height, normal ) | var(--kendo-line-height, normal) |
Description
The line height of the TaskBoard. | |||
$kendo-taskboard-bg | Null | null | null |
Description
The background color of the TaskBoard. | |||
$kendo-taskboard-text | Null | null | null |
Description
The text color of the TaskBoard. | |||
$kendo-taskboard-border | Null | null | null |
Description
The border color of the TaskBoard. | |||
$kendo-taskboard-toolbar-padding-y | String | $kendo-taskboard-spacer | var(--kendo-spacing-4, 1rem) |
Description
The vertical padding of the TaskBoard Toolbar. | |||
$kendo-taskboard-toolbar-padding-x | String | $kendo-taskboard-toolbar-padding-y | var(--kendo-spacing-4, 1rem) |
Description
The horizontal padding of the TaskBoard Toolbar. | |||
$kendo-taskboard-toolbar-bg | Null | null | null |
Description
The background color of the TaskBoard Toolbar. | |||
$kendo-taskboard-toolbar-text | Null | null | null |
Description
The text color of the TaskBoard Toolbar. | |||
$kendo-taskboard-toolbar-border | Null | null | null |
Description
The border color of the TaskBoard Toolbar. | |||
$kendo-taskboard-toolbar-gradient | Null | null | null |
Description
The gradient of the TaskBoard Toolbar. | |||
$kendo-taskboard-content-padding-y | String | $kendo-taskboard-spacer | var(--kendo-spacing-4, 1rem) |
Description
The vertical padding of the TaskBoard content. | |||
$kendo-taskboard-content-padding-x | String | $kendo-taskboard-content-padding-y | var(--kendo-spacing-4, 1rem) |
Description
The horizontal padding of the TaskBoard content. | |||
$kendo-taskboard-column-container-spacing-y | Calculation | calc( #{$kendo-taskboard-spacer} / 2 ) | calc(var(--kendo-spacing-4, 1rem) / 2) |
Description
The vertical spacing of the TaskBoard column container. | |||
$kendo-taskboard-column-container-padding-y | String | k-spacing(0) | var(--kendo-spacing-0, 0px) |
Description
The vertical padding of the TaskBoard column container. | |||
$kendo-taskboard-column-container-padding-x | Calculation | calc( #{$kendo-taskboard-spacer} / 2 ) | calc(var(--kendo-spacing-4, 1rem) / 2) |
Description
The horizontal padding of the TaskBoard column container. | |||
$kendo-taskboard-columns-container-gap | String | $kendo-taskboard-spacer | var(--kendo-spacing-4, 1rem) |
Description
The spacing of the TaskBoard columns container. | |||
$kendo-taskboard-column-width | Number | 320px | 320px |
Description
The default width of the TaskBoard column. | |||
$kendo-taskboard-column-border-width | Number | 1px | 1px |
Description
The border width of the TaskBoard column. | |||
$kendo-taskboard-column-border-radius | String | k-border-radius(md) | var(--kendo-border-radius-md, 0.25rem) |
Description
The border radius of the TaskBoard column. | |||
$kendo-taskboard-column-bg | String | if($kendo-enable-color-system, k-color( surface ), if( $kendo-is-dark-theme, $kendo-color-dark, $kendo-color-light)) | var(--kendo-color-surface, #f5f5f5) |
Description
The background color of the TaskBoard column. | |||
$kendo-taskboard-column-text | Null | null | null |
Description
The text color of the TaskBoard column. | |||
$kendo-taskboard-column-border | Color | transparent | transparent |
Description
The border color of the TaskBoard column. | |||
$kendo-taskboard-column-focus-bg | Null | null | null |
Description
The background color of the focused TaskBoard column. | |||
$kendo-taskboard-column-focus-text | Null | null | null |
Description
The text color of the focused TaskBoard column. | |||
$kendo-taskboard-column-focus-border | String | if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-base-border, 2.5 )) | var(--kendo-color-border-alt, rgba(0, 0, 0, 0.15)) |
Description
The border color of the focused TaskBoard column. | |||
$kendo-taskboard-column-header-padding-y | Calculation | calc( #{$kendo-taskboard-spacer} / 2 ) | calc(var(--kendo-spacing-4, 1rem) / 2) |
Description
The vertical padding of the TaskBoard column header. | |||
$kendo-taskboard-column-header-padding-x | Calculation | $kendo-taskboard-column-header-padding-y | calc(var(--kendo-spacing-4, 1rem) / 2) |
Description
The horizontal padding of the TaskBoard column header. | |||
$kendo-taskboard-column-header-gap | Calculation | calc( #{$kendo-taskboard-spacer} / 4 ) | calc(var(--kendo-spacing-4, 1rem) / 4) |
Description
The spacing of the TaskBoard column header. | |||
$kendo-taskboard-column-header-actions-gap | Calculation | calc( #{$kendo-taskboard-spacer} / 2 ) | calc(var(--kendo-spacing-4, 1rem) / 2) |
Description
The spacing of the TaskBoard column header actions. | |||
$kendo-taskboard-column-header-font-weight | Number | 500 | 500 |
Description
The font weight of the TaskBoard column header. | |||
$kendo-taskboard-column-header-text | String | $kendo-component-header-text | var(--kendo-color-on-app-surface, #212121) |
Description
The text color of the TaskBoard column header. | |||
$kendo-taskboard-column-cards-padding-y | Null | null | null |
Description
The vertical padding of the TaskBoard column Card wrapper. | |||
$kendo-taskboard-column-cards-padding-x | Null | null | null |
Description
The horizontal padding of the TaskBoard column Card wrapper. | |||
$kendo-taskboard-column-cards-gap | Calculation | calc( #{$kendo-taskboard-spacer} / 2 ) | calc(var(--kendo-spacing-4, 1rem) / 2) |
Description
The spacing of the TaskBoard column Card wrapper. | |||
$kendo-taskboard-pane-width | Number | $kendo-taskboard-column-width | 320px |
Description
The default width of the TaskBoard pane. | |||
$kendo-taskboard-pane-padding-y | Null | null | null |
Description
The vertical padding of the TaskBoard pane. | |||
$kendo-taskboard-pane-padding-x | Null | null | null |
Description
The horizontal padding of the TaskBoard pane. | |||
$kendo-taskboard-pane-border-width | Number | 1px | 1px |
Description
The border width of the TaskBoard pane. | |||
$kendo-taskboard-pane-bg | String | $kendo-component-bg | var(--kendo-color-surface-alt, #ffffff) |
Description
The background color of the TaskBoard pane. | |||
$kendo-taskboard-pane-text | String | $kendo-component-text | var(--kendo-color-on-app-surface, #212121) |
Description
The text color of the TaskBoard pane. | |||
$kendo-taskboard-pane-border | String | $kendo-component-border | var(--kendo-color-border, rgba(0, 0, 0, 0.12)) |
Description
The border color of the TaskBoard pane. | |||
$kendo-taskboard-pane-header-padding-y | Calculation | calc( #{$kendo-taskboard-spacer} * .75 ) | calc(var(--kendo-spacing-4, 1rem) * 0.75) |
Description
The vertical padding of the TaskBoard pane header. | |||
$kendo-taskboard-pane-header-padding-x | String | $kendo-taskboard-spacer | var(--kendo-spacing-4, 1rem) |
Description
The horizontal padding of the TaskBoard pane header. | |||
$kendo-taskboard-pane-header-font-weight | Number | 500 | 500 |
Description
The font weight of the TaskBoard pane header. | |||
$kendo-taskboard-pane-header-text | String | $kendo-component-header-text | var(--kendo-color-on-app-surface, #212121) |
Description
The text color of the TaskBoard pane header. | |||
$kendo-taskboard-pane-content-padding-y | String | k-spacing(0) | var(--kendo-spacing-0, 0px) |
Description
The vertical padding of the TaskBoard pane content. | |||
$kendo-taskboard-pane-content-padding-x | String | $kendo-taskboard-spacer | var(--kendo-spacing-4, 1rem) |
Description
The horizontal padding of the TaskBoard pane content. | |||
$kendo-taskboard-pane-actions-padding-y | Calculation | calc( #{$kendo-taskboard-spacer} * .75 ) | calc(var(--kendo-spacing-4, 1rem) * 0.75) |
Description
The vertical padding of the TaskBoard pane actions. | |||
$kendo-taskboard-pane-actions-padding-x | String | $kendo-taskboard-spacer | var(--kendo-spacing-4, 1rem) |
Description
The horizontal padding of the TaskBoard pane actions. | |||
$kendo-taskboard-card-padding-y | Calculation | calc( #{$kendo-taskboard-spacer} / 2 ) | calc(var(--kendo-spacing-4, 1rem) / 2) |
Description
The vertical padding of the TaskBoard Card. | |||
$kendo-taskboard-card-padding-x | Calculation | $kendo-taskboard-card-padding-y | calc(var(--kendo-spacing-4, 1rem) / 2) |
Description
The horizontal padding of the TaskBoard Card. | |||
$kendo-taskboard-card-border-width | Number | 1px | 1px |
Description
The border width of the TaskBoard Card. | |||
$kendo-taskboard-card-border-radius | String | $kendo-card-border-radius | var(--kendo-border-radius-md, 0.25rem) |
Description
The border radius of the TaskBoard Card. | |||
$kendo-taskboard-card-bg | String | $kendo-card-bg | var(--kendo-color-surface-alt, #ffffff) |
Description
The background color of the TaskBoard Card. | |||
$kendo-taskboard-card-text | String | $kendo-card-text | var(--kendo-color-on-app-surface, #212121) |
Description
The text color of the TaskBoard Card. | |||
$kendo-taskboard-card-border | String | $kendo-base-border | var(--kendo-color-border, rgba(0, 0, 0, 0.12)) |
Description
The border color of the TaskBoard Card. | |||
$kendo-taskboard-card-shadow | String | none | none |
Description
The shadow of the TaskBoard Card. | |||
$kendo-taskboard-card-category-border-width | Number | 4px | 4px |
Description
The border width of the TaskBoard Card category. | |||
$kendo-taskboard-card-hover-border | String | if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-taskboard-card-border, 10% )) | var(--kendo-color-border-alt, rgba(0, 0, 0, 0.15)) |
Description
The border color of the hovered TaskBoard Card. | |||
$kendo-taskboard-card-focus-border | String | if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-taskboard-card-border, 9% )) | var(--kendo-color-border-alt, rgba(0, 0, 0, 0.15)) |
Description
The border color of the focused TaskBoard Card. | |||
$kendo-taskboard-card-focus-shadow | String | none | none |
Description
The shadow of the focused TaskBoard Card. | |||
$kendo-taskboard-card-selected-border | Color | $kendo-color-primary-lighter | #7986cb |
Description
The border of the selected TaskBoard Card. | |||
$kendo-taskboard-card-selected-shadow | String | none | none |
Description
The shadow of the selected TaskBoard Card. | |||
$kendo-taskboard-card-header-text | String | $kendo-color-primary | var(--kendo-color-primary, #3f51b5) |
Description
The text color of the TaskBoard Card header text. | |||
$kendo-taskboard-card-header-focus-text | String | $kendo-color-primary-darker | var(--kendo-color-primary-active, #354498) |
Description
The text color of the hovered TaskBoard Card header text. | |||
$kendo-taskboard-card-header-hover-text | String | $kendo-color-primary-darker | var(--kendo-color-primary-active, #354498) |
Description
The text color of the focused TaskBoard Card header text. | |||
$kendo-taskboard-drag-placeholder-border-width | Number | 1px | 1px |
Description
The border width of the TaskBoard Card placeholder. | |||
$kendo-taskboard-drag-placeholder-border-radius | String | $kendo-taskboard-card-border-radius | var(--kendo-border-radius-md, 0.25rem) |
Description
The border radius of the TaskBoard Card placeholder. | |||
$kendo-taskboard-drag-placeholder-bg | Color | rgba( white, .2 ) | rgba(255, 255, 255, 0.2) |
Description
The background color of the TaskBoard Card placeholder. | |||
$kendo-taskboard-drag-placeholder-border | String | $kendo-component-border | var(--kendo-color-border, rgba(0, 0, 0, 0.12)) |
Description
The border color of the TaskBoard Card placeholder. |