diff --git a/MyApp/Pages/Account/AccessDenied.razor b/MyApp/Pages/Account/AccessDenied.razor
new file mode 100644
index 0000000..3300471
--- /dev/null
+++ b/MyApp/Pages/Account/AccessDenied.razor
@@ -0,0 +1,16 @@
+@page "/Account/AccessDenied"
+
+
+
Access Denied
+
+
+
Access Denied
+
+
+ You do not have access to this resource.
+
+
+
+@code {
+ [Parameter] public string ReturnUrl { get; set; }
+}
\ No newline at end of file
diff --git a/MyApp/wwwroot/css/app.css b/MyApp/wwwroot/css/app.css
index a6049cd..9ecd888 100644
--- a/MyApp/wwwroot/css/app.css
+++ b/MyApp/wwwroot/css/app.css
@@ -1,5 +1,5 @@
/*
-! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
+! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
*/
/*
@@ -191,6 +191,10 @@ select,
textarea {
font-family: inherit;
/* 1 */
+ font-feature-settings: inherit;
+ /* 1 */
+ font-variation-settings: inherit;
+ /* 1 */
font-size: 100%;
/* 1 */
font-weight: inherit;
@@ -341,6 +345,14 @@ menu {
padding: 0;
}
+/*
+Reset default styling for dialogs.
+*/
+
+dialog {
+ padding: 0;
+}
+
/*
Prevent resizing textareas horizontally by default.
*/