Added WarehouseOffer and WarehouseOfferTemplate, also fixed menu for Lager Point

This commit is contained in:
Luca Haid
2025-03-31 15:13:34 +02:00
parent d33d93867f
commit e842d37f98
9 changed files with 359 additions and 132 deletions
@@ -1,14 +1,5 @@
@media (min-width: 992px) {
.modal-lg, .modal-xl {
/*max width either 90% or 1120px*/
max-width: min(90vw, 1120px) !important;
}
}
@media (max-width: 992px) {
.warehouse-order-modal-positions-entry-container {
display: grid;
grid-template-columns: 1fr 1fr !important;
grid-gap: 10px;
max-width: min(90vw) !important;
}
}