mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
Add Tokenization landing page
Co-authored by: Rome Reginelli <rome@ripple.com>, pdp2121 <71317875+pdp2121@users.noreply.github.com> fix file names + small styling fix top nav link update nav list fix security card and margin add featured projects + fix margins add related articles update link and light mode mobile view add prev next buttons small styling fixes add unique key & zindex Update docs/use-cases/tokenization/index.page.tsx Update docs/use-cases/tokenization/index.page.tsx Update docs/use-cases/tokenization/index.page.tsx Update docs/use-cases/tokenization/index.page.tsx Update styles/_use-cases.scss Update styles/light/_light-theme.scss add sidebar children back + styling changes Fix tokenization frontmatter & security links Add link from Tokenization to NTTs page
This commit is contained in:
@@ -1181,3 +1181,34 @@ main article .card-grid {
|
||||
background-color: $gray-200;
|
||||
}
|
||||
}
|
||||
|
||||
.page-tokenization {
|
||||
.project-cards .project-logo {
|
||||
filter: invert(100%);
|
||||
}
|
||||
|
||||
.article-card {
|
||||
background-color: $white;
|
||||
}
|
||||
|
||||
.article-card-background {
|
||||
filter: drop-shadow(0px 1px 18px rgba(24, 24, 24, 0.50));
|
||||
}
|
||||
|
||||
.evernode {
|
||||
content: url("../img/logos/evernode.svg");
|
||||
}
|
||||
|
||||
.prev img {
|
||||
content: url("../img/icons/prev_light.svg");
|
||||
}
|
||||
|
||||
.next img {
|
||||
content: url("../img/icons/prev_light.svg");
|
||||
transform: scaleX(-1);
|
||||
}
|
||||
|
||||
.arrow-button {
|
||||
background-color: $gray-200;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user