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;