ng-sortable
Version:
Angular Library for Drag and Drop, supports Sortable and Draggable.
21 lines (17 loc) • 325 B
CSS
.as-sortable-item,
.as-sortable-placeholder {
width: 124px;
margin: 2px;
border: 1px solid #ff0000;
border-radius: 5px;
}
.as-sortable-placeholder {
border: 1px dotted #0000ff ;
}
#sortable-container {
display: inline-block;
}
.column {
border: 1px solid #000000;
border-radius: 5px;
}