@@ -14,7 +14,7 @@ export const ProfilePicWrapper = styled.div`
1414 display: flex;
1515 flex-direction: column;
1616 align-items: center;
17- margin-bottom: 10px ;
17+ margin-bottom: 0.625rem ;
1818 position: relative;
1919` ;
2020
@@ -25,19 +25,19 @@ export const Label = styled.label`
2525
2626export const Input = styled . input `
2727 width: 100%;
28- padding: 25px ;
29- margin: 10px 0;
30- border: 0px ;
28+ padding: 1.5625rem ;
29+ margin: 0.625rem 0;
30+ border: 0rem ;
3131 box-sizing: border-box;
32- border-radius: 10px ;
32+ border-radius: 0.625rem ;
3333 background-color: ${ ( { theme } ) => theme . colors . background . secondary } ;
3434 text-align: left;
3535` ;
3636
3737export const Button = styled . button `
3838 position: absolute;
39- bottom: 10px ;
40- right: 10px ;
39+ bottom: 0.625rem ;
40+ right: 0.625rem ;
4141 z-index: 1;
4242 width: 1.7rem;
4343 height: 1.7rem;
@@ -50,18 +50,22 @@ export const Button = styled.button`
5050` ;
5151
5252export const ProfilePic = styled . div `
53- width: 7.25rem ;
54- height: 7.25rem ;
53+ width: 7.5rem ;
54+ height: 7.5rem ;
5555 flex-shrink: 0;
5656 border-radius: 50%;
5757 overflow: hidden;
58- margin-top: 2.125rem ;
59- margin-bottom: 15px ;
58+ margin-top: 2rem ;
59+ margin-bottom: 0.9375rem ;
6060
6161 img {
6262 width: 100%;
6363 height: 100%;
6464 object-fit: cover;
65+ box-shadow:
66+ 0px 2px 8px 0px rgba(0, 0, 0, 0.12),
67+ 0px 1px 4px 0px rgba(0, 0, 0, 0.08),
68+ 0px 0px 1px 0px rgba(0, 0, 0, 0.08);
6569 }
6670` ;
6771
@@ -72,21 +76,21 @@ export const Row = styled.div`
7276 flex-direction: column;
7377 align-items: stretch;
7478 width: 100%;
75- margin-top: 0px ;
76- padding: 0px 20px ;
79+ margin-top: 0rem ;
80+ padding: 0rem 1.25rem ;
7781
7882 ${ Label } {
7983 width: 6.25rem;
8084 }
8185` ;
8286
8387export const EmailInput = styled . input `
84- margin-bottom: 120px ;
88+ margin-bottom: 7.5rem ;
8589 width: 100%;
86- padding: 25px ;
90+ padding: 1.5625rem ;
8791 border: 0px;
8892 box-sizing: border-box;
89- border-radius: 10px ;
93+ border-radius: 0.625rem ;
9094 background-color: ${ ( { theme } ) => theme . colors . background . secondary } ;
9195 text-align: left;
9296` ;
@@ -100,9 +104,9 @@ export const UserInfo = styled.div``;
100104export const Username = styled . button `
101105 color: ${ ( { theme } ) => theme . colors . text . primary } ;
102106 font-family: Pretendard;
103- font-size: 22px ;
107+ font-size: 1.375rem ;
104108 font-style: normal;
105109 font-weight: 700;
106110 line-height: 136.4%;
107- letter-spacing: -0.427px ;
111+ letter-spacing: -0.0267rem ;
108112` ;
0 commit comments