UCI
<a class="text-call-to-action" href="https://hipotecas.com" target="_blank" noreferrer noopener>
    <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",
  "target": "_blank"
}
  • Content:
    .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;
        }
    }
    
  • URL: /components/raw/text-call-to-action/text-call-to-action.css
  • Filesystem Path: src/01-atoms/text-call-to-action/text-call-to-action.css
  • Size: 280 Bytes

No notes defined.