Fix backgrounds on premium page

[MAILPOET-2792]
This commit is contained in:
Ján Mikláš
2020-06-30 14:08:44 +02:00
committed by Veljko V
parent 02873b3aa4
commit 0c3fc735d1

View File

@@ -17,8 +17,6 @@
.mailpoet_page_mailpoet-premium,
.admin_page_mailpoet-premium {
#wpcontent {
background: linear-gradient(to top, $color-white, $color-secondary-light) no-repeat;
background-size: auto 300px;
overflow-x: hidden;
}
@@ -32,6 +30,10 @@
.notice {
display: none !important;
}
img {
max-width: 100%;
}
}
.mailpoet-premium-page {
@@ -99,6 +101,7 @@ div.mailpoet-premium-page-section {
}
.mailpoet-premium-page-intro {
@include full-width-background(linear-gradient(to top, $color-white, $color-secondary-light));
align-items: center;
img {