Layout verbessert;
This commit is contained in:
@@ -7,8 +7,26 @@
|
||||
<MudPopoverProvider />
|
||||
|
||||
<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>
|
||||
@Body
|
||||
<MudContainer MaxWidth="MaxWidth.Large" Class="pt-4 pb-8">
|
||||
@Body
|
||||
</MudContainer>
|
||||
</MudMainContent>
|
||||
</MudLayout>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user