Crud implemented by Contact

This commit is contained in:
2023-04-19 17:25:42 +02:00
parent 0234db870b
commit ede368b963
10 changed files with 334 additions and 31 deletions

View File

@ -8,6 +8,11 @@ main {
margin: 12px;
}
.validation-message {
font-size: 12px !important;
font-family: system-ui;
}
h1:focus {
outline: none;
}

View File

@ -7,6 +7,7 @@
<base href="/" />
<link href="css/app.css" rel="stylesheet" />
<link href="_content/Syncfusion.Blazor/styles/bootstrap5.css" rel="stylesheet" />
<link href="BlazorSyncfusionCrm.Client.styles.css" rel="stylesheet" />
<!-- If you add any scoped CSS files, uncomment the following to load them
<link href="BlazorSyncfusionCrm.Client.styles.css" rel="stylesheet" /> -->
</head>