mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
committed by
Lorenz Hilpert
parent
bef79e3a9b
commit
30d279ea3d
@@ -17,11 +17,11 @@
|
||||
<ui-icon icon="search_add" size="22px"></ui-icon>
|
||||
</button>
|
||||
|
||||
<div class="recessions" *ngIf="item.reviews?.length > 0">
|
||||
<button (click)="showReviews()" class="recessions" *ngIf="item.reviews?.length > 0">
|
||||
<ui-stars [rating]="store.reviewRating$ | async"></ui-stars>
|
||||
|
||||
<button class="cta-recessions" (click)="showReviews()">{{ item.reviews.length }} Rezensionen</button>
|
||||
</div>
|
||||
<div class="cta-recessions">{{ item.reviews.length }} Rezensionen</div>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="product-info">
|
||||
@@ -54,7 +54,7 @@
|
||||
/>
|
||||
{{ item.product?.formatDetail }}
|
||||
</div>
|
||||
<div>Band/Reihe {{ item?.product?.volume }}</div>
|
||||
<div *ngIf="item?.product?.volume">Band/Reihe {{ item?.product?.volume }}</div>
|
||||
|
||||
<div>{{ item.product?.publicationDate | date: 'MMMM y' }}</div>
|
||||
</div>
|
||||
|
||||
@@ -28,10 +28,10 @@
|
||||
@apply flex flex-col items-center justify-start mr-5;
|
||||
|
||||
.recessions {
|
||||
@apply flex flex-col items-center mt-4;
|
||||
@apply flex flex-col items-center mt-4 bg-transparent border-none outline-none;
|
||||
|
||||
.cta-recessions {
|
||||
@apply text-regular text-dark-cerulean font-bold bg-transparent border-none outline-none mt-2;
|
||||
@apply text-regular text-dark-cerulean font-bold mt-2;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user