Side image

This commit is contained in:
Olu Amey
2023-01-25 15:50:17 -05:00
parent 154819aa19
commit bae7addbf0
2 changed files with 7 additions and 2 deletions
+3 -1
View File
@@ -16,9 +16,11 @@ export default function LoginLayout({ slogan, children }) {
<div className={`main-wrapper w-full ${screen}`}>
<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="logo">
{/*
<div className="logo">
<img src={logo} alt="logo" />
</div>
*/}
<div className="thumbnail flex justify-center">
{/* <img src={loginThumb} alt="login-thumb" />*/}
</div>
+4 -1
View File
@@ -41,7 +41,10 @@ html {
font-family: "Product Sans";
}
.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 {
position: relative;