integration
This commit is contained in:
@@ -98,6 +98,9 @@
|
||||
|
||||
<div class="item-details">
|
||||
<span class="price">{{ item.price }} {{ item.currency }}</span>
|
||||
@if (item.discount > 0) {
|
||||
<span class="discount-chip">-{{ item.discount }}%</span>
|
||||
}
|
||||
<span class="quantity">{{ 'QTY' | translate }}: {{ item.quantity }}</span>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -226,6 +226,16 @@
|
||||
color: #1976d2;
|
||||
}
|
||||
|
||||
.discount-chip {
|
||||
display: inline-block;
|
||||
padding: 1px 6px;
|
||||
border-radius: 4px;
|
||||
background: #e53935;
|
||||
color: #fff;
|
||||
font-size: 0.75rem;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.quantity {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user