@import '../../_widgetsCommon.scss';
.bolt-list-drop-indicator-circle {
    background-color: $communication-tint-10;
    border-radius: 50%;
    height: 9px;
    width: 9px;

    &.top {
        top: -4px;
    }

    &.bottom {
        bottom: -4px;
    }
}

.bolt-list-drop-indicator-line {
    background-color: $communication-tint-20;
    height: 3px;
    right: 0px;

    &.top {
        top: -1px;
    }

    &.bottom {
        bottom: -1px;
    }
    
    &.left {
        height: 100%;
        width: 3px;
    }

    &.right {
        height: 100%;
        width: 3px;
    }
}

.bolt-list-tree-drop-target {
    border: 1px solid $list-row-select-focus-border-color;
}