set up bulkprocessing states and ux

This commit is contained in:
gingervitis
2020-12-25 23:14:27 -08:00
parent 310c6573d3
commit 7c06b74324
3 changed files with 94 additions and 15 deletions

View File

@@ -14,6 +14,26 @@
overflow: hidden;
}
}
.bulk-editor {
margin: .5rem 0;
padding: .5rem;
border: 1px solid #333;
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-end;
.label {
font-size: .75rem;
color: #666;
}
.toggler {
margin: 0 1rem 0 .5rem;
}
}
}
.ant-table-filter-dropdown {
max-width: 250px;