mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 20:05:50 +00:00
Fix various style/template issues (#2103)
* Fix various style/template issues - Add styles to allow fully invisible headers. These can be used to support anchor links in translated pages, so we can move the link_subs out of the dactyl-config.yml. Example in transaction-common-fields.md - Upgrade jQuery to 3.7.1 - Add left nav to references landings for consistent navigation - Add breadcrumbs template (previously used Dactyl built-in) which throws an error if you specify a parent: that doesn't exist. (Previously it would write a blank link; the link checker would report this as an error, but it wasn't obvious what the cause was.) - Fix #2014 (special case for code blocks nested in lists). - Fix #2096. - Remove excessive spacing between top nav and main content, and re-align top of main contents in all 3 columns for docs pages. - Reorganize _content.scss to be easier to read. * Upgrade yarn packages (fix dependabot alerts) & rebuild CSS * Fix NFT broken link in translation * [ja] Properly fix NFT data link
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
.content {
|
||||
p code,
|
||||
table code,
|
||||
ul code,
|
||||
ol code {
|
||||
li > code {
|
||||
background-color: $gray-200;
|
||||
color: $gray-900;
|
||||
}
|
||||
@@ -134,10 +133,10 @@ h6,
|
||||
color: var(--docsearch-text-color) !important;
|
||||
}
|
||||
.DocSearch-Input{
|
||||
color: $gray-900;
|
||||
color: $gray-900;
|
||||
}
|
||||
.DocSearch-Hit-Select-Icon{
|
||||
color: $gray-900;
|
||||
color: $gray-900;
|
||||
}
|
||||
.DocSearch-Form {
|
||||
box-shadow: inset 0 0 0 2px $blue-purple-500;
|
||||
@@ -166,7 +165,7 @@ h6,
|
||||
}
|
||||
.DocSearch-Logo svg{
|
||||
.cls-1, .cls-2{
|
||||
fill:var(--docsearch-logo-color);;
|
||||
fill:var(--docsearch-logo-color);;
|
||||
}
|
||||
}
|
||||
.DocSearch-Hit-title,
|
||||
@@ -733,7 +732,7 @@ pre code {
|
||||
'ripples-on-demand-liquidity': 'svg',
|
||||
'xumm-wallet': 'svg',
|
||||
'sologenic-dex': 'svg'
|
||||
)
|
||||
)
|
||||
{
|
||||
#use_case_companies_list {
|
||||
##{$company} {
|
||||
@@ -741,7 +740,7 @@ pre code {
|
||||
max-height: 40px;
|
||||
content: url("../img/uses/lightmode/#{$company}.#{$type}");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -750,13 +749,13 @@ pre code {
|
||||
// #coil,
|
||||
#forte,
|
||||
#xrplorer,
|
||||
#gatehub
|
||||
#gatehub
|
||||
{
|
||||
.biz-logo {
|
||||
filter: invert(100%);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
.landing-bg {
|
||||
|
||||
Reference in New Issue
Block a user