mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 11:15:49 +00:00
Qa updates. Add animations
This commit is contained in:
@@ -506,10 +506,10 @@
|
||||
background-image: url(../img/cards/4col-green-2.svg);
|
||||
}
|
||||
.card:nth-child(5) .card-footer {
|
||||
background-image: url(../img/cards/4col-blue-green.svg);
|
||||
background-image: url(../img/cards/4col-orange-yellow-2.svg);
|
||||
}
|
||||
.card:nth-child(6) .card-footer {
|
||||
background-image: url(../img/cards/4col-orange.svg);
|
||||
background-image: url(../img/cards/4col-blue-purple.svg);
|
||||
}
|
||||
.card:nth-child(7) .card-footer {
|
||||
background-image: url(../img/cards/4col-yellow-2.svg);
|
||||
@@ -517,6 +517,32 @@
|
||||
.card:nth-child(8) .card-footer {
|
||||
background-image: url(../img/cards/4col-orange-2.svg);
|
||||
}
|
||||
|
||||
|
||||
.card {
|
||||
margin-bottom: 2.5rem;
|
||||
}
|
||||
|
||||
// @include media-breakpoint-down(md) {
|
||||
// margin-top: 2rem;
|
||||
|
||||
// .card-body {
|
||||
// padding: 1rem;
|
||||
// }
|
||||
// &.row-cols-1 .card {
|
||||
// margin: .75rem .75rem (4 * $card-deck-margin) .75rem;
|
||||
// max-width: calc(100% - 1.5rem);
|
||||
// }
|
||||
// &.row-cols-2 .card {
|
||||
// margin: .75rem;
|
||||
// max-width: calc(50% - 1.5rem);
|
||||
// }
|
||||
// }
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user