Files
Gainsight/Custom_Templates/customer_templates/Gusto/_subscription.html.liquid

31 lines
825 B
Plaintext
Raw Normal View History

2022-03-10 12:23:51 -05:00
<div class="subscription">
<div class="gusto-pro-title">Were so sure youll love Gusto, your firms subscription is free.<sup>1</sup></div>
<div class="gusto-pro-subtitle">Streamline payroll and benefits, and start advising your clients in valuable new ways.</div>
<button type="button" class="btn btn-danger">Become a partner</button>
</div>
<div class="sub-sup">
<div class="gusto-pro-subtitle sub"><sup>1</sup>Your firm will get a free Complete Plan as long as you onboard one client to Gusto each year.</div>
</div>
<style>
.subscription {
margin: auto;
width: 50%;
text-align: center;
margin-top: 50px;
}
.sub-sup {
background-color: #f8f5f2;
margin-top: 100px;
text-align: center;
color: grey;
}
.gusto-pro-subtitle.sub {
font-size: 0.8em;
}
</style>