chore: minor UI changes in password reset pages

This commit is contained in:
kusowl 2026-01-29 18:57:09 +05:30
parent 0b631f6049
commit d03aa31f30
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
<x-layout title="Password Reset">
<section
class="bg-linear-135 h-screen from-[#EFF6FF] to-[#FCF3F8] flex flex-col justify-center items-center wrapper">
<div class="mb-12 self-start">
<div class="absolute md:top-20 top-10 left-4 md:left-10">
<a href="{{route('login.create')}}" class="flex hover:underline">
<x-heroicon-o-arrow-left class="w-4 mr-2"/>
Back to Login
@ -9,7 +9,7 @@ class="bg-linear-135 h-screen from-[#EFF6FF] to-[#FCF3F8] flex flex-col justify-
</div>
<x-ui.card class="sm:w-96 w-full">
<div class="flex flex-col items-center space-y-5">
<x-logo class="w-fit"/>
<x-logo class="w-fit"/>`
<h1 class="font-bold text-2xl">Reset Password</h1>
</div>

View File

@ -1,7 +1,7 @@
<x-layout title="Password Reset">
<section
class="bg-linear-135 h-screen from-[#EFF6FF] to-[#FCF3F8] flex flex-col justify-center items-center wrapper">
<div class="mb-12 self-start">
<div class="absolute md:top-20 top-10 left-4 md:left-10">
<a href="{{route('login.create')}}" class="flex hover:underline">
<x-heroicon-o-arrow-left class="w-4 mr-2"/>
Back to Login

View File

@ -1,7 +1,7 @@
<x-layout title="Password Reset">
<section
class="bg-linear-135 h-screen from-[#EFF6FF] to-[#FCF3F8] flex flex-col justify-center items-center wrapper">
<div class="mb-12 self-start">
<div class="absolute md:top-20 top-10 left-4 md:left-10">
<a href="{{route('password.reset.show')}}" class="flex hover:underline">
<x-heroicon-o-arrow-left class="w-4 mr-2"/>
Back to Reset password