<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. */
/*paragraphs*/
p.intro {
@include rem-fallback(font-size, $base-font-size*1.15);
background-color: $whitesmoke;
color: $brand-primary;
margin-bottom: 25px;
padding: 15px;
}
A style margin-bottom: 25px;
has been added to match the live NCC style. It may want to be reviewed in future.