mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-22 12:45:50 +00:00
update footer colors
This commit is contained in:
@@ -1,28 +1,60 @@
|
|||||||
/* Tutorials ---------------------------------------------------------------- */
|
/* Tutorials ---------------------------------------------------------------- */
|
||||||
#tutorial-cards {
|
.tutorial-content {
|
||||||
|
#beginner-cards {
|
||||||
|
.card:nth-child(1) .card-footer {
|
||||||
|
background-image: url(../img/cards/4col-magenta-3.svg);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#sdk-cards {
|
||||||
.card:nth-child(1) .card-footer {
|
.card:nth-child(1) .card-footer {
|
||||||
background-image: url(../img/cards/4col-light-blue-3.svg);
|
background-image: url(../img/cards/4col-light-blue-3.svg);
|
||||||
}
|
}
|
||||||
.card:nth-child(2) .card-footer {
|
.card:nth-child(2) .card-footer {
|
||||||
background-image: url(../img/cards/4col-purple-blue-2.svg);
|
|
||||||
}
|
|
||||||
.card:nth-child(3) .card-footer {
|
|
||||||
background-image: url(../img/cards/4col-magenta-3.svg);
|
background-image: url(../img/cards/4col-magenta-3.svg);
|
||||||
}
|
}
|
||||||
.card:nth-child(4) .card-footer {
|
.card:nth-child(3) .card-footer {
|
||||||
background-image: url(../img/cards/4col-green-2.svg);
|
background-image: url(../img/cards/4col-green-2.svg);
|
||||||
}
|
}
|
||||||
.card:nth-child(5) .card-footer {
|
.card:nth-child(4) .card-footer {
|
||||||
background-image: url(../img/cards/4col-orange-yellow-2.svg);
|
|
||||||
}
|
|
||||||
.card:nth-child(6) .card-footer {
|
|
||||||
background-image: url(../img/cards/4col-blue-purple.svg);
|
|
||||||
}
|
|
||||||
.card:nth-child(7) .card-footer {
|
|
||||||
background-image: url(../img/cards/4col-yellow-2.svg);
|
background-image: url(../img/cards/4col-yellow-2.svg);
|
||||||
}
|
}
|
||||||
.card:nth-child(8) .card-footer {
|
}
|
||||||
background-image: url(../img/cards/4col-orange-2.svg);
|
|
||||||
|
#use-cases-cards {
|
||||||
|
.card:nth-child(1) .card-footer {
|
||||||
|
background-image: url(../img/cards/3col-green-purple.svg);
|
||||||
|
}
|
||||||
|
.card:nth-child(2) .card-footer {
|
||||||
|
background-image: url(../img/cards/3-col-light-blue-2.svg);
|
||||||
|
}
|
||||||
|
.card:nth-child(3) .card-footer {
|
||||||
|
background-image: url(../img/cards/3-col-purple.svg);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#servers-cards {
|
||||||
|
.card:nth-child(1) .card-footer {
|
||||||
|
background-image: url(../img/cards/4col-orange-yellow.svg);
|
||||||
|
}
|
||||||
|
.card:nth-child(2) .card-footer {
|
||||||
|
background-image: url(../img/cards/3-col-light-blue-2.svg);
|
||||||
|
}
|
||||||
|
.card:nth-child(3) .card-footer {
|
||||||
|
background-image: url(../img/cards/3-col-pink2.svg);
|
||||||
|
}
|
||||||
|
.card:nth-child(4) .card-footer {
|
||||||
|
background-image: url(../img/cards/3-col-purple-blue.svg);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#businesses-cards {
|
||||||
|
.card:nth-child(1) .card-footer {
|
||||||
|
background-image: url(../img/cards/4col-light-blue-3.svg);
|
||||||
|
}
|
||||||
|
.card:nth-child(2) .card-footer {
|
||||||
|
background-image: url(../img/cards/3col-green.svg);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -195,7 +195,7 @@
|
|||||||
{% for category in categoriesTutorials %}
|
{% for category in categoriesTutorials %}
|
||||||
<h5 id="{{category.id}}">{{category.title}}</h5>
|
<h5 id="{{category.id}}">{{category.title}}</h5>
|
||||||
<p>{{category.description}}</p>
|
<p>{{category.description}}</p>
|
||||||
<div id="tutorial-cards" class="card-grid card-grid-3xN tutorial-card-grid">
|
<div id="{{category.id}}-cards" class="card-grid card-grid-3xN tutorial-card-grid">
|
||||||
{% for child in category.children %}
|
{% for child in category.children %}
|
||||||
{{ tutorialCard(child.title, child.description, child.href, child.img, child.external)}}
|
{{ tutorialCard(child.title, child.description, child.href, child.img, child.external)}}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user