Skip to content

Commit 4007e34

Browse files
authored
Merge pull request #186 from D3vPals/feat/#181
style : "이력사항" 스타일 수정
2 parents 390b634 + eff2531 commit 4007e34

File tree

2 files changed

+7
-32
lines changed

2 files changed

+7
-32
lines changed

src/components/applyComponents/careersComponent/CareersComponent.styled.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const CareerContainer = styled.div`
1212
margin-bottom: 10px;
1313
1414
@media screen and ${({ theme }) => theme.mediaQuery.tablet} {
15-
flex-direction: column;
15+
display: flex;
1616
gap: 10px;
1717
}
1818
`;

src/components/applyComponents/careersComponent/careersInputComponent/CareersComponentInput.styled.ts

Lines changed: 6 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -15,46 +15,21 @@ export const CareerInput = styled.input`
1515
padding: 10px;
1616
font-size: 16px;
1717
18-
&:focus {
19-
outline: none;
20-
border-color: #888;
21-
}
22-
23-
&:nth-child(1) {
18+
&:nth-child(1),
19+
&:nth-child(4) {
2420
flex: 2;
2521
font-size: ${({ theme }) => theme.heading.small.fontSize};
2622
}
2723
28-
&:nth-child(2) {
29-
${basicStyle}
30-
${dateStyle}
31-
}
32-
24+
&:nth-child(2),
3325
&:nth-child(3) {
34-
${basicStyle}
3526
${dateStyle}
3627
}
3728
38-
&:nth-child(4) {
39-
flex: 2;
40-
font-size: ${({ theme }) => theme.heading.small.fontSize};
41-
}
42-
4329
@media screen and ${({ theme }) => theme.mediaQuery.tablet} {
44-
flex: 1;
45-
margin-bottom: 10px;
46-
47-
&:nth-child(1),
48-
&:nth-child(4) {
49-
width: 60%;
50-
flex: 1;
51-
}
52-
53-
&:nth-child(2),
54-
&:nth-child(3) {
55-
width: 20%;
56-
flex: 1;
57-
}
30+
width: 100%;
31+
margin-bottom: 12px;
32+
font-size: 14px;
5833
}
5934
`;
6035

0 commit comments

Comments
 (0)