Skip to content

Commit

Permalink
design: HighlightReview style 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
minyoung0503 committed Oct 2, 2024
1 parent 2557f9e commit c57cfc2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/common/review/HighlightReview.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
.reviewBoxStyle {
padding: 1.6rem 0;
border-top: 0.1rem solid $color-gray-200;

&:last-child {
padding: 1.6rem 0 0;
}
}

.allReviewLinkBtn {
Expand All @@ -48,6 +52,7 @@
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-top: 1.6rem;
}

.noReview {
Expand Down

0 comments on commit c57cfc2

Please sign in to comment.