Footer Text

<div class="mol-footer-text footer-column">
    <h6 class="atm-heading ">Contact</h6>

    <div class="atm-paragraph ">High Tech Campus 5</br>5656 AE Eindhoven</br>+31 (0)88 55 77 650</br><a href="info@facilityservices.nl">info@facilityservices.nl</a></div>

</div>
<div class="mol-footer-text footer-column">
    {{ render '@heading' heading }}
    {{ render '@paragraph' paragraph }}
</div>
{
  "heading": {
    "text": "Contact",
    "tag": "h6"
  },
  "paragraph": {
    "isRichText": true,
    "text": "High Tech Campus 5</br>5656 AE Eindhoven</br>+31 (0)88 55 77 650</br><a href=\"info@facilityservices.nl\">info@facilityservices.nl</a>"
  }
}
  • Content:
    .mol-footer-text {
        .atm-heading {
            @apply text-lg font-normal mb-[14px] text-secondary-col-1;
        }
    
        .atm-paragraph {
            @apply text-sm leading-7;
        }
    }
    
  • URL: /components/raw/footer-text/footer-text.css
  • Filesystem Path: src\components\03-molecules\footer-text\footer-text.css
  • Size: 184 Bytes

No notes defined.