Docs: start redoing landing page

This commit is contained in:
mDuo13
2021-06-23 17:22:03 -07:00
parent 574941b691
commit ae533b608b
20 changed files with 3510 additions and 3381 deletions

View File

@@ -221,3 +221,33 @@
border: 2px solid $white;
background: $dark;
}
// Docs page -------------------------------------------------------------------
#software-and-sdks {
.card-deck .card {
background-position: bottom;
background-repeat: no-repeat;
background-size: contain;
}
.card-deck .card:nth-child(1) {
background-image: url(../../img/cards/green.svg);
}
.card-deck .card:nth-child(2) {
background-image: url(../../img/cards/neutral-blue.svg);
}
.card-deck .card:nth-child(3) {
background-image: url(../../img/cards/magenta-orange.svg);
}
.card-deck .card:nth-child(4) {
background-image: url(../../img/cards/orange-yellow.svg);
}
.circled-logo {
background-color: $gray-600;
border-radius: 50%;
padding: .75rem;
width: 50px;
height: 50px;
}
}