Skip to content

Commit

Permalink
user settings
Browse files Browse the repository at this point in the history
  • Loading branch information
NyxIsBad committed Sep 1, 2022
1 parent 1ae72f6 commit fa78b2e
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
15 changes: 15 additions & 0 deletions lib/selectors/selectorPlaceholders.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1119,6 +1119,9 @@
.lookFilled-yCfaCM {
@extend %buttonFilled !optional;
}
.buttonColor-1u-3JF {
@extend %buttonPreview !optional;
}
.lookOutlined-3yKVGo {
@extend %buttonOutlined !optional;
}
Expand Down Expand Up @@ -3547,12 +3550,24 @@ pre {
.userPopoutInnerNonPremium-3zrFkp {
@extend %userPopoutInnerNonPremium !optional;
}
.userPopoutInnerNonPremium-tEvJkL {
@extend %userPopoutSettingsNonPremium !optional;
}
.userPopoutInnerPremiumWithoutBanner-na5t_W {
@extend %userPopoutInnerPremiumNoBanner !optional;
}
.userPopoutInnerPremiumWithoutBanner-2drBVp {
@extend %userPopoutSettingsWithoutBanner !optional;
}
.overlayBackground-arbZMT {
@extend %userPopoutInnerOverlayBackground !optional;
}
.overlayBackground-H1K9ZY {
@extend %userPopoutSettingsOverlayBackground !optional;
}
.profileCustomizationPreview-2-Y173 {
@extend %userPopoutCustomization !optional;
}
.wrapper-400BN2 {
@extend %userPopoutUpsell !optional;
}
Expand Down
3 changes: 2 additions & 1 deletion src/general/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
%buttonFilledGreen,
%buttonFilledBrandNew,
%buttonFilledBrandNew2,
%buttonFilledPrimary {
%buttonFilledPrimary,
%buttonPreview {
background: $main-color;
color: #fff;
&:hover,
Expand Down
12 changes: 11 additions & 1 deletion src/popouts/userPopout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@

%userPopoutInnerWithBanner,
%userPopoutInnerNonPremium,
%userPopoutInnerPremiumNoBanner {
%userPopoutInnerPremiumNoBanner,
%userPopoutSettingsNonPremium,
%userPopoutSettingsWithoutBanner {
position: relative;
max-height: calc(100vh - 40px);
border-radius: 5px;
Expand Down Expand Up @@ -143,4 +145,12 @@
%userPopoutUpsell {
width: 100%;
}
}
%userPopoutCustomization {
background: transparent;
// BODY
%userPopoutSettingsOverlayBackground,
%userPopoutprofileBadgeContainer {
background: cv('bg.popout.overlay');
}
}

0 comments on commit fa78b2e

Please sign in to comment.