mirror of
https://github.com/ivabus/www
synced 2024-11-10 16:25:15 +03:00
Footer email subscribe form
This commit is contained in:
parent
5830011090
commit
92359c557b
|
@ -51,7 +51,47 @@
|
|||
|
||||
<!-- Start Sendx Form Module -->
|
||||
|
||||
<div class="klaviyo-form-WUxzRc"></div>
|
||||
<div class="klaviyo-form-WcHYs8"></div>
|
||||
|
||||
<style>
|
||||
|
||||
.kl-private-reset-css-Xuajs1{
|
||||
display: block !important;
|
||||
padding: 0px !important;
|
||||
margin: 0px !important;
|
||||
}
|
||||
|
||||
.go3894874857{
|
||||
width: 100% !important;
|
||||
background-color: #54BAAB !important;
|
||||
border: none !important;
|
||||
border-radius: 60px !important;
|
||||
transition: 0.2s ease-in-out !important;
|
||||
font-family: inherit !important;
|
||||
font-weight: 400 !important;
|
||||
}
|
||||
|
||||
.go3894874857:hover{
|
||||
background-color: #62CFBF !important;
|
||||
}
|
||||
|
||||
#email_48549915{
|
||||
width: 100%;
|
||||
margin-bottom: 10px !important;
|
||||
border: none !important;
|
||||
border-radius: 30px !important;
|
||||
background-color: #3F4346 !important;
|
||||
padding: 10px 20px !important;
|
||||
color: white !important;
|
||||
transition: 0.1s ease-in-out !important;
|
||||
}
|
||||
|
||||
#email_48549915:focus{
|
||||
border: 1px solid #54BAAB !important;
|
||||
box-shadow: 0px 0px 4px rgba(84, 186, 171, 0.5) !important;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<!-- End Sendx Form -->
|
||||
|
||||
|
|
Loading…
Reference in a new issue