<div class="trustpilot">

</div>
<div class="trustpilot">

</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.