Skip to content

Commit

Permalink
Update reviews.css
Browse files Browse the repository at this point in the history
  • Loading branch information
marusya2299 committed Apr 30, 2024
1 parent 32f0155 commit 203c41c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/partials/reviews/reviews.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@
display: none;
}

#prev:hover,
#next:hover {
border-color: #E0373F;
}

#prev:hover .icon,
#next:hover .icon{
stroke: #E0373F;
}

.icon{
fill: none;
stroke: rgba(250, 250, 250, 1);
Expand Down Expand Up @@ -86,3 +96,11 @@
.error{
text-align: center;
}

@media screen and (min-width: 768px) {
#prev,
#next{
width: 68px;
height: 68px;
}
}

0 comments on commit 203c41c

Please sign in to comment.