Skip to content

Commit

Permalink
Merge pull request #355 from NeerajaGurram/Button-hoverings
Browse files Browse the repository at this point in the history
Button hoverings
  • Loading branch information
Manaregr8 authored Jul 1, 2024
2 parents cd67998 + ec08079 commit 0d8cc66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions public/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1908,6 +1908,10 @@ section.image {
top: 0;
border-radius: 10px;
}
.button-85:hover{
font-size: 14px;
box-shadow:0px 2px 10px 6px #999999;
}

.rateus-modal {
display: none; /* Hidden by default */
Expand Down
2 changes: 1 addition & 1 deletion server/views/products.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
}
.button-85 {
font-size: 0.8rem !important;
font-size: 0.8rem ;
}
Expand Down

0 comments on commit 0d8cc66

Please sign in to comment.