mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 19:25:51 +00:00
Merge branch 'master' into tutorial-page
This commit is contained in:
@@ -172,6 +172,16 @@
|
||||
h1 {
|
||||
font-size: 3.875rem;
|
||||
}
|
||||
|
||||
.arrow-purple::after {
|
||||
content: url(../img/icons/arrow-right-purple.svg);
|
||||
}
|
||||
|
||||
.documentation-index:hover, .documentation-index::after {
|
||||
color: $purple;
|
||||
text-decoration: none !important;
|
||||
background: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 765px) {
|
||||
|
||||
@@ -919,6 +919,7 @@
|
||||
position: relative;
|
||||
z-index: 5;
|
||||
width: 100%;
|
||||
transform: translateY(0%);
|
||||
|
||||
p a {
|
||||
text-decoration: none;
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
"node-sass": "^7.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build-css": "node-sass --include-path scss xrpl.scss ../assets/css/devportal2022-v17.css --output-style compressed",
|
||||
"build-css-out": "node-sass --include-path scss xrpl.scss ../out/assets/css/devportal2022-v17.css --output-style compressed --source-map true",
|
||||
"build-css-watch-out": "node-sass --recursive --watch --include-path scss xrpl.scss ../out/assets/css/devportal2022-v17.css --output-style compressed --source-map true"
|
||||
"build-css": "node-sass --include-path scss xrpl.scss ../assets/css/devportal2022-v18.css --output-style compressed",
|
||||
"build-css-out": "node-sass --include-path scss xrpl.scss ../out/assets/css/devportal2022-v18.css --output-style compressed --source-map true",
|
||||
"build-css-watch-out": "node-sass --recursive --watch --include-path scss xrpl.scss ../out/assets/css/devportal2022-v18.css --output-style compressed --source-map true"
|
||||
},
|
||||
"dependencies": {
|
||||
"sass": "^1.26.10"
|
||||
|
||||
Reference in New Issue
Block a user