Skip to content

Commit

Permalink
#120 style: navbar 대시보드 목록 구분선 스타일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
MyungJiwoo committed Dec 17, 2024
1 parent cf72bce commit 3547fa4
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/styles/DashboardStyled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,10 @@ export const PersonalDashboardItem = styled.article`
margin: 0.5rem 0;
margin-left: 2rem;
padding-bottom: 0.4rem;
border-bottom: 1px solid #e9e9e9ca;
&:not(:last-child) {
padding-bottom: 0.4rem;
border-bottom: 1px solid #e9e9e9ca;
}
`;

export const TeamDashboardItem = styled.article`
Expand All @@ -103,8 +105,10 @@ export const TeamDashboardItem = styled.article`
cursor: pointer;
margin: 0.5rem 0;
padding-bottom: 0.4rem;
border-bottom: 1px solid #e9e9e9ca;
&:not(:last-child) {
padding-bottom: 0.4rem;
border-bottom: 1px solid #e9e9e9ca;
}
`;

export const CardContainer = styled.div<Props>`
Expand Down

0 comments on commit 3547fa4

Please sign in to comment.