mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-18 18:55:49 +00:00
Merge branch 'add-token2049-banner' of github.com:XRPLF/xrpl-dev-portal into add-token2049-banner
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user