Skip to content

Commit

Permalink
cute banners
Browse files Browse the repository at this point in the history
  • Loading branch information
Leozard committed Apr 18, 2024
1 parent 12deb60 commit b51892d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 5 additions & 2 deletions lib/selectors/selectorPlaceholders.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2490,8 +2490,11 @@ pre {
.userProfileModalInner__84e47 {
@extend %userModalInner !optional;
}
.profileBanner_f0f36c {
@extend %userModalProfileBanner !optional;
.modalBanner_e4ade4 {
@extend %userModalBanner !optional;
}
.modalBannerPremium_d287e3 {
@extend %userModalBannerPremium !optional;
}
.badgeList__126b0 {
@extend %userModalBadgeList !optional;
Expand Down
6 changes: 5 additions & 1 deletion src/modals/userModal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@
}
}

%userModalProfileBanner {
%userModalBanner {
-webkit-mask: linear-gradient(to bottom, #000, transparent 93%);
mask: linear-gradient(to bottom, #000, transparent 93%);
}
%userModalBannerPremium {
-webkit-mask: linear-gradient(to bottom, #000 50%, transparent);
mask: linear-gradient(to bottom, #000 50%, transparent);
}
Expand Down

0 comments on commit b51892d

Please sign in to comment.