mirror of
https://github.com/ivabus/www
synced 2025-06-08 15:30:25 +03:00
Edits to Klaviyo form
This commit is contained in:
parent
7f39a5c64b
commit
d05ce24cbb
1 changed files with 6 additions and 27 deletions
|
@ -3,48 +3,27 @@
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
.kl-private-reset-css-Xuajs1{
|
.kl-private-reset-css-Xuajs1{
|
||||||
display: block !important;
|
|
||||||
padding: 0px !important;
|
|
||||||
margin-top: auto !important;
|
|
||||||
margin-bottom: auto !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.go3894874857{
|
.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: 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{
|
.go3894874857:hover{
|
||||||
background-color: #62CFBF !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
::placeholder{
|
::placeholder{
|
||||||
font-size: 16px !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#email_48240998{
|
#email_48240998{
|
||||||
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 30px !important;
|
|
||||||
color: white !important;
|
|
||||||
transition: 0.1s ease-in-out !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#email_48240998:focus{
|
#email_48240998:focus{
|
||||||
border: 1px solid #54BAAB !important;
|
|
||||||
box-shadow: 0px 0px 4px rgba(84, 186, 171, 0.5) !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue