The callout component can be used to highlight text within an article.  To use this component, click on the "Source" button in the WYSIWYG editor to edit the source code and paste this code:

  • <div class="callout">Callout</div>

Options for size:

  • inline--size-small
  • inline--size-medium
  • inline--size-large

Options for alignment:

  • inline--align-right
  • inline--align-center
  • inline--align-left

Options for background color:

  • bg--gray
  • bg--gold
  • bg--black

Example using these classes: 

  • <div class="callout inline--size-small inline--align-right bg--gray">Callout</div>