﻿@import "../mixins.less";

.welcome
{
	width: 300px;
	margin: 30px auto;
	text-align: center;

	.phone
	{
		.hires2('/img/bot/ico-mobile-ok', @position: center center);
		width: 128px;
		height: 128px;
		margin: auto;
	}

	p
	{
		font-size: 2em;
	}
}

.mobile p
{
	font-size: 1.5em;
}
