Style read more link

[MAILPOET-2791]
This commit is contained in:
Pavel Dohnal
2020-10-15 10:06:35 +02:00
committed by Veljko V
parent d3743dc53b
commit daf61ad769
2 changed files with 10 additions and 1 deletions

View File

@@ -48,6 +48,14 @@
}
}
.mailpoet-stats-general-read-more {
.mailpoet-stats-general-read-more-link {
color: $color-text-light;
}
margin-bottom: 0;
text-align: right;
}
.mailpoet_stat_triple-spaced {
margin-bottom: 3rem;
}

View File

@@ -94,12 +94,13 @@ export const NewsletterGeneralStats = ({
{Hooks.applyFilters('mailpoet_newsletters_revenues_stats', null, newsletter.statistics.revenue)}
</div>
</Grid.ThreeColumns>
<p>
<p className="mailpoet-stats-general-read-more">
<a
href="https://kb.mailpoet.com/article/190-whats-a-good-email-open-rate"
target="_blank"
rel="noopener noreferrer"
data-beacon-article="58f671152c7d3a057f8858e8"
className="mailpoet-stats-general-read-more-link"
>
{MailPoet.I18n.t('readMoreOnStats')}
</a>