Sha256: 9b1c1f79c0d38bd74fbf2ac1745c1ad563cdd50a273280cd7aca9445c564db39
Contents?: true
Size: 1.45 KB
Versions: 11
Compression:
Stored size: 1.45 KB
Contents
// @page Pattern Library/Components // @name CTAs // // @description // Used within guide and news articles, these CTAs (Calls to Action) are intended to not interupt the content but to integrate in more subtle means. // // @markup // <section class="us-cta cta cta-column"> // <form> // <h3 class="us-cta__title">It's your report</h3> // <p>Join the campaign to fight for free annual credit reports for everyone</p> // <a href="/money/itsmyreport/" class="us-btn us-btn--primary" rel="nofollow">Sign the petition</a> // </form> // </section> .us-cta { padding: $gutter-width / 2; margin-bottom: 1.5em; background-color: tint($c-typegrey, 90%); border-bottom: 10px solid $c-navy; @include respond-to(tablet, true) { padding: $gutter-width / 1.5; border-bottom: 0; border-left: 10px solid $c-navy; } label { display: block; @include respond-to(desktop, true) { display: inline-block; } } } .us-cta__title.us-cta__title { @include heading-font; margin-top: 0; font-size: 18px; font-size: rem($base-font-size + 2px); @include respond-to(tablet) { @include heading(4, $extend: false); } @include respond-to(desktop, true) { @include heading(3, $extend: false); } } .us-cta--side { padding: $gutter-width / 2; border-bottom: 10px solid $c-navy; border-left: 0; @include respond-to(desktop, true) { padding: $gutter-width / 1.5; } .us-form-input { width: 100%; } }
Version data entries
11 entries across 11 versions & 1 rubygems