mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
#1520 Bestellbestätigung Bestelloptionen Header entfernt
This commit is contained in:
committed by
Lorenz Hilpert
parent
0e9c9d4cfd
commit
5bbc3e3b1e
@@ -45,29 +45,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row item-group-header">
|
||||
<ui-icon
|
||||
class="icon-order-type"
|
||||
[size]="displayOrder.items[0]?.features?.orderType === 'B2B-Versand' ? '50px' : '25px'"
|
||||
[icon]="
|
||||
displayOrder.items[0]?.features?.orderType === 'Abholung'
|
||||
? 'box_out'
|
||||
: displayOrder.items[0]?.features?.orderType === 'Versand'
|
||||
? 'truck'
|
||||
: displayOrder.items[0]?.features?.orderType === 'Rücklage'
|
||||
? 'shopping_bag'
|
||||
: displayOrder.items[0]?.features?.orderType === 'B2B-Versand'
|
||||
? 'truck_b2b'
|
||||
: displayOrder.items[0]?.features?.orderType === 'Download'
|
||||
? 'download'
|
||||
: 'truck'
|
||||
"
|
||||
></ui-icon>
|
||||
<div class="label">
|
||||
{{ displayOrder.items[0]?.features?.orderType }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr class="top-line" />
|
||||
<ng-container *ngFor="let order of displayOrder.items">
|
||||
<div class="row between">
|
||||
|
||||
@@ -68,13 +68,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
.item-group-header {
|
||||
@apply pb-0 pr-4 pt-1 text-lg font-bold;
|
||||
height: 40px;
|
||||
|
||||
.icon-order-type {
|
||||
@apply text-font-customer mr-3;
|
||||
}
|
||||
.top-line {
|
||||
@apply mt-8;
|
||||
}
|
||||
|
||||
.order-details {
|
||||
|
||||
Reference in New Issue
Block a user