footer link pending

This commit is contained in:
priyanshuvish
2025-07-21 20:16:17 +05:30
parent beb2a6dcca
commit 5a3ef848f7
22 changed files with 64 additions and 51 deletions

View File

@@ -449,7 +449,7 @@
/* Outline Button - WDI Style with Elevation */
.btn-outline-wdi {
background: transparent;
color: #E5195E;
color: #fff;
font-weight: 500;
border: 1px solid rgba(229, 25, 94, 0.3);
border-radius: 0.5rem;
@@ -461,6 +461,10 @@
transform: translateY(0);
}
.btn-outline-wdi svg {
color: #E5195E;
}
.btn-outline-wdi:hover {
transform: translateY(-2px);
background: rgba(229, 25, 94, 0.05);