Skip to content

Commit

Permalink
Merge pull request #903 from sailaja-adapa/rateus
Browse files Browse the repository at this point in the history
Rate Us
  • Loading branch information
RitiChandak authored Jul 30, 2024
2 parents a2ffc81 + 1f1729a commit 5de4c79
Show file tree
Hide file tree
Showing 4 changed files with 453 additions and 594 deletions.
1 change: 0 additions & 1 deletion assets/css/feedback.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.rating {
width: 180px;
}

.rating__star {
font-size: 20px;
cursor: pointer;
Expand Down
1 change: 0 additions & 1 deletion assets/css/rateus.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ body {
background-size: cover;
background-position: center;
}

.rate-container {
max-width: 500px;
margin: 20px auto;
Expand Down
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1829,7 +1829,6 @@ <h3>Contact US</h3>
JSON.parse(localStorage.getItem('wishlistItems')) || [];
updateDropdownWishlist(initialWishlistItems);
</script>

<!-- Swiper JS -->
<script src="assets/js/swiper-bundle.min.js"></script>
<!-- Custom JavaScript -->
Expand Down
Loading

0 comments on commit 5de4c79

Please sign in to comment.