Skip to content

Commit

Permalink
Merge pull request #16429 from brave/ksmith-promo-shadows
Browse files Browse the repository at this point in the history
Add box shadow to Rewards page promo cards
  • Loading branch information
zenparsing authored Dec 20, 2022
2 parents 14617ca + d32847d commit 1a93317
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ export const rewardsTourPromo = styled.div``
export const promotion = styled.div`
color: #000;
background: #fff;
box-shadow:
0px 0px 1px rgba(0, 0, 0, 0.11),
0px 0.5px 1.5px rgba(0, 0, 0, 0.1);
border-radius: 8px;
min-height: 157px;
cursor: pointer;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const root = styled.div`
linear-gradient(279.66deg, #694CD9 0%, #7D186C 100%);
background-repeat: no-repeat;
background-size: cover;
border-radius: 12px;
border-radius: 8px;
font-family: var(--brave-font-heading);
color: var(--brave-palette-white);
padding: 28px 16px 18px;
Expand Down

0 comments on commit 1a93317

Please sign in to comment.