Fix backgrounds on premium page
[MAILPOET-2792]
This commit is contained in:
@@ -17,8 +17,6 @@
|
|||||||
.mailpoet_page_mailpoet-premium,
|
.mailpoet_page_mailpoet-premium,
|
||||||
.admin_page_mailpoet-premium {
|
.admin_page_mailpoet-premium {
|
||||||
#wpcontent {
|
#wpcontent {
|
||||||
background: linear-gradient(to top, $color-white, $color-secondary-light) no-repeat;
|
|
||||||
background-size: auto 300px;
|
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -32,6 +30,10 @@
|
|||||||
.notice {
|
.notice {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mailpoet-premium-page {
|
.mailpoet-premium-page {
|
||||||
@@ -99,6 +101,7 @@ div.mailpoet-premium-page-section {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mailpoet-premium-page-intro {
|
.mailpoet-premium-page-intro {
|
||||||
|
@include full-width-background(linear-gradient(to top, $color-white, $color-secondary-light));
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
Reference in New Issue
Block a user