로그인 페이지 수정
This commit is contained in:
parent
e1f799e930
commit
63e8ee51b8
@ -104,7 +104,7 @@ export default function CanvasPage() {
|
||||
{/* <AuxiliarylineOption/> */}
|
||||
|
||||
{/* 처마∙케라바 변경 */}
|
||||
<EvaseKerabaOption/>
|
||||
{/* <EvaseKerabaOption/> */}
|
||||
|
||||
{/* 동선이동∙형 올림 내림 */}
|
||||
{/* <MovingUpDonw/> */}
|
||||
|
||||
@ -23,11 +23,11 @@ export default function LoginPage(){
|
||||
</div>
|
||||
<div className="login-input-wrap">
|
||||
<div className="login-area id">
|
||||
<input type="text" className='login-input' defaultValue={'IDを入力してください'}/>
|
||||
<input type="text" className='login-input' placeholder='IDを入力してください'/>
|
||||
<button className='id-delete'></button>
|
||||
</div>
|
||||
<div className="login-area password">
|
||||
<input type="password" className='login-input' defaultValue={'asdasdasd'}/>
|
||||
<input type="password" className='login-input' />
|
||||
<button className={`password-hidden ${passwordVisible ? 'visible' : ''}`} onClick={() => setPasswordVisible(!passwordVisible)}></button>
|
||||
</div>
|
||||
<div className="d-check-box login">
|
||||
|
||||
@ -388,9 +388,10 @@
|
||||
canvas{
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
width: 1600px;
|
||||
height: 1000px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -415,8 +415,10 @@
|
||||
background-color: transparent;
|
||||
font-size: 13px;
|
||||
font-weight: 400;
|
||||
color: #D1D7E0;
|
||||
color: #6c819c;
|
||||
&::placeholder{
|
||||
font-size: 13px;
|
||||
font-weight: 400;
|
||||
color: #D1D7E0;
|
||||
}
|
||||
}
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 10px 24px;
|
||||
background-color: #364864;
|
||||
background-color: #7992ba;
|
||||
border-radius: 4px 4px 0px 0px;
|
||||
// overflow: hidden;
|
||||
h1.title{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user