mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 09:18:00 +00:00
browser sizing, color, logo fix
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -91,7 +91,7 @@
|
|||||||
color: $white !important;
|
color: $white !important;
|
||||||
}
|
}
|
||||||
.DocSearch-Modal {
|
.DocSearch-Modal {
|
||||||
margin-top: -15px;
|
margin-top: -20px;
|
||||||
max-width: 50%;
|
max-width: 50%;
|
||||||
margin-right: 13.75em;
|
margin-right: 13.75em;
|
||||||
}
|
}
|
||||||
@@ -101,7 +101,7 @@
|
|||||||
min-width: unset;
|
min-width: unset;
|
||||||
}
|
}
|
||||||
.DocSearch-Modal {
|
.DocSearch-Modal {
|
||||||
top: 128px;
|
top: 127px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
@@ -116,6 +116,9 @@
|
|||||||
fill:white;
|
fill:white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.DocSearch-Commands-Key{
|
||||||
|
color: $gray-800;
|
||||||
|
}
|
||||||
|
|
||||||
#centersearchboxcontainer {
|
#centersearchboxcontainer {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|||||||
@@ -9696,7 +9696,7 @@ p {
|
|||||||
color: #FFFFFF !important;
|
color: #FFFFFF !important;
|
||||||
}
|
}
|
||||||
.xrp-ledger-dev-portal .DocSearch-Modal {
|
.xrp-ledger-dev-portal .DocSearch-Modal {
|
||||||
margin-top: -15px;
|
margin-top: -20px;
|
||||||
max-width: 50%;
|
max-width: 50%;
|
||||||
margin-right: 13.75em;
|
margin-right: 13.75em;
|
||||||
}
|
}
|
||||||
@@ -9705,7 +9705,7 @@ p {
|
|||||||
min-width: unset;
|
min-width: unset;
|
||||||
}
|
}
|
||||||
.xrp-ledger-dev-portal .DocSearch-Modal {
|
.xrp-ledger-dev-portal .DocSearch-Modal {
|
||||||
top: 128px;
|
top: 127px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
@@ -9718,6 +9718,9 @@ p {
|
|||||||
.xrp-ledger-dev-portal .DocSearch-Logo svg .cls-1, .xrp-ledger-dev-portal .DocSearch-Logo svg .cls-2 {
|
.xrp-ledger-dev-portal .DocSearch-Logo svg .cls-1, .xrp-ledger-dev-portal .DocSearch-Logo svg .cls-2 {
|
||||||
fill: white;
|
fill: white;
|
||||||
}
|
}
|
||||||
|
.xrp-ledger-dev-portal .DocSearch-Commands-Key {
|
||||||
|
color: #232325;
|
||||||
|
}
|
||||||
.xrp-ledger-dev-portal #centersearchboxcontainer {
|
.xrp-ledger-dev-portal #centersearchboxcontainer {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user