From b462346b93fbc76164326f179868df0620a3ca88 Mon Sep 17 00:00:00 2001 From: benidene Date: Mon, 11 Sep 2023 18:54:36 +0900 Subject: [PATCH] =?UTF-8?q?#10=20=20:=20=EB=B6=88=ED=95=84=EC=9A=94?= =?UTF-8?q?=ED=95=9C=20=EC=BB=B4=ED=8F=AC=EB=84=8C=ED=8A=B8=EC=99=80=20Foo?= =?UTF-8?q?ter=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Login/Login.jsx | 54 ++++++++++++++++++++++++--------------- 1 file changed, 34 insertions(+), 20 deletions(-) diff --git a/src/pages/Login/Login.jsx b/src/pages/Login/Login.jsx index 0f0e71d..e29540c 100644 --- a/src/pages/Login/Login.jsx +++ b/src/pages/Login/Login.jsx @@ -26,12 +26,10 @@ function Login() { return ( - - - - - - + + + + - - 로그인 - - - - - + +
아이디찾기
+
비밀번호찾기
+ 회원가입 +
+ + + 로그인 + +
-
아이디 비밀번호찾기 회원가입
-
Copyright © 2019 MANGO Co.,Ltd. All Rights Reserved.
); } @@ -64,8 +63,8 @@ const Wrapper = styled.div` display: flex; flex-direction: column; align-items: center; - justify-content: space-around; - /* height: 100%; */ + justify-content: center; + min-height: 100%; `; const Container = styled.div` @@ -73,7 +72,7 @@ const Container = styled.div` flex-direction: column; align-items: center; justify-content: space-around; - height: 500px; + height: 600px; width: 481px; margin-top: 100px; padding: 0px 50px 0px 50px; @@ -82,9 +81,9 @@ const Container = styled.div` `; const LogoBox = styled(Link)` + padding-top: 20px; height: 100px; width: 100px; - margin-bottom: -30px; `; const Logo = styled.img` @@ -92,6 +91,12 @@ const Logo = styled.img` width: 100px; `; +const InputWrapper = styled.div` + display: flex; + flex-direction: column; + align-items: center; +`; + const Input = styled.input` height: 47px; width: 364px; @@ -102,18 +107,27 @@ const Input = styled.input` margin-bottom: 1px; `; +const FindContainer = styled.div` + display: flex; + justify-content: space-around; + width: 300px; + padding-top: 20px; +`; + const LoginButton = styled.button` height: 51px; width: 396px; background-color: yellow; border-radius: 4px; font-size: 18px; - margin-top: 50px; `; const Google = styled(FontAwesomeIcon)` font-size: 1.5rem; `; + +const SignUp = styled(Link)``; + export default Login; // const [userIdentifier, setUserIdentifier] = useState('');