@import "/UI/Theme.scss";
OwnerLabel
{
position: absolute;
bottom: 180px;
left: 50%;
pointer-events: none;
opacity: 0;
transition: all 0.15s ease;
transform: translateX( -50% );
&.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;
}
}
}