removing background from css as well

This commit is contained in:
Calvin Jhunjhuwala
2025-10-30 10:38:53 -07:00
parent 605eb70aed
commit 52e070dcf6
2 changed files with 0 additions and 54 deletions

View File

@@ -967,14 +967,6 @@
}
.page-faq {
&::before {
background-image: url(../img/backgrounds/faq-bg.svg);
@include media-breakpoint-up(md) {
background-size: contain;
}
}
article {
@include media-breakpoint-up(lg) {
max-width: 704px;
@@ -2135,23 +2127,6 @@ html.light {
margin-bottom: 0 !important;
flex: none !important;
}
&.developer-spotlight {
background-image: url(../img/community/bug-bounty-card-bg.png);
background-position: top right;
background-size: 169px 88px;
background-repeat: no-repeat;
}
&.learn-stay-updated {
background-image: url(../img/community/bug-bounty-card-bg-2.png);
background-position: bottom right;
background-size: contain;
background-repeat: no-repeat;
background-size: 136px 177px;
@media (max-width: 767px) {
background-image: url(../img/community/bug-bounty-card-bg-2-mobile.png);
}
}
.card-content {
display: flex;