Skip to content

Commit

Permalink
fuck you discord for making these different classes if you have nitro
Browse files Browse the repository at this point in the history
  • Loading branch information
BabyBoySnow committed Jun 3, 2024
1 parent 04eb183 commit c05e1bc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/selectors/selectorPlaceholders.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5036,6 +5036,12 @@ pre {
.shopCard__3d319 {
@extend %shopCard !optional;
}
.shopCard__9e3fe {
@extend %shopCardNitro !optional;
}
.darkCardBackground_d398da {
@extend %shopCardDarkBackgroundNitro !optional;
}
.darkCardBackground__38c63 {
@extend %shopCardDarkBackground !optional;
}
Expand Down
2 changes: 2 additions & 0 deletions src/pages/discordShop.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
}

// CARD
%shopCardNitro,
%shopCard {
background-color: rgba(0, 0, 0, 0.4) !important;
border-color: $main-color !important;
Expand All @@ -31,6 +32,7 @@
border-color: $hover-color !important;
}
}
%shopCardDarkBackgroundNitro,
%shopCardDarkBackground {
background-color: rgba(0, 0, 0, 0.6);
}
Expand Down

0 comments on commit c05e1bc

Please sign in to comment.