﻿@import "/UI/Styles/styles.scss";

Hud {
    width: 100%;
    height: 100%;
    font-family: $font-primary;
    cursor: none;

    VoiceChatList {
        position: absolute;
        width: 200px;
        height: 350px;
        left: 50px;
        top: 125px;
    }

    Chatbox {
        position: absolute;
        width: 25%;
        height: 35%;
        left: 100px;
        bottom: 150px;
    }
    
    ControlsSection {
        font-family: $font-secondary;
    }
}
