chore: minor UI changes in password reset pages
This commit is contained in:
parent
0b631f6049
commit
d03aa31f30
@ -1,7 +1,7 @@
|
|||||||
<x-layout title="Password Reset">
|
<x-layout title="Password Reset">
|
||||||
<section
|
<section
|
||||||
class="bg-linear-135 h-screen from-[#EFF6FF] to-[#FCF3F8] flex flex-col justify-center items-center wrapper">
|
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">
|
<a href="{{route('login.create')}}" class="flex hover:underline">
|
||||||
<x-heroicon-o-arrow-left class="w-4 mr-2"/>
|
<x-heroicon-o-arrow-left class="w-4 mr-2"/>
|
||||||
Back to Login
|
Back to Login
|
||||||
@ -9,7 +9,7 @@ class="bg-linear-135 h-screen from-[#EFF6FF] to-[#FCF3F8] flex flex-col justify-
|
|||||||
</div>
|
</div>
|
||||||
<x-ui.card class="sm:w-96 w-full">
|
<x-ui.card class="sm:w-96 w-full">
|
||||||
<div class="flex flex-col items-center space-y-5">
|
<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>
|
<h1 class="font-bold text-2xl">Reset Password</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<x-layout title="Password Reset">
|
<x-layout title="Password Reset">
|
||||||
<section
|
<section
|
||||||
class="bg-linear-135 h-screen from-[#EFF6FF] to-[#FCF3F8] flex flex-col justify-center items-center wrapper">
|
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">
|
<a href="{{route('login.create')}}" class="flex hover:underline">
|
||||||
<x-heroicon-o-arrow-left class="w-4 mr-2"/>
|
<x-heroicon-o-arrow-left class="w-4 mr-2"/>
|
||||||
Back to Login
|
Back to Login
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<x-layout title="Password Reset">
|
<x-layout title="Password Reset">
|
||||||
<section
|
<section
|
||||||
class="bg-linear-135 h-screen from-[#EFF6FF] to-[#FCF3F8] flex flex-col justify-center items-center wrapper">
|
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">
|
<a href="{{route('password.reset.show')}}" class="flex hover:underline">
|
||||||
<x-heroicon-o-arrow-left class="w-4 mr-2"/>
|
<x-heroicon-o-arrow-left class="w-4 mr-2"/>
|
||||||
Back to Reset password
|
Back to Reset password
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user