Skip to content

Commit 1da5893

Browse files
authored
Merge pull request #2999 from XRPLF/css-conflict-fix
remove conflicting classname
2 parents 1d7caad + 6fe1b4e commit 1da5893

File tree

2 files changed

+52
-51
lines changed

2 files changed

+52
-51
lines changed

static/css/devportal2024-v1.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

styles/_use-cases.scss

Lines changed: 51 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -28,42 +28,49 @@ $custody-logos: "gatehub", "bitgo";
2828
}
2929
}
3030
}
31-
.modal-uses.exchanges{
32-
.logo-item{
33-
max-height: 58px;
34-
margin: 5px;
35-
width: 145px;
36-
height: 28px;
37-
max-width: none;
38-
}
31+
32+
.modal-uses.exchanges {
33+
.logo-item {
34+
max-height: 58px;
35+
margin: 5px;
36+
width: 145px;
37+
height: 28px;
38+
max-width: none;
39+
}
3940
}
41+
4042
.modal-content-uses {
41-
.carbonland-trust{
43+
.carbonland-trust {
4244
max-width: 218px;
4345
}
44-
.first-ledger-bot{
46+
47+
.first-ledger-bot {
4548
min-height: 100px !important;
4649
position: relative;
4750
bottom: 20px;
4851
content: url("../img/uses/first-ledger-bot.svg");
4952
}
50-
.orchestra-finance{
53+
54+
.orchestra-finance {
5155
min-height: 56px !important;
5256
content: url("../img/uses/orchestra-finance.svg");
5357
}
54-
.moai-finance{
58+
59+
.moai-finance {
5560
min-height: 100px !important;
5661
position: relative;
5762
bottom: 20px;
5863
content: url("../img/uses/moai-finance.svg");
5964
}
60-
.ledger-city{
65+
66+
.ledger-city {
6167
margin: 0px !important;
6268
position: relative;
6369
bottom: 4px;
6470
left: 6px;
6571
max-height: 47px !important;
6672
}
73+
6774
.zerpmon {
6875
margin: 0px;
6976
min-width: 80px;
@@ -225,14 +232,12 @@ html.light {
225232
left: 0;
226233
width: 100%;
227234
height: 1px;
228-
background: linear-gradient(
229-
90deg,
230-
#b480ff -0.32%,
231-
#5f00e6 32.7%,
232-
#1aa4ff 61.53%,
233-
#19ff83 100.32%,
234-
#19ff83 100.32%
235-
);
235+
background: linear-gradient(90deg,
236+
#b480ff -0.32%,
237+
#5f00e6 32.7%,
238+
#1aa4ff 61.53%,
239+
#19ff83 100.32%,
240+
#19ff83 100.32%);
236241
}
237242

238243
.content-section {
@@ -309,10 +314,12 @@ html.light {
309314
border: 0;
310315
border-top: 1px solid #ccc;
311316
}
317+
312318
.logo-item.anchain {
313319
height: 34px !important;
314320
max-width: 146px !important;
315321
}
322+
316323
.threezy-logo {
317324
margin: 4px;
318325
max-height: 55px !important;
@@ -482,13 +489,11 @@ html.light {
482489
font-weight: 400;
483490
font-size: 32px;
484491
line-height: 38px;
485-
background: linear-gradient(
486-
90deg,
487-
#feff01 0%,
488-
#ff2d9a 30.82%,
489-
#e24cff 64.01%,
490-
#9a52ff 100%
491-
);
492+
background: linear-gradient(90deg,
493+
#feff01 0%,
494+
#ff2d9a 30.82%,
495+
#e24cff 64.01%,
496+
#9a52ff 100%);
492497

493498
-webkit-background-clip: text;
494499
-webkit-text-fill-color: transparent;
@@ -545,13 +550,11 @@ html.light {
545550
font-weight: 400;
546551
font-size: 32px;
547552
line-height: 38px;
548-
background: linear-gradient(
549-
90deg,
550-
#b480ff -0.32%,
551-
#5f00e6 32.7%,
552-
#1aa4ff 61.53%,
553-
#19ff83 100.32%
554-
);
553+
background: linear-gradient(90deg,
554+
#b480ff -0.32%,
555+
#5f00e6 32.7%,
556+
#1aa4ff 61.53%,
557+
#19ff83 100.32%);
555558
-webkit-background-clip: text;
556559
-webkit-text-fill-color: transparent;
557560
background-clip: text;
@@ -651,13 +654,15 @@ html.light {
651654

652655
.show-md {
653656
display: none;
657+
654658
@include media-breakpoint-down(md) {
655659
display: block;
656660
}
657661
}
658662

659663
.hide-md {
660664
display: block;
665+
661666
@include media-breakpoint-down(md) {
662667
display: none;
663668
}
@@ -687,6 +692,7 @@ html.light {
687692
padding: 4rem 2rem;
688693
display: grid;
689694
grid-template-columns: repeat(4, 1fr);
695+
690696
@include media-breakpoint-down(md) {
691697
display: block;
692698
height: 100%;
@@ -706,7 +712,7 @@ html.light {
706712
padding-top: 2rem;
707713
border-bottom: 2px solid black;
708714
}
709-
715+
710716
}
711717

712718
.stat-container:last-child {
@@ -741,8 +747,8 @@ html.light {
741747
border-radius: inherit;
742748
padding: 1px;
743749
background: linear-gradient(90deg, #d91aff 26.41%, #1aa4ff 100.32%);
744-
mask:
745-
linear-gradient(#fff 0 0) content-box,
750+
mask:
751+
linear-gradient(#fff 0 0) content-box,
746752
linear-gradient(#fff 0 0);
747753
mask-composite: exclude;
748754
-webkit-mask-composite: xor;
@@ -873,7 +879,7 @@ html.light {
873879
}
874880

875881
.prev img {
876-
content: url("../img/icons/prev.svg");
882+
content: url("../img/icons/prev.svg");
877883
}
878884

879885
.next img {
@@ -932,8 +938,8 @@ html.light {
932938
text-decoration: none;
933939
}
934940

935-
.project-cards a:hover{
936-
.project-name{
941+
.project-cards a:hover {
942+
.project-name {
937943
color: $purple;
938944
}
939945
}
@@ -982,12 +988,7 @@ html.light {
982988
}
983989
}
984990

985-
body, .landing.page-uses {
986-
overflow-x: hidden; // Prevent horizontal scrolling
987-
}
988-
989-
.container-new {
990-
max-width: 100%; // Ensure container does not exceed viewport width
991-
padding: 0 15px; // Add padding to ensure content is not flush with the edges
992-
box-sizing: border-box; // Include padding in the element's total width
993-
}
991+
body,
992+
.landing.page-uses {
993+
overflow-x: hidden;
994+
}

0 commit comments

Comments
 (0)