CSS separation, multi-tenancy fixes
This commit is contained in:
13
Oqtane.Client/Themes/OqtaneTheme/Vertical.razor
Normal file
13
Oqtane.Client/Themes/OqtaneTheme/Vertical.razor
Normal file
@@ -0,0 +1,13 @@
|
||||
@namespace Oqtane.Themes.OqtaneTheme
|
||||
@inherits LayoutBase
|
||||
|
||||
<div class="row px-4">
|
||||
<Pane Name="Top" />
|
||||
</div>
|
||||
<div class="row px-4">
|
||||
<Pane Name="Bottom" />
|
||||
</div>
|
||||
|
||||
@code {
|
||||
public override string Panes { get { return "Top;Bottom"; } }
|
||||
}
|
||||
Reference in New Issue
Block a user