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 { #shx-shipping-truck {
transform: scale(1.5); transform: scale(2);
} }
#shx-shipping-costs-info { #shx-shipping-costs-info {

View File

@ -93,12 +93,13 @@
{% endcomment %} {% endcomment %}
<dotlottie-player <dotlottie-player
id="shx-shipping-truck"
src="{{ 'lottie_shipping_truck.lottie' | asset_url }}" src="{{ 'lottie_shipping_truck.lottie' | asset_url }}"
background="transparent" background="transparent"
speed="1" speed="1"
autoplay autoplay
loop="true" loop="true"
style="width: 35px; height: 50px; transform: scale(2)" style="width: 35px; height: 50px; transform: scale(1.5)"
direction="1" direction="1"
mode="bounce"></dotlottie-player> mode="bounce"></dotlottie-player>