mirror of
https://github.com/ivabus/www
synced 2024-11-10 05:25:14 +03:00
Merge pull request #312 from teaxyz/email-form-fix
This commit is contained in:
commit
e5e6ab5ce4
|
@ -33,7 +33,7 @@
|
|||
</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;">
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -47,8 +47,17 @@
|
|||
|
||||
<style>
|
||||
|
||||
#email_61878536{
|
||||
height: 50px !important;
|
||||
#email_52020276{
|
||||
background-color: #1a1a1a !important;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
#email_52020276:focus{
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
.go3894874857{
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue