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