mirror of
https://github.com/ivabus/www
synced 2024-11-10 06:05:15 +03:00
Broke and fixed animation
This commit is contained in:
parent
a509618413
commit
2218ca213b
|
@ -46,6 +46,12 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<style>
|
||||
|
||||
#email_61878536{
|
||||
height: 50px !important;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<script>
|
||||
|
|
|
@ -20,6 +20,10 @@
|
|||
|
||||
<style>
|
||||
|
||||
.subscribe-collapse{
|
||||
display:none;
|
||||
}
|
||||
|
||||
.klaviyo-form-WxjYGS{
|
||||
border: none !important;
|
||||
padding: 0px !important;
|
||||
|
@ -49,17 +53,17 @@
|
|||
border-radius: 3px;
|
||||
height: 100% !important;
|
||||
}
|
||||
#email_62680233{
|
||||
#email_62853377{
|
||||
background-color: #1a1a1a !important;
|
||||
border-radius: 0px !important;
|
||||
text-align: center !important;
|
||||
border-color: #949494 !important;
|
||||
color: #ffffff !important;
|
||||
}
|
||||
#email_62680233:hover{
|
||||
#email_62853377:hover{
|
||||
border-color: #949494 !important;
|
||||
}
|
||||
#email_62680233:focus{
|
||||
#email_62853377:focus{
|
||||
box-shadow:none !important;
|
||||
}
|
||||
.go3894874857{
|
||||
|
|
Loading…
Reference in a new issue