Skip to content

Commit

Permalink
reworked &
Browse files Browse the repository at this point in the history
  • Loading branch information
Valbel93 committed Dec 9, 2024
1 parent 03cfe83 commit e5249a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/styles/stars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
font-weight: 400;
line-height: 140%;
}
}

.stars__star:nth-child(-n + 4) {
background-image: url(/src/images/star-active.svg);
background-repeat: no-repeat;
&__star:nth-child(-n + 4) {
background-image: url(/src/images/star-active.svg);
background-repeat: no-repeat;
}
}

0 comments on commit e5249a8

Please sign in to comment.