aboutsummaryrefslogtreecommitdiffstats
path: root/code/ui/Hud.razor.scss
blob: fe07ac5ad24a2c800af3c6c949fceb7e5f070159 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Hud
{
    .header
    {
        left: 128px;
        top: 128px;
        flex-direction: column;

        label
        {
            font-family: Roboto;
            color: white;
            font-size: 32px;

            &.subtitle
            {
                font-size: 16px;
            }
        }
    }
}