Initial commit

This commit is contained in:
gamer147
2023-08-02 19:47:53 -04:00
commit 285a130a81
33 changed files with 1699 additions and 0 deletions

30
code/UI/Hud.razor.scss Normal file
View File

@@ -0,0 +1,30 @@
$primary-color: 0, 123, 160;
$primary-color-translucent: rgba($primary-color, 0.7);
Hud
{
}
.primary-color-background {
background-color: rgb($primary-color);
}
.primary-color-translucent-background {
background-color: $primary-color-translucent;
}
label
{
font-family: Poppins;
color: white;
font-size: 32px;
&.subtitle
{
font-size: 16px;
}
&.header {
font-size: 48px;
}
&.material-icon {
font-family: "Material Icons";
}
}