New to Kendo UI for Vue? Start a free 30-day trial

Customizing Taskboard

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-taskboard-spacermap.get( $kendo-spacing, 4 )
Description
The spacing index of the TaskBoard.
$kendo-taskboard-border-width1px
Description
The border width of the TaskBoard.
$kendo-taskboard-border-stylesolid
Description
The border style of the TaskBoard.
$kendo-taskboard-padding-y0px
Description
The vertical padding of the TaskBoard.
$kendo-taskboard-padding-x0px
Description
The horizontal of the TaskBoard.
$kendo-taskboard-font-familyvar( --kendo-font-family, inherit )
Description
The font family of the TaskBoard.
$kendo-taskboard-font-sizevar( --kendo-font-size-md, inherit )
Description
The font size of the TaskBoard.
$kendo-taskboard-line-heightvar( --kendo-line-height, inherit )
Description
The line height of the TaskBoard.
$kendo-taskboard-bgvar( --kendo-component-bg, initial )
Description
The background color of the TaskBoard.
$kendo-taskboard-textvar( --kendo-component-text, initial )
Description
The text color of the TaskBoard.
$kendo-taskboard-bordervar( --kendo-component-border, initial )
Description
The border color of the TaskBoard.
$kendo-taskboard-content-padding-y0px
Description
The vertical padding of the TaskBoard content.
$kendo-taskboard-content-padding-x0px
Description
The horizontal padding of the TaskBoard content.
$kendo-taskboard-column-container-spacing-ymath.div( $kendo-taskboard-spacer, 2 )
Description
The vertical spacing of the TaskBoard column container.
$kendo-taskboard-column-container-padding-y0px
Description
The vertical padding of the TaskBoard column container.
$kendo-taskboard-column-container-padding-xmath.div( $kendo-taskboard-spacer, 2 )
Description
The horizontal padding of the TaskBoard column container.
$kendo-taskboard-columns-container-gap$kendo-taskboard-spacer
Description
The spacing of the TaskBoard columns container.
$kendo-taskboard-column-width320px
Description
The default width of the TaskBoard column.
$kendo-taskboard-column-border-width1px
Description
The border width of the TaskBoard column.
$kendo-taskboard-column-border-radiusvar( --kendo-border-radius-md, #{$kendo-border-radius-md} )
Description
The border radius of the TaskBoard column.
$kendo-taskboard-column-bgif($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
Description
The background color of the TaskBoard column.
$kendo-taskboard-column-textvar( --kendo-component-text, inherit )
Description
The text color of the TaskBoard column.
$kendo-taskboard-column-bordertransparent
Description
The border color of the TaskBoard column.
$kendo-taskboard-column-focus-bg$kendo-taskboard-column-bg
Description
The background color of the focused TaskBoard column.
$kendo-taskboard-column-focus-text$kendo-taskboard-column-text
Description
The text color of the focused TaskBoard column.
$kendo-taskboard-column-focus-borderif($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-130 ))
Description
The border color of the focused TaskBoard column.
$kendo-taskboard-column-header-padding-ymath.div( $kendo-taskboard-spacer, 2 )
Description
The vertical padding of the TaskBoard column header.
$kendo-taskboard-column-header-padding-x$kendo-taskboard-column-header-padding-y
Description
The horizontal padding of the TaskBoard column header.
$kendo-taskboard-column-header-gapmath.div( $kendo-taskboard-spacer, 4 )
Description
The spacing of the TaskBoard column header.
$kendo-taskboard-column-header-actions-gapmath.div( $kendo-taskboard-spacer, 2 )
Description
The spacing of the TaskBoard column header actions.
$kendo-taskboard-column-header-font-weight400
Description
The font weight of the TaskBoard column header.
$kendo-taskboard-column-header-textvar( --kendo-component-text, inherit )
Description
The text color of the TaskBoard column header.
$kendo-taskboard-column-cards-padding-y0px
Description
The vertical padding of the TaskBoard column Card wrapper.
$kendo-taskboard-column-cards-padding-x0px
Description
The horizontal padding of the TaskBoard column Card wrapper.
$kendo-taskboard-column-cards-gapmath.div( $kendo-taskboard-spacer, 2 )
Description
The spacing of the TaskBoard column Card wrapper.
$kendo-taskboard-pane-width$kendo-taskboard-column-width
Description
The default width of the TaskBoard pane.
$kendo-taskboard-pane-padding-y0px
Description
The vertical padding of the TaskBoard pane.
$kendo-taskboard-pane-padding-x0px
Description
The horizontal padding of the TaskBoard pane.
$kendo-taskboard-pane-border-width1px
Description
The border width of the TaskBoard pane.
$kendo-taskboard-pane-bgvar( --kendo-component-bg, inherit )
Description
The background color of the TaskBoard pane.
$kendo-taskboard-pane-textvar( --kendo-component-text, inherit )
Description
The text color of the TaskBoard pane.
$kendo-taskboard-pane-bordervar( --kendo-component-border, inherit )
Description
The border color of the TaskBoard pane.
$kendo-taskboard-pane-header-padding-y$kendo-taskboard-spacer
Description
The vertical padding of the TaskBoard pane header.
$kendo-taskboard-pane-header-padding-xmap.get( $kendo-spacing, 6 )
Description
The horizontal padding of the TaskBoard pane header.
$kendo-taskboard-pane-header-font-sizevar( --kendo-font-size-xl, 1rem )
Description
The font size of the TaskBoard pane header.
$kendo-taskboard-pane-header-font-weightvar( --kendo-font-weight-bold, bold )
Description
The font weight of the TaskBoard pane header.
$kendo-taskboard-pane-header-text$kendo-taskboard-pane-text
Description
The text color of the TaskBoard pane header.
$kendo-taskboard-pane-content-padding-y0px
Description
The vertical padding of the TaskBoard pane content.
$kendo-taskboard-pane-content-padding-x$kendo-taskboard-pane-header-padding-x
Description
The horizontal padding of the TaskBoard pane content.
$kendo-taskboard-pane-actions-padding-ymap.get( $kendo-spacing, 6 )
Description
The vertical padding of the TaskBoard pane actions.
$kendo-taskboard-pane-actions-padding-x$kendo-taskboard-pane-actions-padding-y
Description
The horizontal padding of the TaskBoard pane actions.
$kendo-taskboard-card-padding-ymath.div( $kendo-taskboard-spacer, 2 )
Description
The vertical padding of the TaskBoard Card.
$kendo-taskboard-card-padding-x$kendo-taskboard-card-padding-y
Description
The horizontal padding of the TaskBoard Card.
$kendo-taskboard-card-category-border-width4px
Description
The border width of the TaskBoard Card category.
$kendo-taskboard-card-focus-shadownone
Description
The shadow of the focused TaskBoard Card.
$kendo-taskboard-card-selected-borderif($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
Description
The border of the selected TaskBoard Card.
$kendo-taskboard-card-selected-shadowvar( --kendo-box-shadow-depth-3, none )
Description
The shadow of the selected TaskBoard Card.
$kendo-taskboard-card-title-font-sizevar( --kendo-font-size-md, 1rem )
Description
The font size of the TaskBoard Card title.
$kendo-taskboard-card-title-font-weightvar( --kendo-font-weight-bold, 600 )
Description
The font weight of the TaskBoard Card title.
$kendo-taskboard-drag-placeholder-border-width1px
Description
The border width of the TaskBoard Card placeholder.
$kendo-taskboard-drag-placeholder-border-radius$kendo-card-border-radius
Description
The border radius of the TaskBoard Card placeholder.
$kendo-taskboard-drag-placeholder-bgif($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 23%, transparent), k-get-theme-color-var( neutral-50 ))
Description
The background color of the TaskBoard Card placeholder.
$kendo-taskboard-drag-placeholder-bordervar( --kendo-component-border, inherit )
Description
The border color of the TaskBoard Card placeholder.

In this article

Not finding the help you need?