/**
 * @package    quantummanager
 * @author     Dmitry Tsymbal <cymbal@delo-design.ru>
 * @copyright  Copyright © 2019 Delo Design & NorrNext. All rights reserved.
 * @license    GNU General Public License version 3 or later; see license.txt
 * @link       https://www.norrnext.com
 */

.quantumconfig-quantumconfigpath-inputs {
    display: flex;
    align-items: center;
}

.quantumconfig-quantumconfigpath-inputs span {
    display: inline-block;
    margin-right: 5px;
    font-weight: bold;
}

.quantumconfig-quantumconfigpath-desc {
    margin-top: 15px;
    font-size: 14px;
    line-height: 17px;
}