mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Merged PR 313: #1049 Vorgemerkt-Marker in Bestellpostendetails anzeigen
#1049 Vorgemerkt-Marker in Bestellpostendetails anzeigen
This commit is contained in:
@@ -36,6 +36,11 @@
|
||||
</div>
|
||||
</div>
|
||||
<ng-container *ngFor="let orderItem of orderItems$ | async">
|
||||
<div class="order-item-features" *ngIf="orderItem.features">
|
||||
<div class="order-item-feature" *ngIf="orderItem.features.prebooked">
|
||||
<lib-icon *ngIf="orderItem.features?.prebooked" name="tag_icon_preorder" height="48px"></lib-icon>
|
||||
</div>
|
||||
</div>
|
||||
<div class="isa-card isa-mt-2 isa-border-radius-0">
|
||||
<app-shelf-order-item-details
|
||||
[orderItemListItem]="orderItem"
|
||||
|
||||
@@ -8,6 +8,16 @@
|
||||
height: calc(100vh - 288px);
|
||||
}
|
||||
|
||||
.order-item-features {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.order-item-feature {
|
||||
position: absolute;
|
||||
top: -3px;
|
||||
right: 1rem;
|
||||
}
|
||||
|
||||
.cta-sticky {
|
||||
bottom: 80px;
|
||||
left: 0;
|
||||
|
||||
Reference in New Issue
Block a user