Customizing Timeline

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-timeline-spacing-xNumber40px40px
Description
The horizontal spacing of the Timeline.
$kendo-timeline-spacing-yNumber40px40px
Description
The vertical spacing of the Timeline.
$kendo-timeline-items-paddingNumber16px16px
Description
The padding between the Timeline's track items.
$kendo-timeline-font-familyString$kendo-font-familyinherit
Description
The font family of the Timeline.
$kendo-timeline-font-sizeNumber$kendo-font-size-md14px
Description
The font size of the Timeline.
$kendo-timeline-line-heightNumber$kendo-line-height-md1.4285714286
Description
The line height of the Timeline.
$kendo-timeline-mobile-spacing-xNumber16px16px
Description
The horizontal spacing of the mobile Timeline.
$kendo-timeline-mobile-spacing-yNumber16px16px
Description
The vertical spacing of the mobile Timeline.
$kendo-timeline-track-arrow-widthNumber30px30px
Description
The width of the Timeline track arrow.
$kendo-timeline-track-arrow-heightNumber30px30px
Description
The height of the Timeline track arrow.
$kendo-timeline-track-arrow-disabled-bgColorif($kendo-enable-color-system, color-mix(in srgb, k-color( base-subtle ) 60%, transparent), k-true-mix($kendo-button-bg, $kendo-body-bg, 65%))#f9f9f9
Description
The background color of the disabled Timeline track arrow.
$kendo-timeline-track-arrow-disabled-textColorif($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 60%, transparent), k-true-mix($kendo-button-text, $kendo-body-bg, 65%))#848484
Description
The text color of the disabled Timeline track arrow.
$kendo-timeline-track-arrow-disabled-borderColorif($kendo-enable-color-system, k-color( border ), k-true-mix(#000000, $kendo-body-bg, 4.8%))#f3f3f3
Description
The border color of the disabled Timeline track arrow.
$kendo-timeline-track-sizeNumber6px6px
Description
The size of the Timeline track.
$kendo-timeline-track-wrap-padding-bottomNumberk-math-div( $kendo-timeline-track-size, 2 )3px
Description
The bottom padding of the Timeline's track wrapper.
$kendo-timeline-track-border-widthNumber1px1px
Description
The border width of the Timeline track.
$kendo-timeline-track-margin-bottomNumber16px16px
Description
The bottom margin of the Timeline track.
$kendo-timeline-track-bottom-calcCalculationcalc(#{k-math-div( $kendo-timeline-track-arrow-height, 2 )} + #{$kendo-timeline-track-wrap-padding-bottom})calc(15px + 3px)
Description
The bottom offset of the Timeline track.
$kendo-timeline-track-start-calcCalculationcalc(#{$kendo-timeline-track-arrow-width} - 2 * #{$kendo-timeline-track-border-width})calc(30px - 2 * 1px)
Description
The left offset of the Timeline track.
$kendo-timeline-track-end-calcCalculationcalc(#{$kendo-timeline-track-arrow-width} - 2 * #{$kendo-timeline-track-border-width})calc(30px - 2 * 1px)
Description
The right offset of the Timeline track.
$kendo-timeline-track-bgColor$kendo-button-bg#f5f5f5
Description
The background color of the Timeline track.
$kendo-timeline-track-border-colorColor$kendo-button-borderrgba(0, 0, 0, 0.08)
Description
The border color of the Timeline track.
$kendo-timeline-track-item-focus-shadowStringk-elevation(2)var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12))
Description
The shadow of the Timeline's focused track items.
$kendo-timeline-track-event-offsetNumber36px36px
Description
The offset of the Timeline track event.
$kendo-timeline-flag-padding-xNumber$kendo-button-padding-x8px
Description
The horizontal padding of the Timeline flag.
$kendo-timeline-flag-padding-yNumber$kendo-button-padding-y4px
Description
The vertical padding of the Timeline flag.
$kendo-timeline-flag-line-heightNumber$kendo-button-line-height1.4285714286
Description
The line height of the Timeline flag.
$kendo-timeline-flag-min-widthNumber80px80px
Description
The minimum width of the Timeline flag.
$kendo-timeline-flag-max-widthCalculationcalc(#{$kendo-timeline-flag-min-width} + 2 * #{$kendo-timeline-spacing-x})calc(80px + 2 * 40px)
Description
The maximum width of the Timeline flag.
$kendo-timeline-mobile-flag-max-widthCalculationcalc(#{$kendo-timeline-flag-min-width} + 2 * #{$kendo-timeline-mobile-spacing-x})calc(80px + 2 * 16px)
Description
The maximum width of the mobile Timeline flag.
$kendo-timeline-horizontal-flag-min-widthNumber60px60px
Description
The minimum width of the horizontal Timeline flag.
$kendo-timeline-flag-bgColor$kendo-color-primary#ff6358
Description
The background color of the Timeline flag.
$kendo-timeline-flag-textColorif($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-timeline-flag-bg ))white
Description
The text color of the Timeline flag.
$kendo-timeline-flag-callout-widthNumber10px10px
Description
The width of the Timeline's flag callout.
$kendo-timeline-flag-callout-heightNumber10px10px
Description
The height of the Timeline's flag callout.
$kendo-timeline-flag-offset-bottomNumber4px4px
Description
The bottom offset of the Timeline flag.
$kendo-timeline-flag-margin-bottom-calcCalculationcalc(#{$kendo-timeline-track-size} + 2 * #{$kendo-timeline-track-border-width} + #{$kendo-timeline-flag-offset-bottom} + #{$kendo-timeline-flag-callout-height})calc(6px + 2 * 1px + 4px + 10px)
Description
The bottom margin of the Timeline flag.
$kendo-timeline-date-widthNumber50px50px
Description
The width of the Timeline date.
$kendo-timeline-date-margin-bottomNumber8px8px
Description
The bottom margin of the Timeline date.
$kendo-timeline-vertical-padding-calcCalculationcalc(#{$kendo-timeline-spacing-x} + (#{$kendo-timeline-flag-min-width} - #{$kendo-timeline-track-size}) / 2)calc(40px + (80px - 6px) / 2)
Description
The padding of the vertical Timeline.
$kendo-timeline-vertical-padding-with-dates-calcCalculationcalc(#{$kendo-timeline-vertical-padding-calc} + #{$kendo-timeline-date-width})calc(calc(40px + (80px - 6px) / 2) + 50px)
Description
The padding of the vertical Timeline date.
$kendo-timeline-mobile-vertical-padding-calcCalculationcalc(#{$kendo-timeline-mobile-spacing-x} + (#{$kendo-timeline-flag-min-width} - #{$kendo-timeline-track-size}) / 2)calc(16px + (80px - 6px) / 2)
Description
The padding of the vertical mobile Timeline.
$kendo-timeline-mobile-vertical-padding-with-dates-calcCalculationcalc(#{$kendo-timeline-mobile-vertical-padding-calc} + #{$kendo-timeline-date-width})calc(calc(16px + (80px - 6px) / 2) + 50px)
Description
The padding of the vertical mobile Timeline date.
$kendo-timeline-circle-widthNumber16px16px
Description
The width of the Timeline circle.
$kendo-timeline-circle-heightNumber16px16px
Description
The height of the Timeline circle.
$kendo-timeline-circle-bgColor$kendo-color-primary#ff6358
Description
The background color of the Timeline circle.
$kendo-timeline-collapse-arrow-padding-xNumber$kendo-padding-md-x8px
Description
The horizontal padding of the Timeline collapse arrow.
$kendo-timeline-event-widthNumber400px400px
Description
The width of the Timeline event.
$kendo-timeline-event-heightNumber600px600px
Description
The height of the Timeline event.
$kendo-timeline-event-min-height-calcCalculationcalc(2 * (#{$kendo-timeline-track-event-offset} - #{$kendo-card-border-width}))calc(2 * (36px - 1px))
Description
The minimum height of the Timeline event.

In this article

Not finding the help you need?