Make premium page work when premium is active
[MAILPOET-2792]
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user