@nodeject/ui-components
Version:
UI library for non-trivial components
20 lines (19 loc) • 379 B
text/less
.todo {
background: white;
padding: 5px;
:global {
.ant-list-split .ant-list-header {
border-bottom: none;
}
.ant-list-sm .ant-list-item {
padding-top: 0;
padding-bottom: 0;
}
.ant-list-split .ant-list-item {
border-bottom: none;
}
.ant-list-empty-text {
display: none;;
}
}
}