42 lines
867 B
Plaintext
42 lines
867 B
Plaintext
@inherits LayoutComponentBase
|
|
<MudThemeProvider />
|
|
<MudDialogProvider />
|
|
<MudSnackbarProvider />
|
|
<MudPopoverProvider />
|
|
|
|
|
|
|
|
<MudPaper Class="d-flex flex-column flex-grow-1" Style="height: 100vh;">
|
|
|
|
|
|
<MudPaper Class="d-flex flex-column flex-grow-1 overflow-hidden">
|
|
|
|
|
|
<MudPaper Height="5%" Class=" d-flex flex-grow-1" Style="background-color:mediumseagreen">
|
|
<MudSpacer> </MudSpacer>
|
|
<AuthLinks/>
|
|
</MudPaper>
|
|
|
|
|
|
<MudPaper Height="95%" Class="d-flex flex-row flex-grow-1 overflow-hidden">
|
|
|
|
|
|
<MudPaper Width="5%" Class="pa-2 mr-1 d-flex flex-column flex-grow-0 justify-content-between">
|
|
<NavBar Class="flex-column flex-grow-0 rounded-pill" />
|
|
<AccountView Class="flex-column flex-grow-0 rounded-pill" />
|
|
</MudPaper>
|
|
|
|
|
|
<MudPaper Class="d-flex flex-grow-1 pa-3 ma-1 ">
|
|
@Body
|
|
</MudPaper>
|
|
|
|
|
|
|
|
</MudPaper>
|
|
|
|
|
|
</MudPaper>
|
|
|
|
|
|
</MudPaper> |