This repository has been archived on 2025-05-14. You can view files and clone it, but cannot push or open issues or pull requests.
Mitchel Sellers 105d16d644 Theme 1 Cleanup
General UI Cleanup.

* Widened the layout to be a fluid layout
* Adjusted padding on container & Content better fill pages
2019-05-18 00:10:48 -05:00

16 lines
432 B
Plaintext

@using Oqtane.Themes
@using Oqtane.Client.Themes.Controls
@using Oqtane.Client.Shared
@inherits ContainerBase
<div class="container1">
<div class="row">
<ModuleActions /><h2><ModuleTitle /></h2>
<hr style="width: 100%; color: gray; height: 1px; background-color:gray;" />
</div>
<div class="row">
<div class="container1Content">
<ModuleInstance />
</div>
</div>
</div>