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;
|
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) {
|
@media (min-width: 992px) {
|
||||||
.page-faq article {
|
.page-faq article {
|
||||||
max-width: 704px;
|
max-width: 704px;
|
||||||
@@ -18360,27 +18352,6 @@ html.light .page-dev-tools #trasaction-sender .card-footer {
|
|||||||
flex: none !important;
|
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,
|
.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 {
|
.use-case-payments .developer-resources-section .bottom-cards-section.bug-bounty.section-padding .com-card .card-content {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@@ -967,14 +967,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.page-faq {
|
.page-faq {
|
||||||
&::before {
|
|
||||||
background-image: url(../img/backgrounds/faq-bg.svg);
|
|
||||||
|
|
||||||
@include media-breakpoint-up(md) {
|
|
||||||
background-size: contain;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
article {
|
article {
|
||||||
@include media-breakpoint-up(lg) {
|
@include media-breakpoint-up(lg) {
|
||||||
max-width: 704px;
|
max-width: 704px;
|
||||||
@@ -2135,23 +2127,6 @@ html.light {
|
|||||||
margin-bottom: 0 !important;
|
margin-bottom: 0 !important;
|
||||||
flex: none !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 {
|
.card-content {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user