<div class="trustpilot-header">

    <!-- TrustBox widget - Micro Star -->
    <div class="trustpilot-widget" data-locale="nl-NL" data-template-id="5419b732fbfb950b10de65e5" data-businessunit-id="4d6fd8cf00006400050edf3a" data-style-height="24px" data-style-width="100%" data-theme="dark" data-font-family="Lato">
        <a href="https://nl.trustpilot.com/review/vechtsportonline.nl" target="_blank" rel="noopener">Trustpilot</a>
    </div>
    <!-- End TrustBox widget -->
</div>
<div class="trustpilot-{{ class }}">

    <!-- TrustBox widget - Micro Star -->
    <div class="trustpilot-widget" data-locale="nl-NL" data-template-id="5419b732fbfb950b10de65e5" data-businessunit-id="4d6fd8cf00006400050edf3a" data-style-height="24px" data-style-width="100%" data-theme="dark" data-font-family="Lato">
        <a href="https://nl.trustpilot.com/review/vechtsportonline.nl" target="_blank" rel="noopener">Trustpilot</a>
    </div>
    <!-- End TrustBox widget -->
</div>
{
  "class": "header"
}
  • Content:
    .header__trustpilot {
        &.mobile {
            display: block;
            margin: $spacer--medium 0;
            background: transparent;
            width: 100%;
            @include mq($screen-m) {
                display: none;
            }
        }
    
        &.desktop {
            display: none;
            @include mq($screen-l) {
                display: block;
            }
        }
    }
    
  • URL: /components/raw/trustpilot/_trustpilot.scss
  • Filesystem Path: build/components/02-elements/trustpilot/_trustpilot.scss
  • Size: 345 Bytes

There are no notes for this item.