From 52e070dcf66b43623d8ceb278fa76c44248444e3 Mon Sep 17 00:00:00 2001 From: Calvin Jhunjhuwala Date: Thu, 30 Oct 2025 10:38:53 -0700 Subject: [PATCH] removing background from css as well --- static/css/devportal2024-v1.css | 29 ----------------------------- styles/_pages.scss | 25 ------------------------- 2 files changed, 54 deletions(-) diff --git a/static/css/devportal2024-v1.css b/static/css/devportal2024-v1.css index 9926dc6948..de35323ace 100644 --- a/static/css/devportal2024-v1.css +++ b/static/css/devportal2024-v1.css @@ -17113,14 +17113,6 @@ html.light .label.label-fees:hover .badge-pill, html.light .label.label-payments margin-bottom: 2.5rem; } -.page-faq::before { - background-image: url(../img/backgrounds/faq-bg.svg); -} -@media (min-width: 768px) { - .page-faq::before { - background-size: contain; - } -} @media (min-width: 992px) { .page-faq article { max-width: 704px; @@ -18360,27 +18352,6 @@ html.light .page-dev-tools #trasaction-sender .card-footer { flex: none !important; } } -.page-rwa-tokenization .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card.developer-spotlight, -.use-case-payments .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card.developer-spotlight { - background-image: url(../img/community/bug-bounty-card-bg.png); - background-position: top right; - background-size: 169px 88px; - background-repeat: no-repeat; -} -.page-rwa-tokenization .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card.learn-stay-updated, -.use-case-payments .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card.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) { - .page-rwa-tokenization .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card.learn-stay-updated, - .use-case-payments .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card.learn-stay-updated { - background-image: url(../img/community/bug-bounty-card-bg-2-mobile.png); - } -} .page-rwa-tokenization .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card .card-content, .use-case-payments .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card .card-content { display: flex; diff --git a/styles/_pages.scss b/styles/_pages.scss index 87050525d6..d452455e67 100644 --- a/styles/_pages.scss +++ b/styles/_pages.scss @@ -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;