custom newsletter
parent
82246b257a
commit
4da17c2486
|
@ -61,6 +61,13 @@
|
|||
margin: 0 12px;
|
||||
}
|
||||
|
||||
.shx-newsletter-animation {
|
||||
width: 150px;
|
||||
height: 100px;
|
||||
transform: scale(1.6);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.shx-newsletter-input {
|
||||
/* width: 500px; */
|
||||
}
|
||||
|
@ -75,4 +82,9 @@
|
|||
flex-direction: row;
|
||||
padding: 0px 20px 0px 0px;
|
||||
}
|
||||
|
||||
.shx-newsletter-animation {
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
{% endcomment %}
|
||||
>
|
||||
<dotlottie-player
|
||||
id="shx-newsletter-animation"
|
||||
src="{{ 'lottie_newsletter.lottie' | asset_url }}"
|
||||
background="transparent"
|
||||
speed="1"
|
||||
|
|
Loading…
Reference in New Issue