Sha256: f5d42b42801f12f1f6cdfc8e25451ce651d77c2a57cff53cc95b29d49f455bd8

Contents?: true

Size: 580 Bytes

Versions: 11

Compression:

Stored size: 580 Bytes

Contents

/*------------------------------------*\
    #RATING
\*------------------------------------*/

$rating-fill-color:   $yellow !default;
$rating-empty-color:  $gray !default;
$rating-star-size: 16px !default;



.rating {
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;

    .product-summary & {
        margin: $spacing-unit auto 0;
    }
}

    .rating__star {
        display: inline-block;
        width:  $rating-star-size;
        height: $rating-star-size;
        fill: $rating-fill-color;
        overflow: hidden;
    }

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
workarea-reviews-3.1.2 app/assets/stylesheets/workarea/storefront/reviews/components/_rating.scss
workarea-nvy_theme-1.2.1 app/assets/stylesheets/workarea/storefront/reviews/components/_rating.scss
workarea-reviews-3.1.1 app/assets/stylesheets/workarea/storefront/reviews/components/_rating.scss
workarea-nvy_theme-1.2.0 app/assets/stylesheets/workarea/storefront/reviews/components/_rating.scss
workarea-reviews-3.1.0 app/assets/stylesheets/workarea/storefront/reviews/components/_rating.scss
workarea-reviews-3.0.10 app/assets/stylesheets/workarea/storefront/reviews/components/_rating.scss
workarea-reviews-3.0.9 app/assets/stylesheets/workarea/storefront/reviews/components/_rating.scss
workarea-nvy_theme-1.1.4 app/assets/stylesheets/workarea/storefront/reviews/components/_rating.scss
workarea-nvy_theme-1.1.3 app/assets/stylesheets/workarea/storefront/reviews/components/_rating.scss
workarea-nvy_theme-1.1.2 app/assets/stylesheets/workarea/storefront/reviews/components/_rating.scss
workarea-reviews-3.0.8 app/assets/stylesheets/workarea/storefront/reviews/components/_rating.scss