From aaf9251101dc9e75cdf7f291a47e63ed54750004 Mon Sep 17 00:00:00 2001 From: nessi Date: Tue, 3 Feb 2026 12:13:56 +0100 Subject: [PATCH] Remove unused CSS styles for page and loginPage. Deleted redundant CSS objects `page` and `loginPage` from the styles object as they were no longer in use. This helps in reducing code clutter and improving maintainability. --- frontend/src/App.jsx | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 0d4954a..321c466 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -1067,28 +1067,6 @@ const styles = { padding: 0, }, - // Background - page: { - minHeight: "100dvh", - margin: 0, - padding: 0, - background: "transparent", - position: "relative", - zIndex: 1, // Inhalt über Background - }, - - loginPage: { - minHeight: "100dvh", - display: "flex", - alignItems: "center", - justifyContent: "center", - position: "relative", - overflow: "hidden", - padding: 20, - background: "transparent", - zIndex: 1, - }, - // Background bgFixed: { position: "fixed",