Card updates

This commit is contained in:
mDuo13
2021-07-12 14:41:11 -07:00
parent d3362c444f
commit 472987fa59
10 changed files with 4426 additions and 679 deletions

View File

@@ -46,7 +46,7 @@
}
#get-started {
$gs-cards: ["orange-yellow-2", "magenta-orange", "blue-green", "light-blue", "green-blue"];
$gs-cards: ["orange-yellow ", "magenta-orange", "purple-blue-green", "light-blue", "green-blue"];
@for $i from 1 through 5 {
.col-new-card:nth-child(#{$i}) {
background-image: url("../img/cards/3col-#{nth($gs-cards, $i)}.svg")
@@ -131,12 +131,12 @@
}
@each $company,$card-graphic in (
"bitgo": "magenta-orange",
"bitgo": "magenta-3",
"bitpay": "blue-green",
"coil": "purple-blue",
"exodus": "green-blue",
"forte": "light-blue",
"gatehub": "orange-2",
"exodus": "green",
"forte": "light-blue-2",
"gatehub": "orange-3",
"ripple": "blue-light-blue",
"towo": "purple",
"xrpl-labs": "magenta-2",
@@ -150,7 +150,7 @@
}
}
#raisedinspace {
background-image: url(../img/cards/3col-orange-yellow.svg);
background-image: url(../img/cards/3col-orange-yellow-2.svg);
.biz-logo {
content: url(../img/uses/raised.png);
}
@@ -347,7 +347,7 @@
.page-references {
#refs-types .card-deck {
.card:nth-child(1) .card-footer {
background-image: url(../img/cards/3col-orange.svg);
background-image: url(../img/cards/3col-orange-2.svg);
}
.card:nth-child(2) .card-footer {
background-image: url(../img/cards/3col-green-2.svg);