/*
*
* @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com>
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.

* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.

* You should have received a copy of the GNU Affero General Public License
* along with OX App Suite. If not, see <https://www.gnu.org/licenses/agpl-3.0.txt>.
*
* Any use of the work other than as authorized under this license or copyright law is prohibited.
*
*/

.io-ox-sidepopup {

    .oxdrive {

        .teaser { clear: both; }

        .oxdrive-shop-image {
            display: inline-block;
        }
        .link {
            display: inline-block;
            vertical-align: middle;
            margin: 10px 10px 0 0;

            i {
                font-size: 20px;
                margin-right: 5px;
            }
        }

        .appicon {
            width: 72px;
            height: 72px;
            background-size: 72px 72px;
        }
    }
}

.oxdrive {

    .message h4 { margin-top: 0; }

    .appicon {
        width: 40px;
        height: 40px;
        background-size: 40px;
        float: left;
        margin-right: 10px;
        margin-bottom: 5px;
    }

    .link {
        margin-top: 10px;
        clear: both;
    }

    .oxdrive-shop-image {
        width: 135px;
        height: 40px;
        background-size: 135px 40px;

        &.android {
            width: 115px;
            background-size: 115px 40px;
        }

        &.mac_os {
            width: 165px;
            background-size: 165px 40px;
        }
    }
}
