Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7117539fa5 | |||
| 8384b5fd09 |
@@ -16,11 +16,11 @@ const AuthLayout = () => {
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<div className="d-flex flex-column flex-lg-row flex-column-fluid h-100vh"
|
||||
<div className="d-flex flex-column flex-lg-row flex-column-fluid"
|
||||
style={{backgroundImage: 'url(../../../../public/media/auth/digifi_bko_home.jpg)', backgroundRepeat: 'none', backgroundSize: 'cover'}}
|
||||
>
|
||||
{/* begin::Body */}
|
||||
<div className="flex flex-column align-items-center w-lg-50 p-10">
|
||||
<div className="h-100 flex flex-column align-items-center w-lg-50 p-10">
|
||||
{/* begin::Form */}
|
||||
<div
|
||||
// className="d-flex flex-center flex-column flex-lg-row-fluid"
|
||||
|
||||
Reference in New Issue
Block a user