Sha256: 795dd86342ac20a24d3ea12da184583340d4addda20e8ff289491979506d4d3f

Contents?: true

Size: 896 Bytes

Versions: 62

Compression:

Stored size: 896 Bytes

Contents

/*------------------------------------*\
    #QUOTE-CONTENT-BLOCK
\*------------------------------------*/

$quote-content-block-border-color:  $gray !default;

$quote-content-block-quote-size:  5em !default;


.quote-content-block {
    margin: 0;
    padding: $spacing-unit;
    border-left: $spacing-unit solid $quote-content-block-border-color;
    quotes: "\201C""\201D""\2018""\2019";

    &:before {
        margin-right: $spacing-unit;
        font-size: $quote-content-block-quote-size;
        line-height: 0;
        vertical-align: text-bottom;
        content: '“';
    }
}

    /**
     * 1. element selector required due to rich text editor content.
     */
    .quote-content-block__text {
        p { /* [1] */
            display: inline;
        }
    }

    .quote-content-block__author {
        display: block;
        font-style: italic;
        text-align: right;
    }

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-storefront-3.5.27 app/assets/stylesheets/workarea/storefront/components/_quote_content_block.scss
workarea-storefront-3.5.26 app/assets/stylesheets/workarea/storefront/components/_quote_content_block.scss
workarea-storefront-3.4.45 app/assets/stylesheets/workarea/storefront/components/_quote_content_block.scss
workarea-storefront-3.5.25 app/assets/stylesheets/workarea/storefront/components/_quote_content_block.scss
workarea-storefront-3.5.23 app/assets/stylesheets/workarea/storefront/components/_quote_content_block.scss
workarea-storefront-3.4.44 app/assets/stylesheets/workarea/storefront/components/_quote_content_block.scss
workarea-storefront-3.5.22 app/assets/stylesheets/workarea/storefront/components/_quote_content_block.scss
workarea-storefront-3.4.43 app/assets/stylesheets/workarea/storefront/components/_quote_content_block.scss
workarea-storefront-3.5.21 app/assets/stylesheets/workarea/storefront/components/_quote_content_block.scss
workarea-storefront-3.4.42 app/assets/stylesheets/workarea/storefront/components/_quote_content_block.scss
workarea-storefront-3.5.20 app/assets/stylesheets/workarea/storefront/components/_quote_content_block.scss
workarea-storefront-3.4.41 app/assets/stylesheets/workarea/storefront/components/_quote_content_block.scss
workarea-storefront-3.5.19 app/assets/stylesheets/workarea/storefront/components/_quote_content_block.scss
workarea-storefront-3.4.40 app/assets/stylesheets/workarea/storefront/components/_quote_content_block.scss
workarea-storefront-3.5.18 app/assets/stylesheets/workarea/storefront/components/_quote_content_block.scss
workarea-storefront-3.4.39 app/assets/stylesheets/workarea/storefront/components/_quote_content_block.scss
workarea-storefront-3.5.17 app/assets/stylesheets/workarea/storefront/components/_quote_content_block.scss
workarea-storefront-3.4.38 app/assets/stylesheets/workarea/storefront/components/_quote_content_block.scss
workarea-storefront-3.5.16 app/assets/stylesheets/workarea/storefront/components/_quote_content_block.scss
workarea-storefront-3.4.37 app/assets/stylesheets/workarea/storefront/components/_quote_content_block.scss