<blockquote>
    Blockquote
    <cite>
        <a href="#">
            Quotation source
        </a>
   </cite>
</blockquote>
<blockquote>
    Blockquote
    <cite>
        <a href="#">
            Quotation source
        </a>
   </cite>
</blockquote>
/* No context defined for this component. */
  • Content:
    $blockquote__margin     : 10px 0 !default;
    $blockquote__padding    : 10px 10px 10px 20px !default;
    $blockquote__border-left: 5px solid $gray-light !default;
    
    .blockquote {
        margin: $blockquote__margin;
        padding: $blockquote__padding;
        border-left: $blockquote__border-left;
    }
    
    blockquote {
        @extend .blockquote;
    }
    
  • URL: /components/raw/blockquote/_blockquote.scss
  • Filesystem Path: build/components/Atoms/typography/blockquote/_blockquote.scss
  • Size: 326 Bytes

There are no notes for this item.