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

@mixin kendo-time-marker--layout() {

    .k-current-time {
        width: var( --kendo-current-time-width, #{$kendo-current-time-width} );
        position: absolute;

        &.k-current-time-arrow-left,
        &.k-current-time-arrow-right,
        &.k-current-time-arrow-down {
            width: 0;
            height: 0;
            background: transparent;
            border: 4px solid transparent;
        }
    }

}
