#1520 Bestellbestätigung Bestelloptionen Header entfernt

This commit is contained in:
Andreas Schickinger
2021-03-10 15:48:12 +01:00
committed by Lorenz Hilpert
parent 0e9c9d4cfd
commit 5bbc3e3b1e
2 changed files with 2 additions and 30 deletions

View File

@@ -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">

View File

@@ -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 {