3
3
exports [` Admin Login Should render 1` ] = `
4
4
Array [
5
5
<div
6
- className = " grow dark:bg-dark-frame-bg bg-indigo-50 flex flex-row font-serif "
6
+ className = " flex flex-row font-serif grow dark:bg-dark-frame-bg bg-indigo-50"
7
7
>
8
8
<div
9
9
className = " hidden lg:flex w-[50%] h-full flex-col justify-center items-center mt-10 "
10
10
>
11
11
<div
12
- className = " flex flex-col justify -center items -center "
12
+ className = " flex flex-col items -center justify -center "
13
13
>
14
14
<div
15
15
className = " relative flex flex-row justify-center"
@@ -40,13 +40,13 @@ Array [
40
40
className = " w-full lg:w-[50%] lg:p-5 flex flex-row items-end p-5"
41
41
>
42
42
<div
43
- className = " max-w-lg w-full mx-auto my-28 bg-indigo-100 dark:bg-dark-bg p-5 sm:p-5 md:shadow-xl sm:shadow-none md:rounded-xl sm:rounded-none"
43
+ className = " w-full max-w-lg p-5 mx-auto bg-indigo-100 my-28 dark:bg-dark-bg sm:p-5 md:shadow-xl sm:shadow-none md:rounded-xl sm:rounded-none"
44
44
>
45
45
<div
46
46
className = " "
47
47
>
48
48
<div
49
- className = " flex flex-col justify -center items -center"
49
+ className = " flex flex-col items -center justify -center"
50
50
>
51
51
<h2
52
52
className = " text-2xl font-bold text-primary dark:text-dark-text-fill "
@@ -59,7 +59,7 @@ Array [
59
59
/>
60
60
</div >
61
61
<div
62
- className = " text-sm text-center dark:text-dark-text-fill"
62
+ className = " text-sm text-center dark:text-dark-text-fill"
63
63
>
64
64
<a
65
65
className = " mx-1 text-primary"
@@ -104,7 +104,7 @@ Array [
104
104
/>
105
105
</svg >
106
106
<input
107
- className = " bg-gray-100 outline-none text-sm flex-1 px-2 dark:border-white dark:bg-dark-bg dark:text-white "
107
+ className = " flex-1 px-2 text-sm bg-gray-100 outline-none dark:border-white dark:bg-dark-bg dark:text-white "
108
108
data-testid = " email"
109
109
name = " email"
110
110
onBlur = { [Function ]}
@@ -114,13 +114,13 @@ Array [
114
114
/>
115
115
</div >
116
116
<div
117
- className = " text-left mb-1 pl-4 "
117
+ className = " pl-4 mb-1 text-left "
118
118
/>
119
119
<div
120
- className = " md:w-full border border-gray rounded-md bg-gray-100 p-2 my-4 flex items-center mb-2 dark:border-white dark:bg-dark-bg"
120
+ className = " flex items-center p-2 my-4 mb-2 bg-gray-100 border rounded-md md:w-full border-gray dark:border-white dark:bg-dark-bg"
121
121
>
122
122
<svg
123
- className = " text-gray-400 mr-2 "
123
+ className = " mr-2 text-gray-400 "
124
124
fill = " currentColor"
125
125
height = " 1em"
126
126
stroke = " currentColor"
@@ -143,7 +143,7 @@ Array [
143
143
/>
144
144
</svg >
145
145
<input
146
- className = " bg-gray-100 outline-none text-sm flex-1 dark:border-white dark:bg-dark-bg dark:text-white"
146
+ className = " flex-1 text-sm bg-gray-100 outline-none dark:border-white dark:bg-dark-bg dark:text-white"
147
147
data-testid = " password"
148
148
name = " password"
149
149
onBlur = { [Function ]}
@@ -187,7 +187,7 @@ Array [
187
187
className = " pl-4 mb-1 text-left"
188
188
/>
189
189
<div
190
- className = " flex w-full flex-col sm:flex-row justify-between items-center rounded mb-5 mt-5 "
190
+ className = " flex flex-col items-center justify-between w-full mt-5 mb-5 rounded sm:flex-row "
191
191
>
192
192
<div
193
193
className = " w-50%"
@@ -197,7 +197,7 @@ Array [
197
197
htmlFor = " checkbox"
198
198
>
199
199
<input
200
- className = " mr-1 dark:text-dark-text-fill dark:border-white dark:bg-dark-frame-bg"
200
+ className = " mr-1 dark:text-dark-text-fill dark:border-white dark:bg-dark-frame-bg"
201
201
name = " remember"
202
202
type = " checkbox"
203
203
/>
@@ -217,7 +217,7 @@ Array [
217
217
</div >
218
218
</div >
219
219
<div
220
- className = " w-full justify-center"
220
+ className = " justify-center w-full "
221
221
>
222
222
<button
223
223
className = " btn transparentbtn md w-full bg-primary m-0 inline-block rounded-md lg:px-12 lg:py-2 sm:px-4 sm:py-1 md:font-semibold sm:mt-2 sm:font-medium text-white font-serif "
0 commit comments