From ad9e2ae8c180057dd3ba0421aaf4a59d839183f0 Mon Sep 17 00:00:00 2001 From: "a.beging@eas-solutions.de" Date: Wed, 22 Apr 2026 13:29:25 +0200 Subject: [PATCH] Set background color for main container and adjust styles for login and password pages --- FoodsharingSiegen.Server/Controls/ProspectContainer.razor.scss | 1 + FoodsharingSiegen.Server/Pages/ForgotPassword.razor | 2 +- FoodsharingSiegen.Server/Pages/Login.razor | 2 +- FoodsharingSiegen.Server/Pages/ResetPassword.razor | 2 +- FoodsharingSiegen.Server/wwwroot/css/site.scss | 1 + 5 files changed, 5 insertions(+), 3 deletions(-) diff --git a/FoodsharingSiegen.Server/Controls/ProspectContainer.razor.scss b/FoodsharingSiegen.Server/Controls/ProspectContainer.razor.scss index c631c5f..9f56597 100644 --- a/FoodsharingSiegen.Server/Controls/ProspectContainer.razor.scss +++ b/FoodsharingSiegen.Server/Controls/ProspectContainer.razor.scss @@ -17,6 +17,7 @@ } .pc-main { + background-color: #FFF; display: flex; flex-direction: column; height: 100%; diff --git a/FoodsharingSiegen.Server/Pages/ForgotPassword.razor b/FoodsharingSiegen.Server/Pages/ForgotPassword.razor index 73df78a..2e7dee5 100644 --- a/FoodsharingSiegen.Server/Pages/ForgotPassword.razor +++ b/FoodsharingSiegen.Server/Pages/ForgotPassword.razor @@ -6,7 +6,7 @@ @AppSettings.Terms.Title - Passwort vergessen -
+
diff --git a/FoodsharingSiegen.Server/Pages/Login.razor b/FoodsharingSiegen.Server/Pages/Login.razor index 0ad92fd..d2face8 100644 --- a/FoodsharingSiegen.Server/Pages/Login.razor +++ b/FoodsharingSiegen.Server/Pages/Login.razor @@ -6,7 +6,7 @@ @AppSettings.Terms.Title - Login -
+
diff --git a/FoodsharingSiegen.Server/Pages/ResetPassword.razor b/FoodsharingSiegen.Server/Pages/ResetPassword.razor index 95a1014..d938bf6 100644 --- a/FoodsharingSiegen.Server/Pages/ResetPassword.razor +++ b/FoodsharingSiegen.Server/Pages/ResetPassword.razor @@ -6,7 +6,7 @@ @AppSettings.Terms.Title - Neues Passwort setzen -
+
diff --git a/FoodsharingSiegen.Server/wwwroot/css/site.scss b/FoodsharingSiegen.Server/wwwroot/css/site.scss index 4f914ba..fb390a6 100644 --- a/FoodsharingSiegen.Server/wwwroot/css/site.scss +++ b/FoodsharingSiegen.Server/wwwroot/css/site.scss @@ -4,6 +4,7 @@ html, body { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; + background-color: #f5ffed !important; } h1:focus {