Skip to content

Commit

Permalink
feat: css 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyo-4 committed May 23, 2024
1 parent 8c88cf4 commit 59966de
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/pages/JDPlusPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -239,12 +239,13 @@ const JDPlusPage: React.FC = () => {
</div>
</PeriodBox>
</InputContainer>
<InputContainer>
<InputContainer className="link">
<InputTitle>
링크<div className="required"> *</div>
</InputTitle>
<InputBox
value={jobData.link}
placeholder="http://example.com"
onChange={(e) =>
setJobData({
...jobData,
Expand Down Expand Up @@ -372,6 +373,7 @@ const RightTitleContainer = styled.div`
display: flex;
flex-direction: column;
z-index: 100;
padding-bottom: 10px;
`;

const InputContainer = styled.div`
Expand All @@ -380,6 +382,7 @@ const InputContainer = styled.div`
padding: 1rem;
align-items: center;
justify-content: space-between;
`;

const InputTitle = styled.div`
Expand All @@ -393,6 +396,7 @@ const InputTitle = styled.div`
font-weight: 600;
margin-right: 1.25rem;
letter-spacing: -0.0225rem;
`;

const InputBox = styled.input`
Expand All @@ -415,8 +419,6 @@ const PeriodBox = styled.div`
flex-direction: row;
align-items: center;
flex: 8;
.datepicker{
}
`;

const ContentContainer = styled.div`
Expand Down

0 comments on commit 59966de

Please sign in to comment.