Skip to content

Commit

Permalink
Update New Member Checklist box-shadow
Browse files Browse the repository at this point in the history
Update the shadow to allow it to contrast more against the rest of the
user interface. The adjustments are:
- Set the shadow offset to (0,0) so that the shadow is visible on all
edges of the checklist
- Update shadow length to be 1em instead of 0.75em, and express it in em
unites as well
- Multiply the opacity value of the shadow by 2.

PER-9650: Increase border shadow on checklist
  • Loading branch information
meisekimiu committed Jun 24, 2024
1 parent 9cc2b8e commit 6359ad3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
width: 22.5em;
border-radius: 5px;
background-color: #fff;
box-shadow: 0px 4px 8px 0px #00000026;
box-shadow: 0px 0px 1em 0px #0000004c;
padding: 0.5em 1.25em;
font-family: 'Open Sans', sans-serif;
}
Expand Down

0 comments on commit 6359ad3

Please sign in to comment.