Your IP : 216.73.217.142


Current Path : /var/www/consult-e-syn/public_html/media/regularlabsmanager/less/
Upload File :
Current File : /var/www/consult-e-syn/public_html/media/regularlabsmanager/less/process.less

/**
 * @package         Regular Labs Extension Manager
 * @version         8.5.0
 * 
 * @author          Peter van Westen <info@regularlabs.com>
 * @link            https://regularlabs.com
 * @copyright       Copyright © 2023 Regular Labs All Rights Reserved
 * @license         GNU General Public License version 2 or later
 */

html, body {
    height:     auto !important;
    overflow-y: auto !important;
}

#rlem {
    h2 {
        min-height: 26px;
    }

    .table {
        margin-bottom: 0;
    }

    td {
        height: 20px;

        &.ext_name {
            font-size: 16px;
        }
    }

    .progress {
        margin-bottom: 1px;
    }

    .label small {
        white-space: normal;
    }
}

#system-message-container {
    display: none;
}