Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/workflows/delete-merged-branch-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: delete branch on close pr

on:
pull_request:
types: [closed]

jobs:
delete-branch:
runs-on: ubuntu-latest
steps:
- name: delete branch
uses: SvanBoxel/delete-merged-branch@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions 7-sprint-mission-fe
Submodule 7-sprint-mission-fe added at 50ef68
50 changes: 0 additions & 50 deletions README.md

This file was deleted.

1 change: 1 addition & 0 deletions css/faq.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* 미작성 */
1 change: 1 addition & 0 deletions css/items.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* 미작성 */
187 changes: 187 additions & 0 deletions css/login.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,187 @@
/* 로그인 페이지 스타일 시트 */

* {
box-sizing: border-box;
padding: 0px 200px;
justify-self: center;
white-space: nowrap;
}

main {
display: flex;
flex-direction: column;
gap: 40px;
width: 1920px;
padding: 227px 640px;
justify-content: center;
align-items: center;
}

.homelink {
display: flex;
width: 396px;
height: 132px;
align-items: center;
justify-content: center;
text-decoration: none;
gap: 20px;
}

.logo {
color: #3692FF;
font-family: "ROKAF Sans";
font-size: 66.344px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.logoicon {
width: 103.529px;
height: 103.88px;
flex-shrink: 0;
}

.inputbar {
display: flex;
width: 640px; height: 56px;
padding: 16px 24px;
padding-right: 40px;
align-items: center;
gap: 10px;
border-radius: 12px;
background: #F3F4F6;
color: #9CA3AF;
font-family: Pretendard;
font-weight: 400;
line-height: 26px; /* 162.5% */
border: none; /* 기본 테두리 제거 */
}

.inputbar:focus {
outline: none; /* 기본 outline 제거 */
border: 2px solid #3692FF; /* 포커스 시 테두리 적용 */
}

.inputbar.error {
border: 2px solid red; /* 에러 상태 테두리 색상 */
}

.error-message {
color: red;
font-size: 14px;
margin-top: 5px;
justify-self: flex-start;
}

.bars{
position: relative;
display: inline-block;
}

.bars .text {
display: flex;
gap: 16px;
color: #1F2937;
font-family: Pretendard;
font-size: 18px;
font-weight: 700;
font-style: normal;
line-height: normal;
margin: auto;
padding: 0px 0px 16px 0px;
}

.bars .eyes {
position: absolute;
right: 10px; /* 오른쪽 여백 */
top: 50%;
transform: translateY(-50%); /* 수직 중앙 정렬 */
cursor: pointer; /* 클릭 가능 표시 */
font-size: 16px;
color: #9CA3AF;
}

.relative {
position: relative;
}

.button {
display: flex;
width: 640px;
height: 56px;
border-radius: 40px;
background: #3692FF;
border: none;
color: #F3F4F6;
text-align: center;
justify-content: center;
align-items: center;
cursor: pointer;
font-family: Pretendard;
font-size: 20px;
font-style: normal;
font-weight: 600;
}

.loginbox {
width: 640px;
height: 74px;
padding: 16px 23px;
align-items: flex-start;
border-radius: 8px;
background: #E6F2FF;
}

.icon {
display: flex;
align-items: flex-start;
gap: 16px;
}

.loginbox .box {
display: flex;
width: 594px;
justify-content: space-between;
align-items: center;
}

.signup {
display: flex;
justify-content: center;
align-items: center;
gap: 4px;
}

.signup a {
color:#3692FF;
font-family: Pretendard;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: none;
text-decoration-thickness: auto;
text-underline-offset: auto;

}

.login p {
color: #1F2937;
/* pretendard/md-14px-medium */
font-family: Pretendard;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 171.429% */
}

.form-gap {
width: 640px;
flex-direction: column;
align-items: center;
display: flex;
gap: 24px;
}
1 change: 1 addition & 0 deletions css/prvacy.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* 미작성 */
47 changes: 47 additions & 0 deletions css/reset.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
Loading
Loading