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.4.13 app/assets/stylesheets/workarea/storefront/components/_quote_content_block.scss
workarea-storefront-3.4.12 app/assets/stylesheets/workarea/storefront/components/_quote_content_block.scss