mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
removing background from css as well
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
@@ -2136,23 +2128,6 @@ html.light {
|
||||
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;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user