Skip to content

Commit

Permalink
updated booked card
Browse files Browse the repository at this point in the history
  • Loading branch information
root-0101 committed May 25, 2024
1 parent 7e0532b commit 4adc866
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/src/style/BookMark.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
border-radius: 12px;
}

.box-bk:hover {
transform: scale(1.1);
box-shadow: 0px 0px 25px #8b5cf6;
transition: transform 0.6s ease-in-out, box-shadow 0.3s ease-in-out;
}

.btn-b {
color: rgb(226, 43, 122);
font-size: 1.1rem;
Expand Down

0 comments on commit 4adc866

Please sign in to comment.