This commit is contained in:
Olu Amey
2023-01-16 16:54:38 -05:00
parent a6ebce376c
commit 5ce427d9a5
7 changed files with 10 additions and 13 deletions
@@ -7,8 +7,7 @@ export default function ForgotPassword() {
return (
<>
<AuthLayout
slogan="Welcome to Nftmax
Admin Panel"
slogan="Welcome to myFit"
>
<div className="content-wrapper xl:bg-white dark:bg-dark-white xl:px-[70px] w-full sm:w-auto 2xl:px-[100px] h-[818px] rounded-xl ">
<div className="flex flex-col justify-center w-full h-full px-5">
+1 -2
View File
@@ -43,8 +43,7 @@ export default function Login() {
return (
<>
<AuthLayout
slogan="Welcome to Nftmax
Admin Panel"
slogan="Welcome to myFit"
>
<div className="content-wrapper w-full flex justify-center items-center xl:bg-white dark:bg-dark-white 2xl:w-[828px] xl:w-[500px] 2xl:h-[818px] xl:h-[600px] rounded-xl 2xl:px-[164px] xl:px-[56px] sm:px-7 px-5 ">
<div className="w-full">
+1 -1
View File
@@ -24,7 +24,7 @@ export default function SignUp() {
</div>
<div className="article w-[600px]">
<p className="text-[60px] font-bold leading-[72px] text-white">
Welcome to Nftmax Admin Panel
Welcome to myFit
</p>
</div>
</div>
+1 -2
View File
@@ -7,8 +7,7 @@ export default function VerifyYou() {
return (
<>
<AuthLayout
slogan="Welcome to Nftmax
Admin Panel"
slogan="Welcome to myFit"
>
<div className="content-wrapper xl:bg-white dark:bg-dark-white w-full sm:w-auto px-5 xl:px-[70px] 2xl:px-[100px] h-[818px] rounded-xl flex flex-col justify-center">
<div>
+1 -1
View File
@@ -41,7 +41,7 @@ html {
font-family: "Product Sans";
}
.primary-gradient {
background: linear-gradient(134.38deg, #f539f8 0%, #c342f9 43.55%, #5356fb 104.51%);
background: linear-gradient(134.38deg, #f539f8 0%, #284f64 43.55%, #1a3544 104.51%);
}
.btn-shine {
position: relative;