Skip to content

Commit

Permalink
fix: 공연 생성 페이지 디자인 QA 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
Puterism committed Jan 12, 2025
1 parent 09e81a9 commit b2f6986
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions apps/admin/src/pages/ShowAddPage/ShowAddPage.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,22 @@ const ProcessIndicator = styled.div`
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 40px;
margin-bottom: 16px;
${mq_lg} {
margin-bottom: 28px;
}
`;

const CardDescription = styled.p`
${({ theme }) => theme.typo.b1};
color: ${({ theme }) => theme.palette.grey.g60};
text-align: center;
margin-bottom: 40px;
margin-bottom: 32px;
${mq_lg} {
margin-bottom: 40px;
}
`;

const ShowAddForm = styled.form`
Expand Down

0 comments on commit b2f6986

Please sign in to comment.