@use "./_variables.scss" as *;

@mixin kendo-time-marker--theme-base() {

    .k-current-time {
        background: $kendo-current-time-color;

        &.k-current-time-arrow-left {
            border-inline-end-color: $kendo-current-time-color;
        }

        &.k-current-time-arrow-right {
            border-inline-start-color: $kendo-current-time-color;
        }

        &.k-current-time-arrow-down {
            border-block-start-color: $kendo-current-time-color;
        }
    }

}
