Sha256: f5ba7a9fcf52674ed2ec9eaf9070995f22a77d645e05043ad28695f3f378c8d8

Contents?: true

Size: 814 Bytes

Versions: 5

Compression:

Stored size: 814 Bytes

Contents

/*------------------------------------*\
    #SHARE-BUTTONS
\*------------------------------------*/

$share-buttons-icon-size: 20px !default;
$share-buttons-icon-color: $share-icon-color !default;
$share-buttons-icon-color-hover: $share-icon-color-hover !default;


.share-buttons {
    @extend %inline-list;
    margin: 0 0 ($spacing-unit * 2);
}

    .share-buttons__item {
        margin: 0 ($spacing-unit * 2);
        vertical-align: middle;
    }

        .share-buttons__button {}

            .share-buttons__icon {
                width: $share-buttons-icon-size;
                height: $share-buttons-icon-size;
                fill: $share-buttons-icon-color;

                .share-buttons__button:hover & {
                    fill: $share-buttons-icon-color-hover;
                }
            }

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
workarea-nvy_theme-1.2.1 app/assets/stylesheets/workarea/storefront/share/components/_share_buttons.scss
workarea-nvy_theme-1.2.0 app/assets/stylesheets/workarea/storefront/share/components/_share_buttons.scss
workarea-nvy_theme-1.1.4 app/assets/stylesheets/workarea/storefront/share/components/_share_buttons.scss
workarea-nvy_theme-1.1.3 app/assets/stylesheets/workarea/storefront/share/components/_share_buttons.scss
workarea-nvy_theme-1.1.2 app/assets/stylesheets/workarea/storefront/share/components/_share_buttons.scss