Create premium banner component for stats page

[MAILPOET-2104]
This commit is contained in:
Ján Mikláš
2019-06-25 14:30:26 +02:00
committed by M. Shull
parent bcfc187fba
commit cec2065486
6 changed files with 62 additions and 0 deletions

View File

@@ -29,6 +29,12 @@
width: 60%;
}
.mailpoet_stats_premium_banner {
background-color: $info-message-background-color;
padding: 10px;
text-align: center;
}
@media screen and (max-width: 520px) {
.mailpoet_stat_info {
display: none;

View File

@@ -29,3 +29,5 @@ $newsletter-width: 660px;
$text-line-height: 1.6em;
$sidebar-text-size: 13px;
$info-message-background-color: #fed2bf;