Skip to content

Commit

Permalink
Add a subtle shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
Adish08 committed Dec 15, 2024
1 parent 49f1d21 commit 3550f05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pay/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ main {
.btn:hover {
background-color: #e65c00;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
box-shadow: 0 4px 12px rgba(255, 102, 0, 0.2);
}

/* Payment Card Design */
Expand Down Expand Up @@ -268,12 +268,12 @@ main {
width: 100%;
max-width: 350px;
transition: all 0.3s ease;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
box-shadow: 0 0 20px rgba(255, 102, 0, 0.2);
}

#qrcode-container:hover {
transform: translateY(-5px);
box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
box-shadow: 0 5px 25px rgba(255, 102, 0, 0.25);
}

#qrcode {
Expand Down

0 comments on commit 3550f05

Please sign in to comment.