Crud implemented by Contact
This commit is contained in:
@ -8,6 +8,11 @@ main {
|
||||
margin: 12px;
|
||||
}
|
||||
|
||||
.validation-message {
|
||||
font-size: 12px !important;
|
||||
font-family: system-ui;
|
||||
}
|
||||
|
||||
h1:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user