[Badges] Start to fix sponsor modal

pull/70/head
CanadaHonk 2 years ago committed by GitHub
parent 3dd9f19157
commit 73a552d428
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,5 @@
/* Custom title replacing "Server Boost" */
#gm-sponsor-modal .headerTitle-1_9Kor {
#gm-sponsor-modal .headerTitle-kLIB73 {
background-image: url(https://goosemod.com/img/goose_gold.jpg);
background-repeat: no-repeat;
@ -11,7 +11,7 @@
height: 60px;
}
#gm-sponsor-modal .headerTitle-1_9Kor::after {
#gm-sponsor-modal .headerTitle-kLIB73::after {
font-family: var(--font-display);
font-size: 24px;
@ -26,26 +26,26 @@
content: 'GooseMod Sponsor';
}
#gm-sponsor-modal .guildBackground-3UtSZ2 > svg:first-child { /* Hide Lottie hands animation */
#gm-sponsor-modal .guildBackground-3BSNJY > svg:first-child { /* Hide Lottie hands animation */
display: none;
}
#gm-sponsor-modal .contentWrapper-3INYJy {
#gm-sponsor-modal .content-2eQb8J {
padding: 16px;
padding-right: 8px;
}
#gm-sponsor-modal .contentWrapper-3INYJy > div > div:not(:last-child) {
#gm-sponsor-modal .content-2eQb8J > div:not(:last-child) {
margin-bottom: 32px;
}
#gm-sponsor-modal .contentWrapper-3INYJy > div > .footer-2gL1pp {
#gm-sponsor-modal .footer-31IekZ {
left: -16px;
top: 16px;
width: calc(100% - 8px);
}
#gm-sponsor-modal .contentWrapper-3INYJy > div > div:first-child {
#gm-sponsor-modal .content-2eQb8J > div:first-child {
font-family: var(--font-primary);
font-size: 16px;
line-height: 20px;

@ -17,7 +17,7 @@ const showSponsorModal = () => {
const { Button } = goosemodScope.webpackModules.findByPropsAll('Button')[1];
const ButtonClasses = goosemodScope.webpackModules.findByProps('button', 'colorRed');
const { PremiumGuildSubscriptionPurchaseModal } = goosemodScope.webpackModules.findByProps('PremiumGuildSubscriptionPurchaseModal');
const { PremiumGuildSubscriptionPurchaseModal } = goosemod.webpackModules.findByProps('GuildBoostPurchaseModal');
const parent = { default: PremiumGuildSubscriptionPurchaseModal };

Loading…
Cancel
Save