File tree Expand file tree Collapse file tree 2 files changed +7
-32
lines changed
src/components/applyComponents/careersComponent Expand file tree Collapse file tree 2 files changed +7
-32
lines changed Original file line number Diff line number Diff 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` ;
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments