styles.less 1012 Bytes
/*
 *
 * ADOBE CONFIDENTIAL
 * __________________
 *
 *  Copyright 2015 Adobe Systems Incorporated
 *  All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 */

.screens-DeviceRegistrationWizard .coral-Well {
    margin: 5em auto;
    max-width: 500px;

    &:before {
        display: block;
        padding-bottom: 170px;
        margin: 0 auto;
        width: 240px;
        background: url('/libs/screens/dcc/content/common/layouts/icons/240x180/device.png.thumb.319.319.png') 50%;
        content: '';
        mix-blend-mode: multiply;
    }
}