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 | map.get( $kendo-spacing, 4 ) | ||
Description
Spacing index of the task board. | |||
$kendo-taskboard-border-width | 1px | ||
Description
Border width of the task board. | |||
$kendo-taskboard-border-style | solid | ||
Description
Border style of the task board. | |||
$kendo-taskboard-padding-y | 0px | ||
Description
Vertical padding of the task board. | |||
$kendo-taskboard-padding-x | 0px | ||
Description
Horizontal of the task board. | |||
$kendo-taskboard-font-family | var( --kendo-font-family, inherit ) | ||
Description
Font family of the task board. | |||
$kendo-taskboard-font-size | var( --kendo-font-size-md, inherit ) | ||
Description
Font size of the task board. | |||
$kendo-taskboard-line-height | var( --kendo-line-height, inherit ) | ||
Description
Line height of the task board. | |||
$kendo-taskboard-bg | var( --kendo-component-bg, initial ) | ||
Description
Background color of the task board. | |||
$kendo-taskboard-text | var( --kendo-component-text, initial ) | ||
Description
Text color of the task board. | |||
$kendo-taskboard-border | var( --kendo-component-border, initial ) | ||
Description
Border color of the task board. | |||
$kendo-taskboard-content-padding-y | 0px | ||
Description
Vertical padding of the task board content. | |||
$kendo-taskboard-content-padding-x | 0px | ||
Description
Horizontal padding of the task board content. | |||
$kendo-taskboard-column-container-spacing-y | math.div( $kendo-taskboard-spacer, 2 ) | ||
Description
Vertical spacing of the task board column container. | |||
$kendo-taskboard-column-container-padding-y | 0px | ||
Description
Vertical padding of the task board column container. | |||
$kendo-taskboard-column-container-padding-x | math.div( $kendo-taskboard-spacer, 2 ) | ||
Description
Horizontal padding of the task board column container. | |||
$kendo-taskboard-columns-container-gap | $kendo-taskboard-spacer | ||
Description
Spacing of the task board columns container. | |||
$kendo-taskboard-column-width | 320px | ||
Description
Default width of the task board column. | |||
$kendo-taskboard-column-border-width | 1px | ||
Description
Border width of the task board column. | |||
$kendo-taskboard-column-border-radius | var( --kendo-border-radius-md, #{$kendo-border-radius-md} ) | ||
Description
Border radius of the task board column. | |||
$kendo-taskboard-column-bg | k-get-theme-color-var( neutral-10 ) | ||
Description
Background color of the task board column. | |||
$kendo-taskboard-column-text | var( --kendo-component-text, inherit ) | ||
Description
Text color of the task board column. | |||
$kendo-taskboard-column-border | transparent | ||
Description
Border color of the task board column. | |||
$kendo-taskboard-column-focus-bg | $kendo-taskboard-column-bg | ||
Description
Focus background color of the task board column. | |||
$kendo-taskboard-column-focus-text | $kendo-taskboard-column-text | ||
Description
Focus text color of the task board column. | |||
$kendo-taskboard-column-focus-border | k-get-theme-color-var( neutral-130 ) | ||
Description
Focus border color of the task board column. | |||
$kendo-taskboard-column-header-padding-y | math.div( $kendo-taskboard-spacer, 2 ) | ||
Description
Vertical padding of the task board column header. | |||
$kendo-taskboard-column-header-padding-x | $kendo-taskboard-column-header-padding-y | ||
Description
Horizontal padding of the task board column header. | |||
$kendo-taskboard-column-header-gap | math.div( $kendo-taskboard-spacer, 4 ) | ||
Description
Spacing of the task board column header. | |||
$kendo-taskboard-column-header-actions-gap | math.div( $kendo-taskboard-spacer, 2 ) | ||
Description
Spacing of the task board column header actions. | |||
$kendo-taskboard-column-header-font-weight | 400 | ||
Description
Font weight of the task board column header. | |||
$kendo-taskboard-column-header-text | var( --kendo-component-text, inherit ) | ||
Description
Text color of the task board column header. | |||
$kendo-taskboard-column-cards-padding-y | 0px | ||
Description
Vertical padding of the task board column cards wrapper. | |||
$kendo-taskboard-column-cards-padding-x | 0px | ||
Description
Horizontal padding of the task board column cards wrapper. | |||
$kendo-taskboard-column-cards-gap | math.div( $kendo-taskboard-spacer, 2 ) | ||
Description
Spacing of the task board column cards wrapper. | |||
$kendo-taskboard-pane-width | $kendo-taskboard-column-width | ||
Description
Default width of the task board pane. | |||
$kendo-taskboard-pane-padding-y | 0px | ||
Description
Vertical padding of the task board pane | |||
$kendo-taskboard-pane-padding-x | 0px | ||
Description
Horizontal padding of the task board pane. | |||
$kendo-taskboard-pane-border-width | 1px | ||
Description
Border width of the task board pane. | |||
$kendo-taskboard-pane-bg | var( --kendo-component-bg, inherit ) | ||
Description
Background color of the task board pane. | |||
$kendo-taskboard-pane-text | var( --kendo-component-text, inherit ) | ||
Description
Text color of the task board pane. | |||
$kendo-taskboard-pane-border | var( --kendo-component-border, inherit ) | ||
Description
Border color of the task board pane. | |||
$kendo-taskboard-pane-header-padding-y | $kendo-taskboard-spacer | ||
Description
Vertical padding of the task board pane header. | |||
$kendo-taskboard-pane-header-padding-x | map.get( $kendo-spacing, 6 ) | ||
Description
Horizontal padding of the task board pane header. | |||
$kendo-taskboard-pane-header-font-size | var( --kendo-font-size-xl, 1rem ) | ||
Description
Font size of the task board pane header. | |||
$kendo-taskboard-pane-header-font-weight | var( --kendo-font-weight-bold, bold ) | ||
Description
Font weight of the task board pane header. | |||
$kendo-taskboard-pane-header-text | $kendo-taskboard-pane-text | ||
Description
Text color of the task board pane header. | |||
$kendo-taskboard-pane-content-padding-y | 0px | ||
Description
Vertical padding of the task board pane content. | |||
$kendo-taskboard-pane-content-padding-x | $kendo-taskboard-pane-header-padding-x | ||
Description
Horizontal padding of the task board pane content. | |||
$kendo-taskboard-pane-actions-padding-y | map.get( $kendo-spacing, 6 ) | ||
Description
Vertical padding of the task board pane actions. | |||
$kendo-taskboard-pane-actions-padding-x | $kendo-taskboard-pane-actions-padding-y | ||
Description
Horizontal padding of the task board pane actions. | |||
$kendo-taskboard-card-padding-y | math.div( $kendo-taskboard-spacer, 2 ) | ||
Description
Vertical padding of the task board card. | |||
$kendo-taskboard-card-padding-x | $kendo-taskboard-card-padding-y | ||
Description
Horizontal padding of the task board card. | |||
$kendo-taskboard-card-category-border-width | 4px | ||
Description
Border width of the task board card category. | |||
$kendo-taskboard-card-focus-shadow | none | ||
Description
Focus shadow of the task board card. | |||
$kendo-taskboard-card-selected-border | k-get-theme-color-var( primary-100 ) | ||
Description
Selected border of the task board card. | |||
$kendo-taskboard-card-selected-shadow | var( --kendo-box-shadow-depth-3, none ) | ||
Description
Selected shadow of the task board card. | |||
$kendo-taskboard-card-title-font-size | var( --kendo-font-size-md, 1rem ) | ||
Description
Font size of the task board card title. | |||
$kendo-taskboard-card-title-font-weight | var( --kendo-font-weight-bold, 600 ) | ||
Description
Font weight of the task board card title. | |||
$kendo-taskboard-drag-placeholder-border-width | 1px | ||
Description
Border width of the task board card placeholder. | |||
$kendo-taskboard-drag-placeholder-border-radius | $kendo-card-border-radius | ||
Description
Border radius of the task board card placeholder. | |||
$kendo-taskboard-drag-placeholder-bg | k-get-theme-color-var( neutral-50 ) | ||
Description
Background color of the task board card placeholder. | |||
$kendo-taskboard-drag-placeholder-border | var( --kendo-component-border, inherit ) | ||
Description
Border color of the task board card placeholder. |