CryptoDonate: add CryptoDonateModal

This commit is contained in:
Alex Gleason
2021-06-09 19:28:16 -05:00
parent 940af0dd85
commit 39ee6505d8
5 changed files with 122 additions and 2 deletions

View File

@ -27,10 +27,10 @@
&__actions {
margin-left: auto;
padding-left: 10px;
a {
color: var(--primary-text-color--faint);
margin-left: 10px;
}
}
@ -38,6 +38,14 @@
margin-bottom: 10px;
}
&__qrcode {
margin-bottom: 12px;
padding: 10px;
display: flex;
align-items: center;
justify-content: center;
}
&__address {
margin-top: auto;
display: flex;
@ -64,3 +72,9 @@
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.crypto-donate-modal {
background: var(--foreground-color);
border-radius: 8px;
padding-bottom: 13px;
}