/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Styles
 *
 * Copyright (c) 2011-present Qualiteam software Ltd. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

.vendor-stripe.admin-welcome {
    margin: 24px 0;
    background-color: #F8F8F8;
}

.vendor-stripe.admin-welcome .content {
    display: flex;
}

.vendor-stripe.admin-welcome .content .stripe-logo {
    width: 250px;
    background: transparent url(./stripe_logo.png) no-repeat 30px center;
}

.vendor-stripe.admin-welcome .info {
    padding: 10px 30px 30px 0;
}

.vendor-stripe.admin-welcome .content .action {
    margin-top: 15px;
}