/**
 * This file is part of MetaModels/core.
 *
 * (c) 2012-2019 The MetaModels team.
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 *
 * This project is provided in good faith and hope to be usable by anyone.
 *
 * @package    MetaModels
 * @subpackage Core
 * @author     Andreas Isaak <info@andreas-isaak.de>
 * @author     Ingolf Steinhardt <info@e-spin.de>
 * @author     Sven Baumann <baumann.sv@gmail.com>
 * @author     Carolina Koehn <ck@kikmedia.de>
 * @copyright  2012-2019 The MetaModels team.
 * @license    https://github.com/MetaModels/core/blob/master/LICENSE LGPL-3.0-or-later
 * @filesource
 */

//colors
$white: rgba(255, 255, 255, 1);

//urls
$url_metamodels: url('https://now.metamodel.me/files/standard/layout/images/metamodels.png');

.mm_support_display {
	padding: 15px;
	.logo {
		display: block;
		height: 38px;
		text-indent: -99999px;
		width: 169px;
		background: $white $url_metamodels no-repeat top left;
	}
	h1 {
		margin-bottom: 20px;
	}
	.colset {
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		overflow: hidden;
		clear: both;
		form {
			padding-top: 10px;
		}
		.left {
			width: 35%;
			float: left;
		}
		.right {
			float: right;
			width: 60%;
		}
	}
	a {
		text-decoration: underline;
	}
}