first commit
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
#draggable-cards .card {
|
||||
cursor : -webkit-grab;
|
||||
cursor : grab;
|
||||
}
|
||||
|
||||
#basic-list-group .list-group-item, #multiple-list-group-a .list-group-item, #multiple-list-group-b .list-group-item {
|
||||
cursor : -webkit-grab;
|
||||
cursor : grab;
|
||||
}
|
||||
|
||||
#clone-lists .chip {
|
||||
cursor : -webkit-grab;
|
||||
cursor : grab;
|
||||
}
|
||||
|
||||
#multiple-list-group-a, #multiple-list-group-b {
|
||||
min-height : 5.714rem;
|
||||
}
|
||||
|
||||
#dd-with-handle .list-group {
|
||||
min-height : 5.714rem;
|
||||
}
|
||||
#dd-with-handle .list-group .handle {
|
||||
padding : 0 5px;
|
||||
margin-right : 5px;
|
||||
background-color : rgba(0, 0, 0, 0.1);
|
||||
cursor : move;
|
||||
font-size : 1.2rem;
|
||||
}
|
||||
Reference in New Issue
Block a user