mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 04:05:49 +00:00
Resolves PR comments
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -649,13 +649,13 @@ pre code {
|
|||||||
#wallet-towo {
|
#wallet-towo {
|
||||||
content: url("../img/wallets/lightmode/towo.svg");
|
content: url("../img/wallets/lightmode/towo.svg");
|
||||||
}
|
}
|
||||||
}
|
|
||||||
#wallet-keystone {
|
#wallet-keystone {
|
||||||
content: url("../img/wallets/lightmode/keystone.svg");
|
content: url("../img/wallets/lightmode/keystone.svg");
|
||||||
}
|
}
|
||||||
#wallet-dcent {
|
#wallet-dcent {
|
||||||
content: url("../img/wallets/lightmode/dcent.svg");
|
content: url("../img/wallets/lightmode/dcent.svg");
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#top-exchanges {
|
#top-exchanges {
|
||||||
|
|||||||
@@ -4,9 +4,9 @@
|
|||||||
"node-sass": "^7.0.0"
|
"node-sass": "^7.0.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build-css": "node-sass --include-path scss xrpl.scss ../assets/css/devportal2022-v21.css --output-style compressed",
|
"build-css": "node-sass --include-path scss xrpl.scss ../assets/css/devportal2022-v22.css --output-style compressed",
|
||||||
"build-css-out": "node-sass --include-path scss xrpl.scss ../out/assets/css/devportal2022-v21.css --output-style compressed --source-map true",
|
"build-css-out": "node-sass --include-path scss xrpl.scss ../out/assets/css/devportal2022-v22.css --output-style compressed --source-map true",
|
||||||
"build-css-watch-out": "node-sass --recursive --watch --include-path scss xrpl.scss ../out/assets/css/devportal2022-v21.css --output-style compressed --source-map true"
|
"build-css-watch-out": "node-sass --recursive --watch --include-path scss xrpl.scss ../out/assets/css/devportal2022-v22.css --output-style compressed --source-map true"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"sass": "^1.26.10"
|
"sass": "^1.26.10"
|
||||||
|
|||||||
@@ -52,7 +52,7 @@
|
|||||||
{% if target.lang=="ja" %}
|
{% if target.lang=="ja" %}
|
||||||
<link href="{{currentpage.prefix}}assets/css/fonts-ja.css" rel="stylesheet" />
|
<link href="{{currentpage.prefix}}assets/css/fonts-ja.css" rel="stylesheet" />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<link href="{{currentpage.prefix}}assets/css/devportal2022-v21.css" rel="stylesheet" />
|
<link href="{{currentpage.prefix}}assets/css/devportal2022-v22.css" rel="stylesheet" />
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@3" />
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@3" />
|
||||||
|
|
||||||
|
|||||||
@@ -190,11 +190,11 @@
|
|||||||
{ "href": "https://keyst.one/",
|
{ "href": "https://keyst.one/",
|
||||||
"id": "wallet-keystone",
|
"id": "wallet-keystone",
|
||||||
"alt": _("Keystone"),
|
"alt": _("Keystone"),
|
||||||
"imgclasses": "invertible-img"},
|
},
|
||||||
{ "href": "https://dcentwallet.com/?lang=en",
|
{ "href": "https://dcentwallet.com/?lang=en",
|
||||||
"id": "wallet-dcent",
|
"id": "wallet-dcent",
|
||||||
"alt": _("Dcent"),
|
"alt": _("Dcent"),
|
||||||
"imgclasses": "invertible-img"},
|
},
|
||||||
{ "href": "https://trezor.io/",
|
{ "href": "https://trezor.io/",
|
||||||
"id": "wallet-trezor",
|
"id": "wallet-trezor",
|
||||||
"alt": _("Trezor"),
|
"alt": _("Trezor"),
|
||||||
|
|||||||
Reference in New Issue
Block a user