From 12770d40b5073010befe7e46929702996d152f7e Mon Sep 17 00:00:00 2001 From: Brezo Cordero <8002881+brezocordero@users.noreply.github.com> Date: Fri, 22 Mar 2024 22:50:52 -0500 Subject: [PATCH] Add buttons to hero in footer [MAILPOET-5906] --- .../_premium-tiers-hero-sections.scss | 17 +++++++++++++++++ mailpoet/views/upgrade_tiers.html | 8 ++++++++ 2 files changed, 25 insertions(+) diff --git a/mailpoet/assets/css/src/components-plugin/_premium-tiers-hero-sections.scss b/mailpoet/assets/css/src/components-plugin/_premium-tiers-hero-sections.scss index 09bd2d9611..bb12c932aa 100644 --- a/mailpoet/assets/css/src/components-plugin/_premium-tiers-hero-sections.scss +++ b/mailpoet/assets/css/src/components-plugin/_premium-tiers-hero-sections.scss @@ -74,3 +74,20 @@ text-align: left; } } + +.mailpoet-tiers-page-hero-section-questions__actions { + align-items: flex-start; + display: flex; + gap: 8px; + + .components-button { + align-self: flex-start; + font-size: 0.8125rem; + justify-content: center; + padding: 8px 12px; + + &.is-link { + text-decoration: none; + } + } +} diff --git a/mailpoet/views/upgrade_tiers.html b/mailpoet/views/upgrade_tiers.html index a82427391b..da0580278d 100644 --- a/mailpoet/views/upgrade_tiers.html +++ b/mailpoet/views/upgrade_tiers.html @@ -176,6 +176,14 @@ %>

+
+ + <%= __('Compare plans') %> + + + <%= __('Read FAQ') %> + +