ng-sortable
Version:
Angular Library for Drag and Drop, supports Sortable and Draggable.
30 lines (24 loc) • 606 B
CSS
/* ******************************************* */
/* Optional CSS, default style for ng-sortable */
/* ******************************************* */
.as-sortable-item, .as-sortable-placeholder {
min-height: 20px;
margin: 1px 2px 5px 1px;
border-radius: 10px;
}
.as-sortable-item {
border: solid 1px darkgrey;
background-color: #ffffff;
}
.as-sortable-item-handle {
}
.as-sortable-placeholder {
border: 1px dashed darkgrey;
box-sizing: border-box;
background-color: #dbdbdb;
}
.as-sortable-drag {
opacity: .8;
}
.as-sortable-hidden {
}