ltruck size on cart drawer

main
alexanderroese 2024-06-23 20:13:48 +02:00
parent 31931b1be5
commit 5d142b9fd0
2 changed files with 3 additions and 2 deletions

View File

@ -305,7 +305,7 @@ cart-drawer-items {
}
#shx-shipping-truck {
transform: scale(1.5);
transform: scale(2);
}
#shx-shipping-costs-info {

View File

@ -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>