Skip to content

Commit

Permalink
fix: apply correct border to card img
Browse files Browse the repository at this point in the history
  • Loading branch information
EresDev committed Aug 31, 2024
1 parent 9a2fb76 commit dbd5ffe
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions static/styles/rewards/gift-cards.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
box-sizing: border-box;
width: 100%;
height: auto;
border: 2px solid #80808020;
border: 2px solid var(--border-color);
max-width: 200px;
}

Expand All @@ -95,9 +95,6 @@
font-size: 24px;
color: #fff;
}
.redeem-info {
border-color: var(--light-mode-border-color);
}
.redeem-info p {
text-transform: none;
}
Expand Down Expand Up @@ -162,7 +159,6 @@
background-color: #fff;
box-shadow: inset 0 0 96px #00000008;
}

.card-section img {
border-color: var(--light-mode-border-color);
}
Expand Down

0 comments on commit dbd5ffe

Please sign in to comment.