Skip to content

Commit

Permalink
Merge pull request #267 from wmde/fix-membership-cta-styling
Browse files Browse the repository at this point in the history
Style the CTA Button on the confirmation page
  • Loading branch information
Abban authored Dec 20, 2023
2 parents 28f397b + b4ca6f3 commit 89fa585
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/pages/DonationConfirmation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,12 @@ h2.icon-title {
font-weight: bold;
left: 0;
background-color: colors.$primary;
color: colors.$white;
text-align: center;
&:hover {
color: colors.$white;
}
svg {
margin-left: 10px;
}
Expand Down

0 comments on commit 89fa585

Please sign in to comment.