File tree Expand file tree Collapse file tree 2 files changed +15
-9
lines changed
Expand file tree Collapse file tree 2 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 210210 outline : none;
211211}
212212
213- .find-buttons {
213+ .find-buttons-container {
214214 display : flex;
215215 flex-direction : column;
216216 align-items : center;
217217 gap : 10px ;
218218 margin-top : 15px ;
219219}
220220
221+ .find-buttons {
222+ display : flex;
223+ }
224+
221225.find-email-btn {
222226 font-size : 12px ;
223227 color : var (--primary-yellow );
Original file line number Diff line number Diff line change @@ -29,6 +29,16 @@ <h1 class="login-title">Login</h1>
2929 < div class ="form-field ">
3030 {{ form.password }}
3131 </ div >
32+
33+ < div class- "find-buttons-container">
34+ < div class ="find-buttons ">
35+ < a href ="{% url 'users:find-email' %} " class ="find-email-btn "> 이메일 찾기</ a >
36+ < form action ="{% url 'users:password_reset_request' %} " method ="post ">
37+ {% csrf_token %}
38+ < button type ="submit " class ="find-pwd-btn "> 비밀번호를 잊으셨나요?</ button >
39+ </ form >
40+ </ div >
41+ </ div >
3242 < button type ="submit " class ="login-btn "> 로그인</ button >
3343 </ form >
3444
@@ -45,14 +55,6 @@ <h1 class="login-title">Login</h1>
4555 </ button >
4656 </ div >
4757 </ div >
48-
49- < div class ="find-buttons ">
50- < a href ="{% url 'users:find-email' %} " class ="find-email-btn "> 이메일 찾기</ a >
51- < form action ="{% url 'users:password_reset_request' %} " method ="post ">
52- {% csrf_token %}
53- < button type ="submit " class ="find-pwd-btn "> 비밀번호를 잊으셨나요?</ button >
54- </ form >
55- </ div >
5658 </ div >
5759
5860 </ div >
You can’t perform that action at this time.
0 commit comments