@use "../grid/_variables.scss" as *;
@use "@progress/kendo-theme-core/scss/components/gantt/_theme.scss" as *;


@mixin kendo-gantt--theme() {

    @include kendo-gantt--theme-base();

    // Timeline
    .k-gantt-timeline-pane {

        tbody > tr:not(:only-child) > .k-header {
            border-inline-start-color: $kendo-grid-border;
        }
    }
}
