Skip to content

Commit

Permalink
profiles and nitro settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Leozard committed Oct 28, 2022
1 parent ac867dc commit 28e02b8
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 22 deletions.
2 changes: 1 addition & 1 deletion src/home/library.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* GAME LIBRARY */

%libraryContainer,
.applicationStore-2nk7Lo {
%nitroHomePage {
// Nitro Tab (Temp)
background-color: rgba(0, 0, 0, calc(#{cv('bg.app.shading')} * 0.5));
}
Expand Down
24 changes: 13 additions & 11 deletions src/popouts/userPopout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,19 @@
%userPopoutOuter {
&%userProfileOuterUnthemed {
background: transparent;
%userPopoutInner {
background: cv('bg.popout.overlay');
&::before {
content: '';
position: absolute;
@include stretch;
background: cv('bg.popout.img') cv('bg.popout.pos') / cv('bg.popout.size') cv('bg.popout.repeat') cv('bg.popout.attach');
@include filters(cv('bg.popout'));
width: 100%;
height: 100%;
z-index: -1;
&:not(.profileCustomizationPreview-2-Y173) {
%userPopoutInner {
background: cv('bg.popout.overlay');
&::before {
content: '';
position: absolute;
@include stretch;
background: cv('bg.popout.img') cv('bg.popout.pos') / cv('bg.popout.size') cv('bg.popout.repeat') cv('bg.popout.attach');
@include filters(cv('bg.popout'));
width: 100%;
height: 100%;
z-index: -1;
}
}
}
}
Expand Down
16 changes: 6 additions & 10 deletions src/settings/userSettings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
.editingContainer-1_nnqZ {
background-color: transparent;
}
.improvedUpsellContainer-GX81ui {
.premiumFeatureBorder-3vL7bn {
background: hsla(0, 0%, 0%, .4);
border-color: hsl(302,100%,72.5%);
}
.improvedUpsellSection-camPo1 {
.background-3N0xBT {
background: transparent;
}
.upsellOverlayContainer-3NMgTS {
Expand Down Expand Up @@ -122,14 +122,10 @@
}
}

// DISCORD NITRO
%themeDark {
.feature-2IUcBI {
background-color: rgba(0, 0, 0, 0.4);
}
}
%nitroHomePage {
background-color: transparent;
// NITRO
.bigPerkCard-1uwmWV,
.smallPerkCard-2sX_-- {
background-color: rgba(0, 0, 0, 0.4);
}

// SUBSCRIPTIONS
Expand Down

0 comments on commit 28e02b8

Please sign in to comment.