Skip to content

Commit

Permalink
feat: [GSFE-92] Change Footer Component style (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjlee0 authored and luvhaeun committed Apr 19, 2023
1 parent 0904580 commit 07d5b3d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/web/src/components/common/footer/Footer.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,22 @@ export const LeftSection = styled.div`
.footer-content {
${fonts.p2}
color: ${({ theme }) => theme.colors.gray40};
margin: 25px 0px 26px;
margin: 24px 0px;
white-space: pre-wrap;
}
`;

export const SocialNav = styled.div`
${mixins.flexbox("row", "center", "space-between")};
${mixins.flexbox("row", "center", "flex-start")};
width: 100%;
gap: 24px;
`;

export const AnchorStyle = styled.a`
${fonts.body12}
color: ${({ theme }) => theme.colors.gray40};
margin-top: 16px;
width: 24px;
height: 24px;
svg * {
fill: ${({ theme }) => theme.colors.gray40};
}
Expand Down

0 comments on commit 07d5b3d

Please sign in to comment.