| | |
| | | |
| | | export const EDIT_MODE = 'pessimistic'; // pessimistic | undoable |
| | | |
| | | export const LOGIN_BACKGROUND = 'image'; // image | media |
| | | export const LOGIN_BACKGROUND = 'media'; // image | media |
| | | |
| | | export const CUSTOM_PAGES_DATA_INTERVAL = 1000; |
| | |
| | | background: `url(/login_bg1.jpg)`, // https://unsplash.com/ |
| | | backgroundRepeat: 'no-repeat', |
| | | backgroundSize: 'cover', |
| | | position: 'relative', |
| | | }} |
| | | > |
| | | <video |
| | |
| | | )} |
| | | </video> |
| | | |
| | | <Box |
| | | component="img" |
| | | src="/logo.png" |
| | | alt="RCS logo" |
| | | sx={{ |
| | | position: 'absolute', |
| | | top: '1rem', |
| | | left: '0.8rem', |
| | | height: 26, |
| | | width: 'auto', |
| | | zIndex: 2, |
| | | }} |
| | | /> |
| | | |
| | | <Card sx={{ |
| | | width: 380, |
| | | marginTop: formPosition === 'middle' ? '6em' : 0, |