diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..6b665aaa --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} diff --git a/css/common.css b/css/common/common.css similarity index 100% rename from css/common.css rename to css/common/common.css diff --git a/css/login/login.css b/css/common/form.css similarity index 95% rename from css/login/login.css rename to css/common/form.css index fd0aefe3..0850b618 100644 --- a/css/login/login.css +++ b/css/common/form.css @@ -1,4 +1,4 @@ -@import '../common.css'; +@import '../common/common.css'; .container { width: 100%; @@ -62,7 +62,9 @@ input { padding: 12px; text-align: center; text-decoration: none; + border-width: 0px; border-radius: 40px; + cursor: pointer; } .social-login { diff --git a/css/reset.css b/css/common/reset.css similarity index 100% rename from css/reset.css rename to css/common/reset.css diff --git a/css/home/style.css b/css/home/style.css index ca810c5b..94089156 100644 --- a/css/home/style.css +++ b/css/home/style.css @@ -1,4 +1,4 @@ -@import '../common.css'; +@import '../common/common.css'; body { margin: 72.5px 0 0; diff --git a/images/login/btn_visibility_off_24px.png b/images/common/btn_visibility_off_24px.png similarity index 100% rename from images/login/btn_visibility_off_24px.png rename to images/common/btn_visibility_off_24px.png diff --git a/images/login/btn_visibility_on_24px.png b/images/common/btn_visibility_on_24px.png similarity index 100% rename from images/login/btn_visibility_on_24px.png rename to images/common/btn_visibility_on_24px.png diff --git a/images/favicon.ico b/images/common/favicon.ico similarity index 100% rename from images/favicon.ico rename to images/common/favicon.ico diff --git a/images/ic_facebook.png b/images/common/ic_facebook.png similarity index 100% rename from images/ic_facebook.png rename to images/common/ic_facebook.png diff --git a/images/login/google_sns.png b/images/common/ic_google_sns.png similarity index 100% rename from images/login/google_sns.png rename to images/common/ic_google_sns.png diff --git a/images/ic_instagram.png b/images/common/ic_instagram.png similarity index 100% rename from images/ic_instagram.png rename to images/common/ic_instagram.png diff --git a/images/login/kakao_sns.png b/images/common/ic_kakao_sns.png similarity index 100% rename from images/login/kakao_sns.png rename to images/common/ic_kakao_sns.png diff --git a/images/ic_twitter.png b/images/common/ic_twitter.png similarity index 100% rename from images/ic_twitter.png rename to images/common/ic_twitter.png diff --git a/images/ic_youtube.png b/images/common/ic_youtube.png similarity index 100% rename from images/ic_youtube.png rename to images/common/ic_youtube.png diff --git a/images/login/login_logo.png b/images/common/login_logo.png similarity index 100% rename from images/login/login_logo.png rename to images/common/login_logo.png diff --git a/images/logo.png b/images/common/logo.png similarity index 100% rename from images/logo.png rename to images/common/logo.png diff --git a/index.html b/index.html index 269fae8e..37fd35e4 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ 판다마켓 - + @@ -11,7 +11,7 @@