<p class="intro">The intro text may be a lead-in to the passage of text, or it may just be used to create a visual distinction between the rest of the passage of text.</p>
<p class="intro">The intro text may be a lead-in to the passage of text, or it may just be used to create a visual distinction between the rest of the passage of text.</p>
/* No context defined for this component. */
  • Content:
    /*paragraphs*/
    p.intro {
      @include rem-fallback(font-size, $base-font-size*1.15);
      
      background-color: $whitesmoke;
      color: $brand-primary;
      margin-bottom: 25px;
      padding: 15px;
    }
  • URL: /components/raw/intro-text/_intro-text.scss
  • Filesystem Path: src/patterns/patterns/intro-text/_intro-text.scss
  • Size: 185 Bytes