Make premium page work when premium is active

[MAILPOET-2792]
This commit is contained in:
Ján Mikláš
2020-06-25 09:16:38 +02:00
committed by Veljko V
parent ab25179140
commit d1c1c09151

View File

@@ -14,15 +14,18 @@
} }
} }
.mailpoet_page_mailpoet-premium #wpcontent { .mailpoet_page_mailpoet-premium,
.admin_page_mailpoet-premium {
#wpcontent {
background: linear-gradient(to top, $color-white, #ffe6d9) no-repeat; background: linear-gradient(to top, $color-white, #ffe6d9) no-repeat;
background-size: auto 300px; background-size: auto 300px;
overflow-x: hidden; overflow-x: hidden;
} }
.mailpoet_page_mailpoet-premium #wpwrap { #wpwrap {
background: white; background: white;
} }
}
.mailpoet-premium-page { .mailpoet-premium-page {
color: $color-tertiary; color: $color-tertiary;