Updated WarehouseShippingNote

This commit is contained in:
Luca Haid
2024-11-12 18:24:25 +01:00
parent 50228c36e4
commit e42a13041b
18 changed files with 1191 additions and 332 deletions
@@ -151,6 +151,17 @@ input[type=number]::-webkit-outer-spin-button {
.tt-table.table-sm > tbody > tr > td * {
font-size: 16px !important;
}
.modal-footer {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 4px;
}
.modal-footer > button {
margin: 0 !important;
}
}
td {