update footer
This commit is contained in:
parent
8a3fb4800b
commit
17a12bf583
@ -24,7 +24,7 @@ extra:
|
|||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||
##### <span class="">ABOUT US</span>
|
##### ABOUT US
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
@ -213,63 +213,18 @@ a img:hover{
|
|||||||
text-white
|
text-white
|
||||||
}
|
}
|
||||||
|
|
||||||
.subtitle {
|
|
||||||
background-color:#58CF77 !important;
|
|
||||||
color: #fff !important;
|
|
||||||
text-transform: uppercase;
|
|
||||||
/* font-weight: 600 !important; */
|
|
||||||
}
|
|
||||||
|
|
||||||
.green{
|
|
||||||
|
|
||||||
background-color:#58CF77 !important;
|
|
||||||
color: #fff !important;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.green:hover {
|
|
||||||
background-color:#7ad993 !important;
|
|
||||||
}
|
|
||||||
.green a{
|
|
||||||
color: #fff !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.green:hover {
|
|
||||||
background-color:#7ad993 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.green_text{
|
|
||||||
color: #58CF77 ;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.blue_b{
|
|
||||||
|
|
||||||
background-color:#2E83FF !important;
|
|
||||||
color: #fff !important;
|
|
||||||
|
|
||||||
}
|
|
||||||
.blue_b a{
|
|
||||||
color: #fff !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.blue_b:hover {
|
|
||||||
background-color:#5596f5 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.footer-cust a{
|
.footer-cust a{
|
||||||
color: #999;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-cust a:hover {
|
.footer-cust a:hover {
|
||||||
color: #c7c7c7;
|
color: #a3a3a3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-cust h6{
|
/* .footer-cust h6{
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
} */
|
||||||
|
|
||||||
.logo_size{
|
.logo_size{
|
||||||
width:200px
|
width:200px
|
||||||
@ -462,11 +417,6 @@ background-color:#5596f5 !important;
|
|||||||
font-family: "Inter", sans-serif;
|
font-family: "Inter", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* button:hover :is(:where(a)) {
|
|
||||||
color: #5e5e5e;
|
|
||||||
} */
|
|
||||||
|
|
||||||
button :is(:where(p)) {
|
button :is(:where(p)) {
|
||||||
color: #ddd;
|
color: #ddd;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
@ -30,10 +30,10 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="mt-6 mx-auto border-t border-gray-700 pt-8">
|
<div class="mt-6 mx-auto border-t border-gray-700 pt-8">
|
||||||
<p data-v-14efe4a7="" class="text-base leading-6 text-gray-400 text-center">
|
<p data-v-14efe4a7="" class="text-base leading-6 text-center">
|
||||||
© <span id="year"></span> Mycelium - All rights reserved.
|
© <span id="year"></span> Mycelium - All rights reserved.
|
||||||
<a target="_blank" href="https://docs.threefold.io/docs/legal/terms_and_conditions" class="leading-6 text-gray-500 hover:text-green">Terms & Conditions |</a>
|
<a target="_blank" href="https://docs.threefold.io/docs/legal/terms_and_conditions" class="leading-6 ">Terms & Conditions |</a>
|
||||||
<a target="_blank" href="https://docs.threefold.io/docs/legal/privacy_policy" class="leading-6 text-gray-500 hover:text-green">Privacy Policy</a>
|
<a target="_blank" href="https://docs.threefold.io/docs/legal/privacy_policy" class="leading-6 ">Privacy Policy</a>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user