Merge branch 'release/2025.04.24' into feature/CASH-500
This commit is contained in:
commit
1435eee0ce
1 changed files with 9 additions and 2 deletions
|
|
@ -55,8 +55,8 @@
|
||||||
<buttonMain
|
<buttonMain
|
||||||
ref="buttonMain"
|
ref="buttonMain"
|
||||||
:buttonText="DonationAddButtonCopy"
|
:buttonText="DonationAddButtonCopy"
|
||||||
loaderColor="white"
|
loaderColor="blue"
|
||||||
class="w-100 mb-2"
|
class="w-100 mb-2 custom-secondary"
|
||||||
@click-event="handleDonationAction" />
|
@click-event="handleDonationAction" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -291,5 +291,12 @@ export default {
|
||||||
left: -0.25rem;
|
left: -0.25rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.custom-secondary {
|
||||||
|
&:hover {
|
||||||
|
color: $blue;
|
||||||
|
background: transparent;
|
||||||
|
border: 1px solid $blue;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue