Batch updating and deleting, multi-select

This commit is contained in:
Mark Cooper 2021-08-26 18:32:05 -05:00
parent 8c9fb0d45e
commit 88c7c1632e
13 changed files with 358 additions and 33 deletions

View file

@ -75,6 +75,10 @@
box-shadow: 2px 8px 6px #111111aa;
}
.box-shadow-lg-up {
box-shadow: 0px -12px 8px #111111ee;
}
.box-shadow-xl {
box-shadow: 2px 14px 8px #111111aa;
}