...
|
...
|
@@ -168,8 +168,8 @@ |
|
|
</span>
|
|
|
</button>
|
|
|
<button class="button control-button" @click="toggleFavorite()">
|
|
|
<span v-if="entity.isCollect === 'Y' " class="icon icon-love-solid"></span>
|
|
|
<span v-else class="icon icon-love"></span>
|
|
|
<span v-if="entity.isCollect === 'Y' " class="icon icon-focused"></span>
|
|
|
<span v-else class="icon icon-focus"></span>
|
|
|
</button>
|
|
|
<button class="button button-solid add-to-cart"
|
|
|
@click="showAddToCart()"
|
...
|
...
|
@@ -223,6 +223,10 @@ |
|
|
line-height: $lh;
|
|
|
color: #b0b0b0;
|
|
|
}
|
|
|
|
|
|
.icon-right {
|
|
|
margin-left: 30px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.product-detail-desc {
|
...
|
...
|
|