From 90473f4808b02a1ccd710babf7fe38c019136b28 Mon Sep 17 00:00:00 2001 From: Laurenz gast Date: Fri, 24 Jan 2025 17:57:41 +0100 Subject: [PATCH] =?UTF-8?q?Layout=20=C3=A4nderung=20vom=20login=20Fenster?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/accounts/static/accounts/css/base.css | 8 ++++++-- core/accounts/static/accounts/css/login.css | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/core/accounts/static/accounts/css/base.css b/core/accounts/static/accounts/css/base.css index 5903b5f..89c9924 100644 --- a/core/accounts/static/accounts/css/base.css +++ b/core/accounts/static/accounts/css/base.css @@ -1,3 +1,7 @@ -* { - background-color: red; +.login-container { + margin: auto; + padding: 30px; + width: 200px; + background-color: lightblue; + } \ No newline at end of file diff --git a/core/accounts/static/accounts/css/login.css b/core/accounts/static/accounts/css/login.css index 101ffc5..2af334c 100644 --- a/core/accounts/static/accounts/css/login.css +++ b/core/accounts/static/accounts/css/login.css @@ -1,4 +1,4 @@ /*This is the Stylesheet for the Login Screen*/ body { - background-color: #da1f3d; + background-color: #bbbbbb; } \ No newline at end of file