adding cta bgs

This commit is contained in:
Calvin Jhunjhnuwala
2021-06-28 16:41:16 -07:00
parent 48eb0a8428
commit 883a4021ff
47 changed files with 17737 additions and 308 deletions

View File

@@ -29,6 +29,18 @@
}
}
.cta {
position: absolute;
&-top-left {
top: 0;
left: 0;
}
&-bottom-right {
bottom: 0;
right: 0;
}
}
// XRP Overview Page
#xrp-overview-blue {
position: absolute;
@@ -123,6 +135,18 @@
right: -4px;
}
// Community Page
#community-magenta {
position: absolute;
top: 0px;
left: 0px;
}
#community-purple {
position: absolute;
top: 160px;
right: 0px;
}
// FAQ Page
#faq-background {