Files
Gainsight/Custom_Templates/customer_templates/Gusto/_tour.html.liquid
2022-11-11 21:54:43 -05:00

60 lines
1.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="tour-content">
<div class="container tour">
<div class="row">
<div class="col">
<img src="https://prod.gusto-assets.com/wp-content/uploads/People_Advisory_Gusto_Pro_screen%402x.png" alt="" class="image-tour">
</div>
<div class="col-6">
<div class="tour-title"> Take a tour of Gusto Pro. </div>
<div class="tour-subtitle">Were always creating new tools and resources to serve our accountant community. Stay tuned, theres more to come.</div>
</div>
<div class="col">
<button type="button" class="btn btn-ligth">View Gusto Pro</button>
</div>
</div>
</div>
</div>
<style>
.container.tour {
background-color: #F0F8FF;
margin-bottom: -50px;
padding-bottom: 40px;
}
.tour-title {
font-family: 'Domine', serif;
font-size: 3em;
padding-top: 60px;
line-height: 1.2;
}
.gusto-pro-subtitle {
font-family: 'Fredoka', sans-serif;
font-size: 1em;
padding-top: 20px;
letter-spacing: 0.35px;
line-height: 1.5;
padding-bottom: 20px;
}
.btn-ligth {
font-family: 'Fredoka', sans-serif;
padding: 10px;
background-color: white;
padding-left: 20px;
padding-right: 20px;
font-weight: 600;
margin-top: 40%;
}
.image-tour {
max-height: 150px;
margin-top: 20%;
float: right;
}
</style>