mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 07:34:24 +01:00
10 lines
192 B
Plaintext
10 lines
192 B
Plaintext
@{
|
|
Layout = "../Shared/_NavLayout.cshtml";
|
|
ViewData["NavPartialName"] = "_Nav";
|
|
}
|
|
<style>
|
|
#mainContent > section {
|
|
padding: 3rem !important;
|
|
}
|
|
</style>
|
|
@RenderBody() |