_image-uploader.less 883 Bytes
Newer Older
Ketan's avatar
Ketan committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
// /**
//  * Copyright © Magento, Inc. All rights reserved.
//  * See COPYING.txt for license details.
//  */

//
//  Components -> Image Uploader
//  _____________________________________________

.image-uploader {
    .image-upload-requirements {
        margin-top: 8px;
        font-size: .9em;
    }

    .image-placeholder {
        margin-left: 0;
        margin-right: 0;
    }

    .image-uploader-spinner {
        width: 50%;
        height: 50%;
        background-size: auto;
        margin: 0;
        transform: translate(50%, 50%);
        position: absolute;
    }

    .image-uploader-preview {
        width: auto;
    }

    .image-uploader-preview-link,
    .image-uploader-preview-link .preview-image {
        height: inherit;
    }
}

.image-uploader._loading {
    .image-placeholder-text,
    .product-image-wrapper:before {
        display: none;
    }
}