This repository was archived by the owner on Oct 1, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +23
-13
lines changed
Expand file tree Collapse file tree 4 files changed +23
-13
lines changed Original file line number Diff line number Diff line change 1414@section (' content' )
1515 <div class =" container mx-auto" >
1616 <div class =" mx-auto my-8 md:w-3/4 lg:w-3/5 xl:w-1/2" >
17- <h1 class =" mx-4 text-2xl font-bold md:text-4xl md:mx-8 xl:mx-16" >@lang (' fortify::auth.forgot-password.page_header' )</h1 >
17+ <h1 class =" mx-4 text-2xl font-bold md:text-4xl md:mx-8 xl:mx-16 text-center" >
18+ @lang (' fortify::auth.forgot-password.page_header' )
19+ </h1 >
1820
1921 <div class =" px-8" >
2022 <x-ark-flash />
@@ -42,10 +44,12 @@ class="w-full"
4244 </div >
4345 </div >
4446
45- <div class =" flex flex-col-reverse sm:flex-row w-full justify-between items-center space-y-2 sm:space-y-0" >
46- <a href =" {{ route (' login' ) } }" class =" link mt-8 sm:mt-0" >Cancel</a >
47+ <div class =" flex flex-col-reverse space-y-4 sm:space-y-0 sm:flex-row items-center justify-between" >
48+ <div class =" flex-1 mt-8 sm:mt-0" >
49+ <a href =" {{ route (' login' ) } }" class =" link" >@lang (' fortify::actions.cancel' )</a >
50+ </div >
4751
48- <button type =" submit" class =" w-full button-secondary sm :w-auto" >
52+ <button type =" submit" class =" w-full button-secondary md :w-auto" >
4953 @lang (' fortify::auth.forgot-password.reset_link' )
5054 </button >
5155 </div >
Original file line number Diff line number Diff line change @@ -77,14 +77,14 @@ class="w-full"
7777 </div >
7878 </div >
7979
80- <div class =" flex flex-col-reverse space-y-4 sm:space-y-0 sm:flex-row justify-between" >
80+ <div class =" flex flex-col-reverse space-y-4 sm:space-y-0 sm:flex-row items-center justify-between" >
8181 @if (Route:: has (' password.request' ) )
82- <div class =" flex-1 m-auto mt-8 sm:mt-0" >
82+ <div class =" flex-1 mt-8 sm:mt-0" >
8383 <a href =" {{ route (' password.request' ) } }" class =" link" >@lang (' fortify::auth.sign-in.forgot_password' )</a >
8484 </div >
8585 @endif
8686
87- <button type =" submit" class =" button-secondary" >
87+ <button type =" submit" class =" w-full button-secondary md:w-auto " >
8888 @lang (' fortify::actions.sign_in' )
8989 </button >
9090 </div >
Original file line number Diff line number Diff line change 1414@section (' content' )
1515 <div class =" container mx-auto" >
1616 <div class =" mx-auto my-8 md:w-3/4 lg:w-3/5 xl:w-1/2" >
17- <h1 class =" mx-4 text-2xl font-bold md:text-4xl md:mx-8 xl:mx-16" >@lang (' fortify::auth.reset-password.page_header' )</h1 >
17+ <h1 class =" mx-4 text-2xl font-bold md:text-4xl md:mx-8 xl:mx-16 text-center" >
18+ @lang (' fortify::auth.reset-password.page_header' )
19+ </h1 >
1820
1921 <div class =" mt-5 lg:mt-8" >
2022 <form
@@ -74,10 +76,12 @@ class="w-full"
7476 </div >
7577 </div >
7678
77- <div class =" flex flex-col md:flex-row w-full justify-between items-center space-y-2 md:space-y-0" >
78- <a href =" {{ route (' login' ) } }" class =" link" >@lang (' fortify::actions.cancel' )</a >
79+ <div class =" flex flex-col-reverse space-y-4 sm:space-y-0 sm:flex-row items-center justify-between" >
80+ <div class =" flex-1 mt-8 sm:mt-0" >
81+ <a href =" {{ route (' login' ) } }" class =" link" >@lang (' fortify::actions.cancel' )</a >
82+ </div >
7983
80- <button type =" submit" class =" w-full button-primary md:w-auto" >
84+ <button type =" submit" class =" w-full button-secondary md:w-auto" >
8185 @lang (' fortify::actions.reset_password' )
8286 </button >
8387 </div >
Original file line number Diff line number Diff line change 1414@section (' content' )
1515 <div class =" container mx-auto" x-data =" { recovery: false }" >
1616 <div class =" mx-auto my-8 md:w-3/4 lg:w-3/5 xl:w-1/2" >
17- <h1 class =" mx-4 text-2xl font-bold md:text-4xl md:mx-8 xl:mx-16" >@lang (' fortify::auth.two-factor.page_header' )</h1 >
17+ <h1 class =" mx-4 text-2xl font-bold md:text-4xl md:mx-8 xl:mx-16 text-center" >
18+ @lang (' fortify::auth.two-factor.page_header' )
19+ </h1 >
1820
1921 <div class =" mt-5 lg:mt-8" >
2022 <form
@@ -52,7 +54,7 @@ class="w-full"
5254 </div >
5355
5456 <div class =" text-right mt-8" >
55- <button type =" submit" class =" w-full button-primary sm:w-auto" >
57+ <button type =" submit" class =" w-full button-secondary sm:w-auto" >
5658 @lang (' fortify::actions.verify' )
5759 </button >
5860 </div >
You can’t perform that action at this time.
0 commit comments