[ENH] Add ability to bulk create sets

This commit is contained in:
mg
2022-08-30 00:14:43 +01:00
parent 58aef9e2b3
commit 48bb19c532
9 changed files with 466 additions and 5 deletions
+34
View File
@@ -26,6 +26,40 @@
flex-basis: 0;
}
.bulk-create-sets-section {
margin-top: 16px;
}
.bulk-create-sets-header, .bulk-create-sets-header > * {
display: flex;
flex-direction: row;
column-gap: 24px;
row-gap: 8px;
flex-wrap: wrap;
}
.bulk-create-sets-header > * {
column-gap: 8px;
}
.bulk-create-sets-header > * > input {
min-width: 36px;
}
.bulk-create-sets-text {
min-height: 400px;
font: inherit;
background: transparent;
color: inherit;
border: 2px solid var(--overlay-color);
padding: 8px;
margin: 12px 0;
}
.bulk-create-sets-text:focus {
outline: none;
}
.form .checkbox-list-container {
flex: 1;
}