File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
src/tailwindcss-stubs/views Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 4
4
<div class =" flex items-center" >
5
5
<div class =" md:w-1/2 md:mx-auto" >
6
6
<div class =" rounded shadow" >
7
- <div class =" font-medium text-lg text-brand-darker bg-brand-lighter p-3 rounded rounded -t" >
7
+ <div class =" font-medium text-lg text-brand-darker bg-brand-lighter p-3 rounded-t" >
8
8
Login
9
9
</div >
10
- <div class =" bg-white p-3 rounded rounded -b" >
10
+ <div class =" bg-white p-3 rounded-b" >
11
11
<form class =" form-horizontal" method =" POST" action =" {{ route (' login' ) } }" >
12
12
{{ csrf_field () } }
13
13
Original file line number Diff line number Diff line change 4
4
<div class =" flex items-center" >
5
5
<div class =" md:w-1/2 md:mx-auto" >
6
6
<div class =" rounded shadow" >
7
- <div class =" font-medium text-lg text-brand-darker bg-brand-lighter p-3 rounded rounded -t" >
7
+ <div class =" font-medium text-lg text-brand-darker bg-brand-lighter p-3 rounded-t" >
8
8
Reset Password
9
9
</div >
10
- <div class =" bg-white p-3 rounded rounded -b" >
10
+ <div class =" bg-white p-3 rounded-b" >
11
11
@if (session (' status' ) )
12
12
<div class =" bg-green-lightest border border-green-light text-green-dark text-sm px-4 py-3 rounded mb-4" >
13
13
{{ session (' status' ) } }
Original file line number Diff line number Diff line change 4
4
<div class =" flex items-center" >
5
5
<div class =" md:w-1/2 md:mx-auto" >
6
6
<div class =" rounded shadow" >
7
- <div class =" font-medium text-lg text-brand-darker bg-brand-lighter p-3 rounded rounded -t" >
7
+ <div class =" font-medium text-lg text-brand-darker bg-brand-lighter p-3 rounded-t" >
8
8
Reset Password
9
9
</div >
10
- <div class =" bg-white p-3 rounded rounded -b" >
10
+ <div class =" bg-white p-3 rounded-b" >
11
11
<form class =" form-horizontal" method =" POST" action =" {{ route (' password.request' ) } }" >
12
12
{{ csrf_field () } }
13
13
Original file line number Diff line number Diff line change 4
4
<div class =" flex items-center" >
5
5
<div class =" md:w-1/2 md:mx-auto" >
6
6
<div class =" rounded shadow" >
7
- <div class =" font-medium text-lg text-brand-darker bg-brand-lighter p-3 rounded rounded -t" >
7
+ <div class =" font-medium text-lg text-brand-darker bg-brand-lighter p-3 rounded-t" >
8
8
Register
9
9
</div >
10
- <div class =" bg-white p-3 rounded rounded -b" >
10
+ <div class =" bg-white p-3 rounded-b" >
11
11
<form class =" form-horizontal" method =" POST" action =" {{ route (' register' ) } }" >
12
12
{{ csrf_field () } }
13
13
Original file line number Diff line number Diff line change 4
4
<div class =" flex items-center" >
5
5
<div class =" md:w-1/2 md:mx-auto" >
6
6
<div class =" rounded shadow" >
7
- <div class =" font-medium text-lg text-brand-darker bg-brand-lighter p-3 rounded rounded -t" >
7
+ <div class =" font-medium text-lg text-brand-darker bg-brand-lighter p-3 rounded-t" >
8
8
Dashboard
9
9
</div >
10
- <div class =" bg-white p-3 rounded rounded -b" >
10
+ <div class =" bg-white p-3 rounded-b" >
11
11
@if (session (' status' ) )
12
12
<div class =" bg-green-lightest border border-green-light text-green-dark text-sm px-4 py-3 rounded mb-4" >
13
13
{{ session (' status' ) } }
You can’t perform that action at this time.
0 commit comments