Compare Icon Issue Fixed
This commit is contained in:
parent
a8fac05cee
commit
4420374bd8
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -10,8 +10,8 @@
|
|||
*/
|
||||
|
||||
/*!
|
||||
* Vue.js v2.6.12
|
||||
* (c) 2014-2020 Evan You
|
||||
* Vue.js v2.6.11
|
||||
* (c) 2014-2019 Evan You
|
||||
* Released under the MIT License.
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"/js/shop.js": "/js/shop.js?id=e8a8f56c4e7037f09d9f",
|
||||
"/css/shop.css": "/css/shop.css?id=4637884d88efdb9fc575"
|
||||
"/js/shop.js": "/js/shop.js?id=d64fdfe9e3fe3e4b9ee4",
|
||||
"/css/shop.css": "/css/shop.css?id=5bbc72cb1fc504750600"
|
||||
}
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 185 B |
|
|
@ -97,6 +97,12 @@
|
|||
height: 24px;
|
||||
}
|
||||
|
||||
.compare-icon {
|
||||
background-image: url("../images/compare_arrows.png");
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.wishlist-icon {
|
||||
background-image: url('../images/wishlist.svg');
|
||||
width: 32px;
|
||||
|
|
|
|||
|
|
@ -70,8 +70,12 @@
|
|||
@endguest
|
||||
style="color: #242424;"
|
||||
>
|
||||
<span class="name">{{ __('shop::app.customer.compare.text') }}</span>
|
||||
(<span id="compare-items-count"></span>)
|
||||
|
||||
<i class="icon compare-icon"></i>
|
||||
<span class="name">
|
||||
{{ __('shop::app.customer.compare.text') }}
|
||||
<span class="count">(<span id="compare-items-count"></span>)<span class="count">
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
@endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue