feat: spaces, link colors, card icon, card background and border
This commit is contained in:
@@ -26,13 +26,13 @@
|
||||
<ul class="space-y-4">
|
||||
<li class="flex items-center">
|
||||
<!-- mail -->
|
||||
<a href="mailto:inquiry@dialogrelations.com" class="hover:underline text-white">
|
||||
<a href="mailto:inquiry@dialogrelations.com" class="hover:text-white text-white">
|
||||
inquiry@dialogrelations.com
|
||||
</a>
|
||||
</li>
|
||||
<li class="flex items-center">
|
||||
<!-- phone -->
|
||||
<a href="tel:+4312313435" class="hover:underline text-white">
|
||||
<a href="tel:+4312313435" class="hover:text-white text-white">
|
||||
+43 1231 3435
|
||||
</a>
|
||||
</li>
|
||||
@@ -45,13 +45,13 @@
|
||||
<div class="flex space-x-4">
|
||||
<!-- Social buttons -->
|
||||
|
||||
<a href="#" aria-label="LinkedIn" class="w-10 h-10 text-2xl bg-white text-primary rounded-full inline-flex items-center justify-center">
|
||||
<a href="#" aria-label="LinkedIn" class="w-10 h-10 text-2xl bg-white text-primary rounded-full inline-flex items-center justify-center hover:bg-white hover:text-primary-dark">
|
||||
<i class="ci ci-linkedin"></i>
|
||||
</a>
|
||||
<a href="#" aria-label="Instagram" class="w-10 h-10 text-2xl bg-white text-primary rounded-full inline-flex items-center justify-center">
|
||||
<a href="#" aria-label="Instagram" class="w-10 h-10 text-2xl bg-white text-primary rounded-full inline-flex items-center justify-center hover:bg-white hover:text-primary-dark">
|
||||
<i class="ci ci-instagram"></i>
|
||||
</a>
|
||||
<a href="#" aria-label="Facebook" class="w-10 h-10 text-2xl bg-white text-primary rounded-full inline-flex items-center justify-center">
|
||||
<a href="#" aria-label="Facebook" class="w-10 h-10 text-2xl bg-white text-primary rounded-full inline-flex items-center justify-center hover:bg-white hover:text-primary-dark">
|
||||
<i class="ci ci-facebook"></i>
|
||||
</a>
|
||||
</div>
|
||||
@@ -70,9 +70,9 @@
|
||||
|
||||
<!-- Privacy links -->
|
||||
<p>
|
||||
<a href="#" class="hover:underline text-white">Privacy Policy</a>
|
||||
<a href="#" class="hover:text-white text-white">Privacy Policy</a>
|
||||
<span class="mx-1">|</span>
|
||||
<a href="#" class="hover:underline text-white">Terms and Conditions</a>
|
||||
<a href="#" class="hover:text-white text-white">Terms and Conditions</a>
|
||||
</p>
|
||||
|
||||
</div><!-- /Row 2 -->
|
||||
|
||||
Reference in New Issue
Block a user