Adds hover to donation button
This commit is contained in:
@@ -172,6 +172,11 @@ function preventNonNumeric(event) {
|
|||||||
@apply bg-hutopyPrimary;
|
@apply bg-hutopyPrimary;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.donation-action:hover {
|
||||||
|
@apply bg-hutopySecondary;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.error-message {
|
.error-message {
|
||||||
color: white;
|
color: white;
|
||||||
background-color: red;
|
background-color: red;
|
||||||
|
|||||||
Reference in New Issue
Block a user