Skip to content
Snippets Groups Projects
Commit 90bcaf35 authored by JASWANTH A's avatar JASWANTH A
Browse files

some changes

parent db9a21e6
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ export default function AdminLogin() {
{error.email && <p className="text-[#EEAB4D] text-sm mt-1">{error.email}</p>}
</div>
{/* Password Input */}
{/* Passwd Input */}
<div className="relative w-full mb-8">
<div className={`relative border-2 rounded-lg border-[#6FE7D1] bg-transparent ${error.password ? "border-[#EEAB4D]" : ""}`}>
<label
......@@ -123,7 +123,7 @@ export default function AdminLogin() {
{/* Forgot Password & General Error */}
{/* Fgt Passwd & general error */}
<div className="flex justify-between items-center mt-2 w-full">
<a href="#" className="text-[#27DEBF] hover:underline text-sm font-font-primary font-semibold">
Forgot Password?
......@@ -135,17 +135,17 @@ export default function AdminLogin() {
)}
</div>
{/* Sign In Button */}
{/* signin btn */}
<div className="mt-8 flex justify-center">
<button
type="submit"
className="w-48 h-14 text-[#263238] font-bold rounded-full bg-[#6FE7D1] shadow-md hover:bg-[#5CC4AE] transition text-lg font-font-primary font-extrabold">
Sign In
</button>
</div>
</form>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment