mirror of
https://github.com/ivabus/www
synced 2024-11-22 15:35:05 +03:00
Fixed newsletter styling
This commit is contained in:
parent
075d648e93
commit
24e91b19a3
2 changed files with 26 additions and 8 deletions
|
@ -35,7 +35,7 @@
|
|||
<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>
|
||||
<p class="small grid-gray">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore.</p>
|
||||
<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>
|
||||
<div class="row">
|
||||
|
@ -46,15 +46,8 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<style>
|
||||
|
||||
.kl-private-reset-css-Xuajs1{
|
||||
backgrond-color: #1a1a1a !important;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
<script>
|
||||
|
||||
const copyrightDate = new Date().getFullYear();
|
||||
|
|
|
@ -36,6 +36,31 @@
|
|||
|
||||
/* Spacers & Dividers */
|
||||
|
||||
.klaviyo-form{
|
||||
border: 1px solid #949494;
|
||||
padding: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
#email_61878536{
|
||||
background-color: #1a1a1a !important;
|
||||
border-radius: 0px !important;
|
||||
border: none !important;
|
||||
font-family: "inter", sans-serif !important;
|
||||
color: #ffffff !important;
|
||||
height: 40px !important;
|
||||
}
|
||||
#email_61878536:focus{
|
||||
border:none !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
.go3894874857{
|
||||
background-color: #8000ff!important;
|
||||
font-family: "inter", sans-serif !important;
|
||||
border-radius: 3px !important;
|
||||
font-weight: 400 !important;
|
||||
height: 40px !important;
|
||||
}
|
||||
|
||||
hr{
|
||||
border-bottom: 1px solid #949494 !important;
|
||||
opacity: 1;
|
||||
|
|
Loading…
Reference in a new issue