<div class='mol-indication-step'>
<span class='step'>Stap 1</span>
<h2 class="atm-heading ">Periode afwezigheid</h2>
</div>
<div class='mol-indication-step'>
<span class='step'>{{step}}</span>
{{render '@app-heading--h2' heading merge=true}}
</div>
{
"step": "Stap 1",
"heading": {
"text": "Periode afwezigheid"
}
}
.mol-indication-step {
@apply bg-gray-700 md:bg-white border border-gray-900 border-l-4 border-l-red px-8 pt-4 border-b-gray-100;
.step {
@apply text-black-500;
}
}
No notes defined.