mirror of https://github.com/abpframework/abp.git
5 changed files with 61 additions and 7 deletions
@ -1,6 +1,6 @@ |
|||
@page |
|||
@using Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Demo.Views.Components.Themes.Shared.Demos.ButtonsDemo |
|||
@model Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo.Pages.Components.Buttons.IndexModel |
|||
<h1>Buttons Page</h1> |
|||
<h1>Buttons</h1> |
|||
|
|||
@await Component.InvokeAsync(typeof(ButtonsDemoViewComponent)) |
|||
@ -0,0 +1,29 @@ |
|||
.abp-demo-section { |
|||
border: 1px solid #999; |
|||
padding: 10px; |
|||
} |
|||
|
|||
.abp-demo-section-body { |
|||
padding-bottom: 10px; |
|||
} |
|||
|
|||
.abp-demo-section-raw-source { |
|||
background-color: #eee; |
|||
padding: 5px; |
|||
} |
|||
|
|||
.abp-demo-section-raw-source pre { |
|||
border: 1px solid #999; |
|||
margin: 5px; |
|||
} |
|||
|
|||
|
|||
.abp-demo-section-bs-source { |
|||
background-color: #ddd; |
|||
padding: 5px; |
|||
} |
|||
|
|||
.abp-demo-section-bs-source pre { |
|||
border: 1px solid #999; |
|||
margin: 5px; |
|||
} |
|||
Loading…
Reference in new issue