@import './globals.scss';

.DragDropList{

    ul{
        margin: 0;
        padding:0;
        list-style: none;
        position: relative;
    }

    ul li{
        list-style: none;
    }

    .drop-loading{
        top:0;
        left:0;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 3;
        box-sizing: border-box;
    }
}