mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 03:05:49 +00:00
Card updates
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user