Side image
This commit is contained in:
@@ -16,9 +16,11 @@ export default function LoginLayout({ slogan, children }) {
|
|||||||
<div className={`main-wrapper w-full ${screen}`}>
|
<div className={`main-wrapper w-full ${screen}`}>
|
||||||
<div className="flex w-full h-full">
|
<div className="flex w-full h-full">
|
||||||
<div className="xl:flex hidden w-1/2 h-full p-[70px] flex-col justify-between primary-gradient">
|
<div className="xl:flex hidden w-1/2 h-full p-[70px] flex-col justify-between primary-gradient">
|
||||||
<div className="logo">
|
{/*
|
||||||
|
<div className="logo">
|
||||||
<img src={logo} alt="logo" />
|
<img src={logo} alt="logo" />
|
||||||
</div>
|
</div>
|
||||||
|
*/}
|
||||||
<div className="thumbnail flex justify-center">
|
<div className="thumbnail flex justify-center">
|
||||||
{/* <img src={loginThumb} alt="login-thumb" />*/}
|
{/* <img src={loginThumb} alt="login-thumb" />*/}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
+4
-1
@@ -41,7 +41,10 @@ html {
|
|||||||
font-family: "Product Sans";
|
font-family: "Product Sans";
|
||||||
}
|
}
|
||||||
.primary-gradient {
|
.primary-gradient {
|
||||||
background: linear-gradient(134.38deg, #f539f8 0%, #284f64 43.55%, #1a3544 104.51%);
|
/*background: linear-gradient(134.38deg, #f539f8 0%, #284f64 43.55%, #1a3544 104.51%); */
|
||||||
|
background-image: url("./assets/images/left-myft.jpg");
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: cover;
|
||||||
}
|
}
|
||||||
.btn-shine {
|
.btn-shine {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
Reference in New Issue
Block a user