File tree 6 files changed +6
-6
lines changed
src/tailwindcss-stubs/resources/views/auth
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
<div class =" container mx-auto" >
5
5
<div class =" flex flex-wrap justify-center" >
6
6
<div class =" w-full max-w-sm" >
7
- <div class =" flex flex-col break-words bg-white border border -2 rounded shadow-md" >
7
+ <div class =" flex flex-col break-words bg-white border-2 rounded shadow-md" >
8
8
9
9
<div class =" font-semibold bg-gray-200 text-gray-700 py-3 px-6 mb-0" >
10
10
{{ __ (' Login' ) } }
Original file line number Diff line number Diff line change 4
4
<div class =" container mx-auto" >
5
5
<div class =" flex flex-wrap justify-center" >
6
6
<div class =" w-full max-w-sm" >
7
- <div class =" flex flex-col break-words bg-white border border -2 rounded shadow-md" >
7
+ <div class =" flex flex-col break-words bg-white border-2 rounded shadow-md" >
8
8
9
9
<div class =" font-semibold bg-gray-200 text-gray-700 py-3 px-6 mb-0" >
10
10
{{ __ (' Confirm Password' ) } }
Original file line number Diff line number Diff line change 11
11
</div >
12
12
@endif
13
13
14
- <div class =" flex flex-col break-words bg-white border border -2 rounded shadow-md" >
14
+ <div class =" flex flex-col break-words bg-white border-2 rounded shadow-md" >
15
15
16
16
<div class =" font-semibold bg-gray-200 text-gray-700 py-3 px-6 mb-0" >
17
17
{{ __ (' Reset Password' ) } }
Original file line number Diff line number Diff line change 4
4
<div class =" container mx-auto" >
5
5
<div class =" flex flex-wrap justify-center" >
6
6
<div class =" w-full max-w-sm" >
7
- <div class =" flex flex-col break-words bg-white border border -2 rounded shadow-md" >
7
+ <div class =" flex flex-col break-words bg-white border-2 rounded shadow-md" >
8
8
9
9
<div class =" font-semibold bg-gray-200 text-gray-700 py-3 px-6 mb-0" >
10
10
{{ __ (' Reset Password' ) } }
Original file line number Diff line number Diff line change 4
4
<div class =" container mx-auto" >
5
5
<div class =" flex flex-wrap justify-center" >
6
6
<div class =" w-full max-w-sm" >
7
- <div class =" flex flex-col break-words bg-white border border -2 rounded shadow-md" >
7
+ <div class =" flex flex-col break-words bg-white border-2 rounded shadow-md" >
8
8
9
9
<div class =" font-semibold bg-gray-200 text-gray-700 py-3 px-6 mb-0" >
10
10
{{ __ (' Register' ) } }
Original file line number Diff line number Diff line change 11
11
</div >
12
12
@endif
13
13
14
- <div class =" flex flex-col break-words bg-white border border -2 rounded shadow-md" >
14
+ <div class =" flex flex-col break-words bg-white border-2 rounded shadow-md" >
15
15
<div class =" font-semibold bg-gray-200 text-gray-700 py-3 px-6 mb-0" >
16
16
{{ __ (' Verify Your Email Address' ) } }
17
17
</div >
You can’t perform that action at this time.
0 commit comments