No notes defined.

<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>

<blockquote class="blockquote--long">
    <p>&ldquo;A Frenchman called <a href="">Louis Braille</a> (1809–52) lost his sight through a childhood accident, aged 10. In 1824, he developed the braille code, aged just 15.</p>
    <p>Two years after his death, braille was adopted as the official communications system for blind people in France.&rdquo;</p>

    <footer>
        <cite>Dr Quote Maker</cite>
        <p>Head of Making Quotes</p>
    </footer>
</blockquote>

<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<p>{{ loremLong }}</p>

<blockquote class="blockquote--long">
  {{ placeholderQuoteLong }}

  <footer>
    <cite>Dr Quote Maker</cite>
    <p>Head of Making Quotes</p>
  </footer>
</blockquote>

<p>{{ loremLong }}</p>
  • Content:
    blockquote,
    .blockquote {
      @include blockquote;
    
      footer {
        margin-top: $spacing-lg;
        @include typescale('sm');
      }
    }
    
    cite,
    .cite {
      @include cite;
    }
    
    
    
    .blockquote--short {
      @include blockquote--short;
    }
    
    .blockquote--long {
      @include blockquote--long;
    }
    
    .blockquote--bordered {
      @include blockquote--bordered;
    }
    
    .blockquote__footer {
      margin-top: $spacing-lg;
      @include typescale('md');
    }
    
  • URL: /components/raw/quote/_quotes.scss
  • Filesystem Path: web/themes/custom/um-ssw/components/quote/_quotes.scss
  • Size: 409 Bytes