Skip to content

Commit

Permalink
๐Ÿ“ Doc : ์ฃผ์„์‹์ œ
Browse files Browse the repository at this point in the history
  • Loading branch information
kimjuyoung78 committed Nov 25, 2024
1 parent 409df4e commit cce2e87
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pages/LoginPage/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const LAYOUT = {
ICON_SIZE: '1.5rem',
ICON_LEFT_PADDING: '1.5rem',
} as const
//height: 100%๋ฅผ ์ถ”๊ฐ€, padding์„ clamp() ์‚ฌ์šฉ ๋ฐ˜์‘ํ˜•์œผ๋กœ ์กฐ์ •
export const LoginPage = styled.div`
background-color: ${({ theme }) => theme.colors.grayscale.gc_4};
Expand All @@ -25,7 +24,6 @@ export const LoginPage = styled.div`
padding: clamp(1.5rem, 5vh, 3rem) 1.25rem;
`
//flex-grow: 1์„ ์ถ”๊ฐ€ margin ๋Œ€์‹  flex๋ฅผ ํ™œ์šฉํ•˜์—ฌ ๊ณต๊ฐ„์„ ์กฐ์ ˆ
export const TitleSection = styled.div`
color: ${({ theme }) => theme.colors.grayscale.font_1};
font-size: clamp(1.5rem, 4vw, 1.75rem);
Expand Down Expand Up @@ -55,7 +53,6 @@ export const Logo = styled.div`
color: ${({ theme }) => theme.colors.grayscale.font_1};
`
//์†Œ์…œ๋กœ๊ทธ์ธ
//flex container๋กœ ๋ณ€๊ฒฝํ•˜๊ณ  flex-grow: 1์„ ์ถ”๊ฐ€ํ•˜์—ฌ ๋‚จ์€ ๊ณต๊ฐ„ ํ™œ์šฉ
export const SocialLoginSection = styled.div`
width: 100%;
max-width: 350px;
Expand All @@ -65,7 +62,6 @@ export const SocialLoginSection = styled.div`
justify-content: center;
margin-top: clamp(1rem, 3vh, 2rem);
`
//๋†’์ด์™€ ์—ฌ๋ฐฑ์„ ๋ฐ˜์‘ํ˜•์œผ๋กœ ์กฐ์ •
const SocialButtonBase = styled.div<{ weight: FontWeight }>`
width: 100%;
height: clamp(3rem, 8vh, 3.25rem);
Expand Down

0 comments on commit cce2e87

Please sign in to comment.