diff --git a/src/app/portal/edit-inventory/edit-inventory.component.css b/src/app/portal/edit-inventory/edit-inventory.component.css index c715049..0ed61ad 100644 --- a/src/app/portal/edit-inventory/edit-inventory.component.css +++ b/src/app/portal/edit-inventory/edit-inventory.component.css @@ -1,41 +1,44 @@ -.inventoryContainer{ - width: 100%; - display: inline-block; -} -.inventoryControls{ - top:0px; - float: left; - width: 15%; - min-width: 175px; - padding: 1em; -} -.defaultActions *{ - margin-bottom: 5px; - max-width: 90%; -} -.inventoryList{ - float: left; - height: 95%; - width: 85%; - min-width: 500px; - padding: 1em; - overflow: scroll; -} -.itemControlModal{ - display: none; - position: fixed; - top:0px; - width: 100%; - height: 100%; - padding: 2em; - z-index: 10000; - background: white; - overflow: scroll; - -} -.imageResultsPreview{ - height: 50px; -} -.imagePreview{ - height: 100px; -} \ No newline at end of file +.inventoryContainer { + width: 100%; + display: inline-block; +} +.inventoryControls { + top: 0px; + float: left; + width: 15%; + min-width: 175px; + padding: 1em; +} +.defaultActions * { + margin-bottom: 5px; + max-width: 90%; +} +.inventoryList { + float: left; + height: 95%; + width: 85%; + min-width: 500px; + padding: 1em; + overflow: scroll; +} +.itemControlModal { + display: none; + position: fixed; + top: 0px; + width: 100%; + height: 100%; + padding: 2em; + z-index: 10000; + background: white; + overflow: scroll; +} +.imageResultsPreview { + height: 50px; +} +.imagePreview { + height: 100px; +} +::backdrop { + background-color: slategray; + opacity: 0.75; +} diff --git a/src/app/portal/edit-inventory/edit-inventory.component.html b/src/app/portal/edit-inventory/edit-inventory.component.html index 7ffce2d..2df5975 100644 --- a/src/app/portal/edit-inventory/edit-inventory.component.html +++ b/src/app/portal/edit-inventory/edit-inventory.component.html @@ -63,13 +63,24 @@
--- End of Items ---
- +