ltruck size on cart drawer
parent
31931b1be5
commit
5d142b9fd0
|
@ -305,7 +305,7 @@ cart-drawer-items {
|
|||
}
|
||||
|
||||
#shx-shipping-truck {
|
||||
transform: scale(1.5);
|
||||
transform: scale(2);
|
||||
}
|
||||
|
||||
#shx-shipping-costs-info {
|
||||
|
|
|
@ -93,12 +93,13 @@
|
|||
{% endcomment %}
|
||||
|
||||
<dotlottie-player
|
||||
id="shx-shipping-truck"
|
||||
src="{{ 'lottie_shipping_truck.lottie' | asset_url }}"
|
||||
background="transparent"
|
||||
speed="1"
|
||||
autoplay
|
||||
loop="true"
|
||||
style="width: 35px; height: 50px; transform: scale(2)"
|
||||
style="width: 35px; height: 50px; transform: scale(1.5)"
|
||||
direction="1"
|
||||
mode="bounce"></dotlottie-player>
|
||||
|
||||
|
|
Loading…
Reference in New Issue