Sha256: b9b542d1a8c11b6894f546ab2bd8195c2137d1b4f73e1650e8303cfc8a4dcc94

Contents?: true

Size: 847 Bytes

Versions: 3

Compression:

Stored size: 847 Bytes

Contents

/*------------------------------------*\
    #PRODUCT-VIDEO
\*------------------------------------*/


$product-video-padding:                 56.25% !default; // 16:9 aspect
$product-video-width:                   80vw !default;
$product-video-max-width:               1080px !default;


.product-video {
    position: relative;
    margin: 0 auto;
}

.product-video--thumbnail {}

    .product-video__container {
        position: relative;
        padding-bottom: $product-video-padding;
        width: $product-video-width;
        max-width: $product-video-max-width;
    }

        .product-video__iframe {
            position: absolute;
            width:  100%;
            height: 100%;
        }

    .product-video__dialog-link {}

    .product-video__thumbnail-image {}

    .product-video__play-icon {
        @include center;
    }

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
workarea-product_videos-1.3.0 app/assets/stylesheets/workarea/storefront/product_videos/components/_product_video.scss
workarea-product_videos-1.2.3 app/assets/stylesheets/workarea/storefront/product_videos/components/_product_video.scss
workarea-product_videos-1.2.2 app/assets/stylesheets/workarea/storefront/product_videos/components/_product_video.scss