kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Merge branch 'crypto-updates' into 'develop'
CryptoDonate updates See merge request soapbox-pub/soapbox-fe!524datepicker-css
commit
d8e7737742
|
@ -1,16 +1,23 @@
|
||||||
{
|
{
|
||||||
|
"aave": "https://etherscan.io/address/{address}",
|
||||||
"bat": "https://etherscan.io/address/{address}",
|
"bat": "https://etherscan.io/address/{address}",
|
||||||
"bch": "https://explorer.bitcoin.com/bch/address/{address}",
|
"bch": "https://explorer.bitcoin.com/bch/address/{address}",
|
||||||
"btc": "https://explorer.bitcoin.com/btc/address/{address}",
|
"btc": "https://explorer.bitcoin.com/btc/address/{address}",
|
||||||
"btg": "https://btgexplorer.com/address/{address}",
|
"btg": "https://btgexplorer.com/address/{address}",
|
||||||
|
"comp": "https://etherscan.io/address/{address}",
|
||||||
"dash": "https://dashblockexplorer.com/address/{address}",
|
"dash": "https://dashblockexplorer.com/address/{address}",
|
||||||
"dgb": "https://digiexplorer.info/address/{address}",
|
"dgb": "https://digiexplorer.info/address/{address}",
|
||||||
"doge": "https://dogechain.info/address/{address}",
|
"doge": "https://dogechain.info/address/{address}",
|
||||||
"etc": "https://etcblockexplorer.com/address/{address}",
|
"etc": "https://etcblockexplorer.com/address/{address}",
|
||||||
"eth": "https://etherscan.io/address/{address}",
|
"eth": "https://etherscan.io/address/{address}",
|
||||||
"grans": "https://ubiqscan.io/address/{address}",
|
"grans": "https://ubiqscan.io/address/{address}",
|
||||||
|
"link": "https://etherscan.io/address/{address}",
|
||||||
"ltc": "https://litecoinblockexplorer.net/address/{address}",
|
"ltc": "https://litecoinblockexplorer.net/address/{address}",
|
||||||
|
"mkr": "https://etherscan.io/address/{address}",
|
||||||
|
"oxt": "https://etherscan.io/address/{address}",
|
||||||
|
"sushi": "https://etherscan.io/address/{address}",
|
||||||
"ubq": "https://ubiqscan.io/address/{address}",
|
"ubq": "https://ubiqscan.io/address/{address}",
|
||||||
|
"uni": "https://etherscan.io/address/{address}",
|
||||||
"usdc": "https://etherscan.io/address/{address}",
|
"usdc": "https://etherscan.io/address/{address}",
|
||||||
"vtc": "https://vtcblocks.com/address/{address}",
|
"vtc": "https://vtcblocks.com/address/{address}",
|
||||||
"xmr": "https://monerohash.com/explorer/search?value={address}",
|
"xmr": "https://monerohash.com/explorer/search?value={address}",
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
|
|
||||||
&__actions {
|
&__actions {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
display: flex;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: var(--primary-text-color--faint);
|
color: var(--primary-text-color--faint);
|
||||||
|
|
|
@ -793,18 +793,23 @@ code {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
height: 38px;
|
||||||
|
|
||||||
input {
|
input {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
font-size: 14px !important;
|
font-size: 14px !important;
|
||||||
border-radius: 4px 0 0 4px !important;
|
border-radius: 4px 0 0 4px !important;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
width: auto;
|
width: auto;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding-bottom: 9px;
|
|
||||||
border-radius: 0 4px 4px 0;
|
border-radius: 0 4px 4px 0;
|
||||||
|
height: 100%;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue