@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;
    }
}