-
Notifications
You must be signed in to change notification settings - Fork 26
[노준서] sprint3 #77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
baeggmin
merged 2 commits into
codeit-bootcamp-frontend:Basic-노준서
from
Still-Mare:Basic-노준서-sprint3
Jun 18, 2025
The head ref may contain hidden characters: "Basic-\uB178\uC900\uC11C-sprint3"
Merged
[노준서] sprint3 #77
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
File renamed without changes
File renamed without changes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,6 +14,11 @@ body { | |
| padding: 20px; | ||
| } | ||
|
|
||
| :root { | ||
| --primary-color: #3692ff; | ||
| --background-color: #f3f4f6; | ||
| } | ||
|
|
||
| .logo img { | ||
| width: 396px; | ||
| height: 132px; | ||
|
|
@@ -59,7 +64,7 @@ input { | |
| height: 56px; | ||
| padding: 16px 24px; | ||
| border: none; | ||
| background-color: #f3f4f6; | ||
| background-color: var(--background-color); | ||
| border-radius: 12px; | ||
| font-size: 16px; | ||
| font-weight: 400; | ||
|
|
@@ -70,7 +75,7 @@ input { | |
|
|
||
| input:focus { | ||
| outline: none; | ||
| background-color: #f3f4f6d0; | ||
| background-color: var(--background-color); | ||
| } | ||
|
|
||
| input[type="password"]::-ms-reveal { | ||
|
|
@@ -86,7 +91,7 @@ input[type="password"]::-ms-reveal { | |
| align-items: center; | ||
| border: none; | ||
| border-radius: 12px; | ||
| background-color: #f3f4f6; | ||
| background-color: var(--background-color); | ||
| padding: 16px 24px; | ||
| } | ||
|
|
||
|
|
@@ -118,8 +123,8 @@ input[type="password"]::-ms-reveal { | |
| width: 100%; | ||
| height: 56px; | ||
| padding: 16px 124px; | ||
| background: #3692ff; | ||
| color: #f3f4f6; | ||
| background: var(--primary-color); | ||
| color: var(--background-color); | ||
| border: none; | ||
| border-radius: 40px; | ||
| font-size: 20px; | ||
|
|
@@ -131,7 +136,7 @@ input[type="password"]::-ms-reveal { | |
| } | ||
|
|
||
| .login-button:hover { | ||
| background: #3692ff; | ||
| background: var(--primary-color); | ||
| } | ||
|
|
||
| .ez-login-container { | ||
|
|
@@ -140,7 +145,7 @@ input[type="password"]::-ms-reveal { | |
| padding: 16px 23px; | ||
| border: none; | ||
| border-radius: 8px; | ||
| background: #e6f2ff; | ||
| background: var(--background-color); | ||
| display: flex; | ||
| align-items: center; | ||
| justify-content: space-between; | ||
|
|
@@ -183,7 +188,24 @@ input[type="password"]::-ms-reveal { | |
| } | ||
|
|
||
| .help-text a { | ||
| color: #3692ff; | ||
| color: var(--primary-color); | ||
| text-decoration: underline; | ||
| text-decoration-style: solid; | ||
| } | ||
|
|
||
| @media (max-width: 767px) and (min-width: 375px) { | ||
| .login-container { | ||
| width: 100%; | ||
| max-width: 400px; | ||
| padding: auto 16px; | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. padding 속성에 auto는 유효하지 않은 값입니다. |
||
| } | ||
| .logo a { | ||
| display: flex; | ||
| align-items: center; | ||
| justify-content: center; | ||
| } | ||
| .logo img { | ||
| width: 50%; | ||
| height: 50%; | ||
| } | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
제가 지난 PR 에서 놓친 것 같은데요, 현재 프로젝트 구조가 다소 부적절한 것 같습니다.
.github 디렉토리는 GitHub 전용 설정용 폴더입니다 (e.g., workflows/, ISSUE_TEMPLATE/ 등).
html, css 같은 소스 파일은 일반 웹 프로젝트 폴더로 변경해주셔야 합니다. 아래 구조를 참고해주세요!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
또한, 현재 CSS 파일이 많지만 이름이 구체적이지 않고 역할이 겹쳐 보입니다.
basictag.css 는 어떤 역할인지 불명확하므로, reset.css, base.css 등 명확한 이름으로 수정해주세요!
style.css 도 메인인지 전체인지 애매하므로 home.css 또는 main.css로 바뀌면 좋겠습니다.
login_signup.css와 같이 파일에 여러 페이지명을 나열하는 방식은 보편적인 방식은 아닌 것 같습니다. form.css 로 수정되면 좋을 것 같습니다.