Initial commit
This commit is contained in:
30
code/UI/Hud.razor.scss
Normal file
30
code/UI/Hud.razor.scss
Normal 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";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user