CryptoDonate: refactor, rename, reorganize

This commit is contained in:
Alex Gleason 2021-06-09 17:11:37 -05:00
parent 149c7718c3
commit 483fadb7c2
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
14 changed files with 2 additions and 19 deletions

Binary file not shown.

Binary file not shown.

View file

@ -1,17 +0,0 @@
{
"supportedCoins": [
"btc",
"eth",
"ltc",
"doge",
"ubq",
"xmr"
],
"coinData": {
"btc": { "title": "Bitcoin" },
"eth": { "title": "Ethereum" },
"ltc": { "title": "Litecoin" },
"doge": { "title": "Dogecoin" },
"xmr": { "title": "Monero" }
}
}

Binary file not shown.

View file

@ -81,7 +81,7 @@
@import 'components/server-info';
@import 'components/admin';
@import 'components/backups';
@import 'components/cryptocoin';
@import 'components/crypto-donate';
// Holiday
@import 'holiday/halloween';

View file

@ -1,3 +1,3 @@
.coin {
.crypto-address {
padding: 20px;
}