﻿@import '../../default.less';
@import '../../mixins.less';
//DON'T ADD IMPORTS, ABOVE ARE TO MAKE INTELLISENSE WORK

div.atlas-settings
{
	a
	{
		display: inline-block;
		font-size: 9pt;
		color: white;
		background-color: @accent-color;
		border: 0;
		padding: 4px 12px;
		width: auto;
		height: auto;
		text-decoration: none;
	}

	input[type="file"]
	{
		display: none;
	}
}
