Initial commit
This commit is contained in:
15
Oqtane.Client/Skins/Skin2/Container2.razor
Normal file
15
Oqtane.Client/Skins/Skin2/Container2.razor
Normal file
@ -0,0 +1,15 @@
|
||||
@using Oqtane.Skins
|
||||
@using Oqtane.Client.Skins.Controls
|
||||
@using Oqtane.Client.Shared
|
||||
@inherits ContainerBase
|
||||
<div class="container">
|
||||
<div class="row px-4">
|
||||
<ModuleActions /><h2><ModuleTitle /></h2>
|
||||
<hr style="width: 100%; color: gray; height: 1px; background-color:gray;" />
|
||||
</div>
|
||||
<div class="row px-4">
|
||||
<div class="container">
|
||||
<ModuleInstance />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user