Skip to content

Commit

Permalink
Merge pull request #64 from blocknative/styles/button-shadow
Browse files Browse the repository at this point in the history
Make button shadows fully visible

Closes #63
  • Loading branch information
lnbc1QWFyb24 committed Nov 8, 2019
2 parents 4378acb + 2541412 commit 0956ccd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Modal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
padding: 1.33em;
position: relative;
overflow: hidden;
max-width: 36em;
max-width: 37em;
color: #4a4a4a;
}
Expand Down
4 changes: 4 additions & 0 deletions src/components/Wallets.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
box-sizing: border-box;
}
ul li {
padding: 0 0.25em;
}
div {
width: 100%;
display: flex;
Expand Down

0 comments on commit 0956ccd

Please sign in to comment.