mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
Merge branch 'development' of https://bitbucket.org/umwerk/instore-ma-app into development
This commit is contained in:
@@ -78,6 +78,8 @@
|
||||
.type-text {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
height: 20px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.available-stock {
|
||||
|
||||
@@ -123,7 +123,7 @@
|
||||
<app-recommendations></app-recommendations>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<app-loading loading="true" *ngIf="!product"></app-loading>
|
||||
|
||||
<ng-container *ngIf="item">
|
||||
<app-checkout #checkout (closed)="cartActionCompleted($event)" [book]="item"></app-checkout>
|
||||
|
||||
Reference in New Issue
Block a user