@import "/UI/Theme.scss";

OwnerLabel
{
	position: absolute;
	right: $deadzone-x;
	top: 50%;
	pointer-events: none;
	opacity: 0;
	transition: all 0.15s ease;

	&.visible
	{
		opacity: 1;
	}

	.owner-label
	{
		flex-direction: row;
		align-items: center;
		padding: 10px 14px;

		.name
		{
			font-size: 11px;
			font-weight: 600;
			font-family: $title-font;
			color: $hud-text;
		}
	}
}
