mostly complete inventory dashboard/modal
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user