mirror of
https://github.com/ivabus/www
synced 2024-11-10 14:55:14 +03:00
Adjustments to Klaviyo form -- used original <div>
This commit is contained in:
parent
3132cd1b24
commit
d5a4368823
|
@ -1,4 +1,4 @@
|
|||
<div class="klaviyo-form-WcHYs8"></div>
|
||||
<div class="klaviyo-form-WUxzRc"></div>
|
||||
|
||||
<style>
|
||||
|
||||
|
@ -11,29 +11,37 @@
|
|||
.go3894874857{
|
||||
width: 100% !important;
|
||||
background-color: #54BAAB !important;
|
||||
height: 45px !important;
|
||||
border: none !important;
|
||||
border-radius: 60px !important;
|
||||
transition: 0.2s ease-in-out !important;
|
||||
font-family: inherit !important;
|
||||
font-weight: 400 !important;
|
||||
font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
|
||||
font-weight: 700 !important;
|
||||
font-size: 16px !important;
|
||||
}
|
||||
|
||||
.go3894874857:hover{
|
||||
background-color: #62CFBF !important;
|
||||
}
|
||||
|
||||
#email_48549915{
|
||||
::placeholder{
|
||||
font-size: 16px !important;
|
||||
}
|
||||
|
||||
#email_48240757{
|
||||
width: 100%;
|
||||
height: 45px !important;
|
||||
font-size: 16px !important;
|
||||
margin-bottom: 10px !important;
|
||||
border: none !important;
|
||||
border-radius: 30px !important;
|
||||
background-color: #3F4346 !important;
|
||||
padding: 10px 20px !important;
|
||||
padding: 10px 30px !important;
|
||||
color: white !important;
|
||||
transition: 0.1s ease-in-out !important;
|
||||
}
|
||||
|
||||
#email_48549915:focus{
|
||||
#email_48240757:focus{
|
||||
border: 1px solid #54BAAB !important;
|
||||
box-shadow: 0px 0px 4px rgba(84, 186, 171, 0.5) !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue