renamed RaidEdit header and added TemplateOverview.css

This commit is contained in:
Sarah Faey 2022-12-04 10:53:57 +01:00
parent 50120badcc
commit 4cddb7e349
2 changed files with 13 additions and 1 deletions

View file

@ -15,7 +15,7 @@
@inject IJSRuntime JsRuntime
<h3>Create Raid</h3>
<h3>Create or edit Raid</h3>
<AuthorizeView Policy="@Constants.Roles.RaidLead.Name" Context="authorizationContext">
<EditForm Model="@_raid" OnValidSubmit="@HandleValidSubmit">

View file

@ -0,0 +1,12 @@
body {
}
input {
margin-right: 20px;
width: fit-content;
}
select {
margin-right: 20px;
width: fit-content;
}