<a class="text-call-to-action" href="https://hipotecas.com">
<span>Text Call to action</span>
</a>
<a
class="text-call-to-action"
href="{{ href }}"
{{#if target}}
target="{{ target }}"
noreferrer
noopener
{{/if}}
>
<span>{{ text }}</span>
</a>
{
"text": "Text Call to action",
"href": "https://hipotecas.com"
}
.text-call-to-action {
font-family: 'Jornada Sans Medium';
font-size: 14px;
font-weight: normal;
line-height: 24px;
letter-spacing: 0;
color: var(--color-text);
@media (--viewport-sm-only) {
font-size: 13px;
line-height: 23px;
}
}
No notes defined.