wix-style-react
Version:
44 lines (38 loc) • 766 B
CSS
/* st-namespace-reference="../../../../../../src/DragAndDrop/docs/SortableList/ListWithDelay/ListWithDelay.st.css" */
.root {
border: 1px dashed #7a92a5;
width: 498px;
height: 402px;
}
.title {
font-size: 14px;
color: #32536a;
height: 18px;
margin: 6px;
}
.sortableList {
padding: 18px 24px 0 24px;
}
.item {
display: flex;
align-items: center;
justify-content: space-between;
border-radius: 8px;
width: 450px;
height: 60px;
border: 1px solid #7a92a5;
padding: 21px;
margin-bottom: 12px;
background-color: white;
user-select: none;
box-sizing: border-box;
}
.placeholder {
border: 1px solid transparent;
background-color: #eaf7ff;
color: transparent;
cursor: grabbing;
}
.preview {
background-color: #eaf7ff;
}