Add buttons to hero in footer
[MAILPOET-5906]
This commit is contained in:
committed by
David Remer
parent
9d01358b58
commit
12770d40b5
@ -74,3 +74,20 @@
|
|||||||
text-align: left;
|
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -176,6 +176,14 @@
|
|||||||
%>
|
%>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="mailpoet-tiers-page-hero-section-questions__actions">
|
||||||
|
<a target="_blank" href="https://account.mailpoet.com/" class="components-button is-secondary">
|
||||||
|
<%= __('Compare plans') %>
|
||||||
|
</a>
|
||||||
|
<a target="_blank" href="https://kb.mailpoet.com/article/223-licenses-and-sales" class="components-button is-link">
|
||||||
|
<%= __('Read FAQ') %>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<img src="<%= cdn_url('premium/6-hero.png') %>" />
|
<img src="<%= cdn_url('premium/6-hero.png') %>" />
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user