ID, PW 찾기 UI 크기 변경, 첨부파일 오류 알림 UI 대응
This commit is contained in:
@@ -9836,7 +9836,7 @@ select.form-control {
|
||||
|
||||
.account-recovery-container {
|
||||
width: 100%;
|
||||
max-width: 700px;
|
||||
max-width: 800px;
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
padding: 24px;
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
.account-recovery-container {
|
||||
width: 100%;
|
||||
max-width: 700px;
|
||||
max-width: 800px;
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
padding: $spacing-lg;
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<h3 class="text-center">비밀번호 초기화</h3>
|
||||
</div>
|
||||
<div class="container-md container-sm d-flex flex-wrap align-items-center justify-content-center">
|
||||
<div class="card col-lg-4 col-md-8">
|
||||
<div class="card col-lg-8 col-md-10">
|
||||
<div class="card-body">
|
||||
<form name="passwordResetRequest" id="passwordResetRequest" role="form" th:action="@{/forgot_password.do}" method="post">
|
||||
<input type="hidden" th:name="${_csrf.parameterName}" th:value="${_csrf.token}"/>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
</div>
|
||||
|
||||
<div class="container-md container-sm d-flex flex-wrap align-items-center justify-content-center" th:with="pwhtCdList=${@CodeService.selectCodeDetailByCodeId('COM022')}">
|
||||
<div class="card p-2 col-lg-4 col-md-8">
|
||||
<div class="card p-2 col-lg-8 col-md-10">
|
||||
<p class="title"></p>
|
||||
<p class="cont mb20"><br/></p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user