New references landing

This commit is contained in:
mDuo13
2021-06-30 13:24:57 -07:00
parent 521d4073a9
commit e38d7c6300
20 changed files with 3185 additions and 97 deletions

View File

@@ -253,6 +253,36 @@
}
}
.page-references {
// TODO: unique card footer images (these ones are reused at random)
#refs-types .card-deck {
.card:nth-child(1) .card-footer {
background-image: url(../img/cards/3col-light-green.svg);
}
.card:nth-child(2) .card-footer {
background-image: url(../img/cards/3col-orange-yellow.svg);
}
.card:nth-child(3) .card-footer {
background-image: url(../img/cards/3col-blue-green.svg);
}
}
#xrpl-protocol .card-deck {
.card:nth-child(1) .card-footer {
background-image: url(../img/cards/4col-yellow.svg);
}
.card:nth-child(2) .card-footer {
background-image: url(../img/cards/4col-magenta.svg);
}
.card:nth-child(3) .card-footer {
background-image: url(../img/cards/4col-light-green.svg);
}
.card:nth-child(4) .card-footer {
background-image: url(../img/cards/4col-orange.svg);
}
}
}
.page-calculator {
.calculator-section-description {