<div class="marketing-area">
    <span class="text">
        Do you need advice right now? Call
        <a class="atm-link " href="" title="" aria-label="" target="">+31 (0)88 099 08 90</a>
    </span>
</div>
<div class="marketing-area">
    <span class="text">
        {{ text }}
        {{ render '@link' link}}
    </span>
</div>
{
  "text": "Do you need advice right now? Call ",
  "link": {
    "text": "+31 (0)88 099 08 90"
  }
}
  • Content:
    .marketing-area {
        @apply text-primary bg-primary bg-opacity-10 w-full text-center py-3 p-4 font-display text-sm;
    
        .atm-link {
            @apply inline-block;
        }
    
        .atm-heading {
            @apply text-left;
        }
    
        .atm-paragraph p {
            @apply mb-0 text-left leading-5;
        }
    }
    
  • URL: /components/raw/marketing-area/marketing-area.css
  • Filesystem Path: src\components\03-molecules\marketing-area\marketing-area.css
  • Size: 309 Bytes

No notes defined.