Skip to content

Commit

Permalink
Updated auth pages background
Browse files Browse the repository at this point in the history
  • Loading branch information
dwolosz committed Dec 6, 2024
1 parent 59831cb commit 18c8804
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
Binary file added ngui/ui/public/background-auth.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 2 additions & 12 deletions ngui/ui/src/components/Greeter/Greeter.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,20 +71,10 @@ const useStyles = makeStyles()((theme) => ({
},
rightSideGrid: {
backgroundColor: theme.palette.primary.main,
backgroundImage: "url('/sample-chart-bcg.jpg')",
backgroundImage: "url('/background-auth.jpeg')",
backgroundSize: "cover",
backgroundPosition: "center",
position: "relative",
"&::after": {
content: '""',
position: "absolute",
top: 0,
left: 0,
right: 0,
bottom: 0,
backgroundColor: "rgba(2,62,104,0.8)",
zIndex: 1
}
position: "relative"
},
...getFormAndMapWrapperClasses(theme)
}));
Expand Down
4 changes: 2 additions & 2 deletions ngui/ui/src/components/Greeter/Greeter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@ const Greeter = ({ content }: GreeterProps) => {
className: classes.centeredFlexColumnDirection
},
{
key: "bannerAndText",
key: "bannerBackground",
className: classes.centeredFlexColumnDirection,
children: <div className={classes.imageWithCaptionWrapper}>1</div>
children: <div className={classes.imageWithCaptionWrapper} />
}
];

Expand Down

0 comments on commit 18c8804

Please sign in to comment.