Skip to content
Snippets Groups Projects
Commit f1ca7e24 authored by 유 채린's avatar 유 채린
Browse files

design: modify the checkId, Checknickname css

parent e3a96664
No related branches found
No related tags found
No related merge requests found
...@@ -33,12 +33,12 @@ ...@@ -33,12 +33,12 @@
font-family: "Poppins"; font-family: "Poppins";
} }
#checkId, #checkNickname{ .checkId, .checkNickname{
position: relative; position: relative;
top: -22px; top: -22px;
width: 60px; width: 60px;
height: 30px; height: 30px;
margin-left: 230px; margin-left: 240px;
margin-top:-100px; margin-top:-100px;
background-color: #F7F8F8; background-color: #F7F8F8;
border: 1px solid #7e7c7c; border: 1px solid #7e7c7c;
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
cursor: pointer; cursor: pointer;
} }
.input-with-img{ .input_with_img{
height: 20px; height: 20px;
width: 300px; width: 300px;
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
/*margin-bottom: -18px;*/ /*margin-bottom: -18px;*/
} }
.input-with-img input{ .input_with_img input{
border: none; border: none;
outline: none; /* 선택 시 나타나는 외곽선 제거 */ outline: none; /* 선택 시 나타나는 외곽선 제거 */
background-color: #F7F8F8; background-color: #F7F8F8;
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
} }
.input-with-img img{ .input_with_img img{
margin-left:-100px; margin-left:-100px;
} }
...@@ -94,13 +94,13 @@ ...@@ -94,13 +94,13 @@
align-items: flex-end; align-items: flex-end;
} }
.eye-img{ .eye_img{
color:#F7F8F8; color:#F7F8F8;
margin-right: -30px; margin-right: -30px;
margin-top: -25px; margin-top: -25px;
} }
#register{ .register{
height: 60px; height: 60px;
width: 330px; width: 330px;
...@@ -160,7 +160,7 @@ ...@@ -160,7 +160,7 @@
color:red; color:red;
} }
.id-el, .password-el, .nickname-el, .email-el, .name-el{ .id_el, .password_el, .nickname_el, .email_el, .name_el{
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: flex-start; align-items: flex-start;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment