<div class="tile-step">
<div class="tile-step__pic" style="background-image: url(/dist/images/distributor-3.jpg)"></div>
<div class="tile-step__number">
<p class="
title-l
title-l_color_light
" id=""> 1
</p>
</div>
<div class="tile-step__content">
<div class="tile-step__label">
<div id="" class="
bodycopy-l
">Faça a sua simulação</div>
</div>
<div class="tile-step__description">
<div class="
bodycopy-m
">
Visite as nossas páginas de simulação. Tem a oportunidade mais cómoda ao seu dispor 24 sobre 7 afim de satisfazer as suas necessidades.
</div>
</div>
</div>
</div>
<div class="tile-step">
<div class="tile-step__pic" style="background-image: url({{ imageUrl }})"></div>
<div class="tile-step__number">
{{> @title-l number}}
</div>
<div class="tile-step__content">
<div class="tile-step__label">
{{> @bodycopy-l text-label }}
</div>
<div class="tile-step__description">
{{> @bodycopy-m description }}
</div>
</div>
</div>
{
"imageUrl": "/dist/images/distributor-3.jpg",
"text-label": {
"text": "Faça a sua simulação",
"colorLight": false
},
"number": {
"text": "1",
"colorLight": true,
"isP": true
},
"description": {
"text": "Visite as nossas páginas de simulação. Tem a oportunidade mais cómoda ao seu dispor 24 sobre 7 afim de satisfazer as suas necessidades.",
"colorLight": false
}
}
.tile-step {
display: flex;
flex-direction: column;
flex:1;
min-width:230px;
max-width:270px;
&__pic {
position: relative;
overflow: hidden;
min-width: 215px;
height: 150px;
margin-left: 15px;
background: 50% / cover no-repeat;
}
&__number {
display: flex;
position: relative;
overflow: hidden;
width: 23%;
height: 50px;
background-color: var(--color-accent);
margin-top: -40px;
justify-content: center;
align-items: center;
}
&__label {
margin-bottom: 10px;
.bodycopy-l {
font-family: 'Jornada News Book';
@media(--viewport-lg-min) {
font-size: 22px;
}
}
}
&__description {
margin-top: 20px;
}
&__content {
position: relative;
text-align: left;
margin-top: 20px;
margin-right: -20px;
width: 100%;
}
&__link {
margin-top: 20px;
@media (--viewport-ms-min) {
margin-top: 30px;
}
}
&-color-light {
background-color: var(--color-accent-light);
}
}
No notes defined.