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.
This commit is contained in:
2026-02-03 12:13:56 +01:00
parent 15d59360c2
commit aaf9251101

View File

@@ -1067,28 +1067,6 @@ const styles = {
padding: 0, 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 // Background
bgFixed: { bgFixed: {
position: "fixed", position: "fixed",