Sha256: 7fe1a6caf1121f4527c923511ac333e122e57a284b7498132ff115e95a5ee60f
Contents?: true
Size: 906 Bytes
Versions: 5
Compression:
Stored size: 906 Bytes
Contents
// @page Pattern Library/Components // @name Compliance banner // // @description // Compliance banner and disclaimer below the comparison table // // @markup // <div class="us-comp-banner"> // <div class="us-comp-banner__inner"> // <p class="us-comp-banner__text">uSwitch Limited is a credit broker, not a lender, for consumer credit products.</p> // <p class="us-comp-banner__text">uSwitch services are provided at no cost to you, but we may receive a commission from the companies we refer you to.</p> // </div> // </div> .us-comp-banner { width: 100%; background-color: $c-white; border: 1px solid $c-grey; color: $c-uswitch-navy; padding: $gutter-width * 2; text-align: center; font-size: 14px; line-height: 20px; &__inner { width: 100%; max-width: 1200px; margin: 0 auto; } &__text { margin: 0; } &__text:last-child { padding: 0; } }
Version data entries
5 entries across 5 versions & 1 rubygems