From 16ea7e701f65f18f1c7ae52432d4c3a987839bc9 Mon Sep 17 00:00:00 2001 From: joisemp Date: Thu, 4 Apr 2024 17:31:47 +0530 Subject: [PATCH] Reviewed and made required changes --- Designs/create_password/asset/style.css | 7 ++++--- Designs/create_password/asset/style.scss | 11 ++++++++--- Designs/create_password/create_password.html | 2 +- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/Designs/create_password/asset/style.css b/Designs/create_password/asset/style.css index b88bc1a..b07e787 100644 --- a/Designs/create_password/asset/style.css +++ b/Designs/create_password/asset/style.css @@ -1,10 +1,11 @@ .container .card { - margin: 0 auto; + margin: 3rem auto; max-width: 400px; - background-color: #b7b4b4; + background-color: #f7f7f7; padding: 1rem; } .container .card h2 { + margin-top: 19px; text-align: center; font-weight: 700; } @@ -16,7 +17,7 @@ } .container .card .reset-password .btn { width: 100%; - border-radius: 29px; + border-radius: 50px; } .container .card .form-label { font-weight: 600; diff --git a/Designs/create_password/asset/style.scss b/Designs/create_password/asset/style.scss index 3fe8e74..09f3c23 100644 --- a/Designs/create_password/asset/style.scss +++ b/Designs/create_password/asset/style.scss @@ -1,17 +1,21 @@ .container{ .card{ - margin:0 auto; + margin: 3rem auto; max-width: 400px; - background-color: #b7b4b4; + background-color: #f7f7f7; padding:1rem; + h2{ + margin-top: 19px; text-align: center; font-weight: 700; } + p{ text-align: center; } + .form-label{ font-weight: 400; } @@ -19,9 +23,10 @@ .reset-password{ .btn{ width: 100%; - border-radius: 29px; + border-radius: 50px; } } + .form-label{ font-weight: 600; } diff --git a/Designs/create_password/create_password.html b/Designs/create_password/create_password.html index 4f45703..aeec860 100644 --- a/Designs/create_password/create_password.html +++ b/Designs/create_password/create_password.html @@ -14,7 +14,7 @@

Create Password

-

create a new password.Make sure to make it complex as possible to make it secure

+

Create a new password. Make sure to make it complex as possible to make it secure.