mostly complete inventory dashboard/modal

This commit is contained in:
Zach Harding
2026-03-25 09:21:24 -04:00
parent 943bd33c9a
commit 91823174d2
2 changed files with 39 additions and 31 deletions

View File

@@ -412,6 +412,18 @@ $cond-text: (
stroke: var(--bs-info-border-subtle);
}
.delete-svg {
width: 1.25rem;
height: 1.25rem;
fill: var(--bs-danger);
stroke: var(--bs-danger);
}
.btn:hover .delete-svg {
fill: var(--bs-danger-border-subtle);
stroke: var(--bs-danger-border-subtle);
}
.shadow-filter {
filter:
drop-shadow(0 5px 5px rgba(0, 0, 0, 0.3))