New Design

This commit is contained in:
2026-04-13 14:14:06 +02:00
parent e1259b9ca8
commit 474d2215a2
5 changed files with 18 additions and 5 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Trafag Sales Exporter</title> <title>Trafag Finanze/Sales Management Cockpit</title>
<base href="/" /> <base href="/" />
<link href="css/app.css" rel="stylesheet" /> <link href="css/app.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" /> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" />
@@ -9,7 +9,9 @@
<MudAppBar Elevation="1" Color="Color.Primary"> <MudAppBar Elevation="1" Color="Color.Primary">
<MudIconButton Icon="@Icons.Material.Filled.Menu" Color="Color.Inherit" Edge="Edge.Start" <MudIconButton Icon="@Icons.Material.Filled.Menu" Color="Color.Inherit" Edge="Edge.Start"
OnClick="ToggleDrawer" /> OnClick="ToggleDrawer" />
<MudText Typo="Typo.h6" Class="ml-3">Trafag Sales Exporter</MudText> <MudText Typo="Typo.h6" Class="ml-3 app-title">Trafag Finanze/Sales Management Cockpit</MudText>
<MudSpacer />
<img src="trafag.jpg" alt="Trafag" class="app-logo" />
</MudAppBar> </MudAppBar>
<MudDrawer @bind-Open="_drawerOpen" Elevation="2" ClipMode="DrawerClipMode.Always"> <MudDrawer @bind-Open="_drawerOpen" Elevation="2" ClipMode="DrawerClipMode.Always">
@@ -28,9 +30,9 @@
{ {
PaletteLight = new PaletteLight PaletteLight = new PaletteLight
{ {
Primary = "#1565C0", Primary = "#B71C1C",
Secondary = "#00897B", Secondary = "#7F1D1D",
AppbarBackground = "#1565C0" AppbarBackground = "#B71C1C"
} }
}; };
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

+11
View File
@@ -1,3 +1,14 @@
html, body { html, body {
font-family: 'Roboto', sans-serif; font-family: 'Roboto', sans-serif;
} }
.app-title {
font-weight: 700;
letter-spacing: 0.02em;
}
.app-logo {
height: 34px;
width: auto;
object-fit: contain;
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB