Improvements to themes, layouts, and CSS styling
This commit is contained in:
10
Oqtane.Client/Themes/OqtaneTheme/SinglePane.razor
Normal file
10
Oqtane.Client/Themes/OqtaneTheme/SinglePane.razor
Normal file
@ -0,0 +1,10 @@
|
||||
@namespace Oqtane.Themes.OqtaneTheme
|
||||
@inherits LayoutBase
|
||||
|
||||
<div class="row px-4">
|
||||
<Pane Name="Content" />
|
||||
</div>
|
||||
|
||||
@code {
|
||||
public override string Panes { get { return "Content"; } }
|
||||
}
|
||||
Reference in New Issue
Block a user