Layout verbessert;
This commit is contained in:
@@ -7,8 +7,26 @@
|
|||||||
<MudPopoverProvider />
|
<MudPopoverProvider />
|
||||||
|
|
||||||
<MudLayout>
|
<MudLayout>
|
||||||
|
<MudAppBar Elevation="1" Color="Color.Surface">
|
||||||
|
<MudLink Href="/" Underline="Underline.None" Color="Color.Primary" Class="d-flex align-center">
|
||||||
|
<MudIcon Icon="@Icons.Material.Filled.DataExploration" Size="Size.Large" Class="mr-2" />
|
||||||
|
<MudText Typo="Typo.h5" Style="font-weight: 700;">Zahlen-Analyse</MudText>
|
||||||
|
</MudLink>
|
||||||
|
|
||||||
|
<MudSpacer />
|
||||||
|
|
||||||
|
<MudButton Href="/"
|
||||||
|
StartIcon="@Icons.Material.Filled.Home"
|
||||||
|
Variant="Variant.Text"
|
||||||
|
Color="Color.Primary">
|
||||||
|
Startseite
|
||||||
|
</MudButton>
|
||||||
|
</MudAppBar>
|
||||||
|
|
||||||
<MudMainContent>
|
<MudMainContent>
|
||||||
|
<MudContainer MaxWidth="MaxWidth.Large" Class="pt-4 pb-8">
|
||||||
@Body
|
@Body
|
||||||
|
</MudContainer>
|
||||||
</MudMainContent>
|
</MudMainContent>
|
||||||
</MudLayout>
|
</MudLayout>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user