Skip to content

Commit

Permalink
style(payment): Add CSS for Coinbase payment modal.
Browse files Browse the repository at this point in the history
  • Loading branch information
gtandersen committed Mar 27, 2024
1 parent c746a18 commit 35a9288
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/app/account-app/bitpay-payment-dialog.component.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
h1 {
font-size: 24px;
}

h1 img {
float: right;
width: 150px;
height: auto;
}

a {
color: white;
text-decoration: none;
}

#button {
text-align: center;
}

0 comments on commit 35a9288

Please sign in to comment.