Merge branch 'master' of https://github.com/JakeatRipple/xrpl-dev-portal into feat-use-cases

# Conflicts:
#	assets/css/devportal2022-v13.css
This commit is contained in:
Jake
2023-01-23 13:37:27 -07:00
34 changed files with 978 additions and 301 deletions

View File

@@ -0,0 +1,8 @@
.toml-checker {
#result {
display: none;
}
#verify-domain-result {
display: none;
}
}

View File

@@ -445,6 +445,11 @@ aside .active > a:hover {
white -2px -2px 3px, white -2px -2px 4px;
}
// Osano cookie consent overrides
a.osano-cm-link {
color: #ffffff;
}
// Layout elements -------------------------------------------------------------
.card,
.cta-card {

View File

@@ -68,6 +68,7 @@ $line-height-base: 1.5;
@import "_feedback.scss";
@import "_video.scss";
@import "_top-banner.scss";
@import "_toml-checker.scss";
// Light/Dark theme settings ---------------------------------------------------
// Option to only change theme on user system settings. No toggle.