mirror of
https://github.com/ivabus/www
synced 2024-11-10 06:15:14 +03:00
footer changes, link changes
This commit is contained in:
parent
40d03e607d
commit
72694b85a0
|
@ -19,7 +19,6 @@
|
|||
|
||||
.footer-link:hover{
|
||||
color: #00ffd0 !important;
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
|
@ -23,15 +23,10 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="row mb-4">
|
||||
<h4>sign up for tea'mails</h4>
|
||||
<hr>
|
||||
<h4 class="mb-4">sign up for tea'mails</h4>
|
||||
<div class="col">
|
||||
<div class="input-group">
|
||||
<input type="text" class="form-control footer-email" placeholder="you@email.com" aria-label="Recipient's username with two button addons">
|
||||
<button class="btn btn-outline-secondary email-btn" type="button">Send</button>
|
||||
</div>
|
||||
{{- partial "klaviyo-form.html" -}}
|
||||
</div>
|
||||
<hr>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-6">
|
||||
|
|
|
@ -60,6 +60,16 @@ li{
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
a{
|
||||
color: #00ffd0;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover{
|
||||
background-color:#00ffd0;
|
||||
color: #1a1a1a !important;
|
||||
}
|
||||
|
||||
/* Breakpoint-Specific Typography */
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue