CryptoDonate: add CryptoDonateModal
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user