Fix backgrounds on premium page
[MAILPOET-2792]
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user