footer link pending
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user