Qa updates. Add animations

This commit is contained in:
Jake
2022-05-23 10:01:35 -07:00
parent 68865f6569
commit 5926abbdf6
23 changed files with 2407 additions and 99 deletions

View File

@@ -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);
// }
// }
}