Skip to content

Commit

Permalink
Style shop and nitro pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Mar 29, 2024
1 parent 70967c3 commit 977ae48
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
1 change: 1 addition & 0 deletions scss/main/dm/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
@forward "./library";
@forward "./messagerequests";
@forward "./nitro";
@forward "./shop";

@use "../../top/vars" as *;

Expand Down
14 changes: 13 additions & 1 deletion scss/main/dm/_nitro.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@use "../../top/card";
@use "../../top/filter";

.applicationStore__444b9 .scroller__244e5 {
.applicationStore__444b9 .scroller__49aa3 {
background: $black;
}

Expand Down Expand Up @@ -66,6 +66,18 @@
}
}

.card_e97590 {
@include card.xlarge;

.cardDescription__40255 {
background: linear-gradient(black, transparent);
}

.defaultColor__30336 {
color: $cream;
}
}

.tier0__2e127,
.tier2__1364f,
.bigPerkCard-1uwmWV,
Expand Down
19 changes: 19 additions & 0 deletions scss/main/dm/_shop.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
@use "../../top/vars" as *;

.pageWrapperBackgroundPrimary__36469 {
background: $black;
}

.shopCard__3d319 {
--chat-border: #{$cream};
--background-floating: #{$black};

.darkCardBackground__38c63 {
background: $black;
}

.productName__651db,
.description__2ad50 {
color: $cream;
}
}

0 comments on commit 977ae48

Please sign in to comment.