Merge branch 'add-token2049-banner' of github.com:XRPLF/xrpl-dev-portal into add-token2049-banner

This commit is contained in:
jonathanlei
2023-08-30 18:56:08 -07:00
19 changed files with 122 additions and 60 deletions

View File

@@ -93,7 +93,7 @@ section {
padding-right: 0;
}
@for $i from 1 through 5 {
@for $i from 1 through 6 {
.cols-of-#{$i} {
@include media-breakpoint-up(lg) {
grid-template-rows: repeat($i, min-content);

View File

@@ -111,10 +111,13 @@
}
#wallets {
@each $wallet in "ledger", "secalot", "trezor", "xumm", "trust", "gatehub" {
@each $wallet in "ledger", "secalot", "trezor", "xumm", "trust", "gatehub", "towo", "keystone", "dcent" {
#wallet-#{$wallet} {
content: url("../img/wallets/#{$wallet}.svg");
}
#wallet-bitfrost {
content: url("../img/wallets/bitfrost.png");
}
}
}

View File

@@ -643,8 +643,21 @@ pre code {
#wallet-xumm {
content: url("../img/wallets/lightmode/xumm.svg");
}
#wallet-bitfrost {
content: url("../img/wallets/lightmode/bitfrost.png");
}
#wallet-towo {
content: url("../img/wallets/lightmode/towo.svg");
}
#wallet-keystone {
content: url("../img/wallets/lightmode/keystone.svg");
}
#wallet-dcent {
content: url("../img/wallets/lightmode/dcent.svg");
}
}
#top-exchanges {
// Kraken, eToro are OK on both light and dark