From bae7addbf05b272ead9e7df2f2f5d9b04e52a6df Mon Sep 17 00:00:00 2001 From: Olu Amey Date: Wed, 25 Jan 2023 15:50:17 -0500 Subject: [PATCH] Side image --- src/components/AuthPages/AuthLayout.jsx | 4 +++- src/index.css | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/components/AuthPages/AuthLayout.jsx b/src/components/AuthPages/AuthLayout.jsx index 5b0b4e9..eb58a42 100644 --- a/src/components/AuthPages/AuthLayout.jsx +++ b/src/components/AuthPages/AuthLayout.jsx @@ -16,9 +16,11 @@ export default function LoginLayout({ slogan, children }) {
-
+ {/* +
logo
+ */}
{/* login-thumb*/}
diff --git a/src/index.css b/src/index.css index 18df34d..67c5cbb 100644 --- a/src/index.css +++ b/src/index.css @@ -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;