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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user