wix-style-react
Version:
wix-style-react
70 lines (60 loc) • 1.16 kB
CSS
.root {
border: 1px dashed #7a92a5;
width: 498px;
height: 402px;
}
.title {
font-size: 14px;
color: #32536a;
height: 18px;
margin: 6px;
}
.sortableListBase {
padding: 18px 24px 0 24px;
}
.itemCss {
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;
}
.handle {
display: flex;
justify-content: center;
align-items: center;
width: 94px;
height: 36px;
background-color: #eaf7ff;
border: solid 1px #b6c1cd;
border-radius: 4px;
color: #32536a;
font-size: 14px;
cursor: grab;
}
.placeholder {
border: 1px solid transparent;
background-color: #eaf7ff;
color: transparent;
cursor: grabbing;
}
.preview {
background-color: #eaf7ff;
}
.item {
background-color: violet;
}
.container {
background-color: red;
}
.topContainer {
background-color: blue;
}
/* st-namespace-reference="../../../../../../src/DragAndDrop/docs/SortableListBase/NestableListBaseExample/NestableListBase.st.css" */