Seenginx/Seenginx/Shared/MainLayout.razor

15 lines
332 B
Plaintext
Raw Normal View History

2020-04-12 01:37:24 +02:00
@inherits LayoutComponentBase
2020-04-17 00:50:23 +02:00
<section class="main">
2020-04-12 01:37:24 +02:00
2020-04-17 00:50:23 +02:00
<div class="mainNav neomorph bg borderR">
<NavMenu />
</div>
2020-04-12 01:37:24 +02:00
2020-04-17 00:50:23 +02:00
<div class="mainPage neomorph bg borderR">
@Body
2020-04-13 00:21:36 +02:00
</div>
2020-07-02 19:39:14 +02:00
</section>
2020-04-17 00:50:23 +02:00
2020-07-02 19:39:14 +02:00
<BlazoredModal DisableBackgroundCancel="true" HideCloseButton="true" HideHeader="true" Position="ModalPosition.Center" />