mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
adds qa changes
This commit is contained in:
@@ -121,10 +121,7 @@ function FeatureCard({ title, description }) {
|
|||||||
return (
|
return (
|
||||||
<article className="feature-card">
|
<article className="feature-card">
|
||||||
<header className="feature-header">
|
<header className="feature-header">
|
||||||
<h2 className="feature-title">
|
<h2 className="feature-title">{title}</h2>
|
||||||
{title}
|
|
||||||
<div className="right-arrow-item" />
|
|
||||||
</h2>
|
|
||||||
</header>
|
</header>
|
||||||
<p className="feature-description">{translate(description)}</p>
|
<p className="feature-description">{translate(description)}</p>
|
||||||
</article>
|
</article>
|
||||||
@@ -213,12 +210,12 @@ function DeveloperTools() {
|
|||||||
))}
|
))}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div className="col-lg-6">
|
<div className="col-lg-6 m-h-300">
|
||||||
<img
|
<div
|
||||||
src="https://cdn.builder.io/api/v1/image/assets/TEMP/c98dd39ff57551bf5900a0e69f90c7bc9a72b376cc462e2caebaaecdc622267d?placeholderIfAbsent=true&apiKey=7f21b7559e5f46cebba4373859bcb6b5"
|
className="developer-tools__image"
|
||||||
alt="Developer tools illustration"
|
role="img"
|
||||||
className="developer-tools__image img-fluid"
|
aria-label="Developer tools illustration"
|
||||||
/>
|
></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
BIN
static/img/tokenization/graphic.png
Normal file
BIN
static/img/tokenization/graphic.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 382 KiB |
BIN
static/img/tokenization/lightmode/graphic.png
Normal file
BIN
static/img/tokenization/lightmode/graphic.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 226 KiB |
@@ -1779,10 +1779,17 @@ html.light {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.developer-tools__image {
|
.developer-tools__image {
|
||||||
max-width: 100%;
|
width: 110%;
|
||||||
height: auto;
|
height: 124%;
|
||||||
|
background-image: url("../img/tokenization/graphic.png");
|
||||||
|
background-size: contain;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center;
|
||||||
}
|
}
|
||||||
|
.m-h-300 {
|
||||||
|
min-height: 300px;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 991px) {
|
@media (max-width: 991px) {
|
||||||
.developer-tools {
|
.developer-tools {
|
||||||
padding: 50px 0;
|
padding: 50px 0;
|
||||||
|
|||||||
@@ -1270,7 +1270,9 @@ $company-logos-light: (
|
|||||||
background-image: url(#{$path});
|
background-image: url(#{$path});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.developer-tools__image {
|
||||||
|
background-image: url("../img/tokenization/lightmode/graphic.png");
|
||||||
|
}
|
||||||
.token-video-text-container {
|
.token-video-text-container {
|
||||||
p {
|
p {
|
||||||
color: var(--XRPL-Primary-Black, #000);
|
color: var(--XRPL-Primary-Black, #000);
|
||||||
|
|||||||
Reference in New Issue
Block a user