mirror of
https://github.com/ivabus/www
synced 2024-11-22 15:55:07 +03:00
Fixed email form
This commit is contained in:
parent
eedba66740
commit
b3b4585155
1 changed files with 12 additions and 3 deletions
|
@ -33,7 +33,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xl-4 col-lg-6 col-md-12 col-sm-12 col-12 mt-5 ps-3" style="margin-left:auto;">
|
<div class="col-xl-4 col-lg-6 col-md-12 col-sm-12 col-12 mt-5 ps-3" style="margin-left:auto;">
|
||||||
<h6 class="white mb-3 mt-2">Enter your email to join our newsletter:</h6>
|
<h6 class="white mb-3 mt-2">Enter your email to join our newsletter:</h6>
|
||||||
<div class="klaviyo-form-WXJy3Y mb-2"></div>
|
<div class="klaviyo-form-RqTcUf mb-2"></div>
|
||||||
<p class="small grid-gray">We will never share your information with anyone else; this is just for the occasional newsletter. You can learn more by reading our <a href="/privacy-policy/" style="color:#00ffd0 !important;">privacy policy</a>. </p>
|
<p class="small grid-gray">We will never share your information with anyone else; this is just for the occasional newsletter. You can learn more by reading our <a href="/privacy-policy/" style="color:#00ffd0 !important;">privacy policy</a>. </p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -47,8 +47,17 @@
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
#email_61878536{
|
#email_52020276{
|
||||||
height: 50px !important;
|
background-color: #1a1a1a !important;
|
||||||
|
border: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#email_52020276:focus{
|
||||||
|
box-shadow: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.go3894874857{
|
||||||
|
width: 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue