Skip to content

Commit

Permalink
Merge pull request #64 from Team-Remini/feat/#59
Browse files Browse the repository at this point in the history
feat: 가이드라인 화면 잘림 문제 해결, 전체적인 input none 값 추가
  • Loading branch information
candosh authored Dec 18, 2023
2 parents 55f7943 + ca9434d commit 6c259ed
Show file tree
Hide file tree
Showing 13 changed files with 46 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/GuideLine/FiveFContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ const GuideLineVerticleContent = styled.div`
font-style: normal;
font-weight: 400;
line-height: normal;
outline: none;
}
.text_num {
Expand Down
4 changes: 4 additions & 0 deletions src/components/GuideLine/FourContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ const GuideLineFourContent = styled.div`
flex-direction: row;
align-items: center;
gap: 40px;
margin-block-end: 30px;
margin-block-start: 30px;
}
.leftContent_container {
Expand Down Expand Up @@ -81,6 +83,8 @@ const GuideLineFourContent = styled.div`
font-style: normal;
font-weight: 400;
line-height: normal;
outline: none;
margin-block-end: 30px;
}
.text_num {
Expand Down
1 change: 1 addition & 0 deletions src/components/GuideLine/PersonalContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const GuideLinePersonalContent = styled.div`
font-style: normal;
font-weight: 400;
line-height: normal;
outline: none;
}
.text_num {
Expand Down
3 changes: 3 additions & 0 deletions src/components/GuideLine/ThreeContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ const GuideLineTheeContent = styled.div`
flex-direction: row;
align-items: center;
gap: 50px;
margin-block-end: 30px;
margin-block-start: 30px;
}
.leftContent_container {
Expand Down Expand Up @@ -82,6 +84,7 @@ const GuideLineTheeContent = styled.div`
font-style: normal;
font-weight: 400;
line-height: normal;
outline: none;
}
.text_num {
Expand Down
1 change: 1 addition & 0 deletions src/components/StepByStep/StepByStepWrap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ const StepByStepWrap = styled.div`
font-style: normal;
font-weight: 400;
line-height: normal;
outline: none;
}
.btn_container {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/SelectRetro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ const SelectRetroWrap = styled.div`
background-color: #121212;
border-radius: 8px;
border: 2px solid var(--text-high-emphasis, rgba(255, 255, 255, 0.87));
outline: none;
color: white;
font-size: 18px;
}
Expand Down
5 changes: 5 additions & 0 deletions src/pages/WritingPage/GuideLine/AAR.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,11 @@ export default function AAR() {
</button>
</WritingPageBtn>
</div>
<div className="empty-box">
<br />
<br />
<br />
</div>
</WritingPageWrap>
</>
);
Expand Down
5 changes: 5 additions & 0 deletions src/pages/WritingPage/GuideLine/Continue.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,11 @@ export default function Continue() {
</button>
</WritingPageBtn>
</div>
<div className="empty-box">
<br />
<br />
<br />
</div>
</WritingPageWrap>
</>
);
Expand Down
5 changes: 5 additions & 0 deletions src/pages/WritingPage/GuideLine/FourL.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,11 @@ export default function FourL() {
</button>
</WritingPageBtn>
</div>
<div className="empty-box">
<br />
<br />
<br />
</div>
</WritingPageWrap>
</>
);
Expand Down
5 changes: 5 additions & 0 deletions src/pages/WritingPage/GuideLine/KPT.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,11 @@ export default function KPT() {
</button>
</WritingPageBtn>
</div>
<div className="empty-box">
<br />
<br />
<br />
</div>
</WritingPageWrap>
</>
);
Expand Down
5 changes: 5 additions & 0 deletions src/pages/WritingPage/GuideLine/ORID.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,11 @@ export default function ORID() {
</button>
</WritingPageBtn>
</div>
<div className="empty-box">
<br />
<br />
<br />
</div>
</WritingPageWrap>
</>
);
Expand Down
5 changes: 5 additions & 0 deletions src/pages/WritingPage/GuideLine/TIL.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,11 @@ export default function TIL() {
</button>
</WritingPageBtn>
</div>
<div className="empty-box">
<br />
<br />
<br />
</div>
</WritingPageWrap>
</>
);
Expand Down
5 changes: 5 additions & 0 deletions src/pages/WritingPage/GuideLine/YWT.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,11 @@ export default function YWT() {
</button>
</WritingPageBtn>
</div>
<div className="empty-box">
<br />
<br />
<br />
</div>
</WritingPageWrap>
</>
);
Expand Down

0 comments on commit 6c259ed

Please sign in to comment.