Skip to content

Commit

Permalink
ready to boost?
Browse files Browse the repository at this point in the history
  • Loading branch information
BabyBoySnow committed Sep 28, 2024
1 parent ebef7bc commit dbd40e7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions lib/selectors/selectorPlaceholders.scss
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,12 @@
.progressBarContainer_c75f85 {
@extend %serverBoostProgressBar !optional;
}
.subscription_cf84f3 {
@extend %readyToBoostContainer !optional;
}
.tierPill_cf84f3 {
@extend %readyToBoostProgressPill !optional
}
.containerDefault_a08117 {
@extend %categoryContainerDefault !optional;
}
Expand Down
8 changes: 7 additions & 1 deletion src/pages/serverBoost.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
}

// Boost this server
// TODO: Add to selectors
%boosServerPerkRow {
border-bottom: 1px solid $main-color;
&:hover {
Expand All @@ -39,3 +38,10 @@
%boostServerPerks {
background-color: rgba(0, 0, 0, 0.4);
}

%readyToBoostContainer {
background-color: rgba(0, 0, 0, 0.6);
}
%readyToBoostProgressPill {
background-color: $main-color;
}

0 comments on commit dbd40e7

Please sign in to comment.