Skip to content

Commit

Permalink
Merge pull request #62 from blocknative/styles/padding
Browse files Browse the repository at this point in the history
Space out padding a little

Closes #61
  • Loading branch information
lnbc1QWFyb24 committed Nov 8, 2019
2 parents eec8c1c + 204e695 commit 4378acb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
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: 37em;
max-width: 36em;
color: #4a4a4a;
}
Expand Down
1 change: 0 additions & 1 deletion src/components/ModalHeader.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
display: flex;
align-items: center;
font-size: inherit;
margin-bottom: 0.66em;
}
/* .bn-onboard-modal-content-header-icon */
Expand Down
5 changes: 3 additions & 2 deletions src/components/Wallets.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
flex-flow: row wrap;
align-items: center;
list-style-type: none;
margin: 1em 0 0.66em 0;
margin: 1em 0;
max-height: 66vh;
overflow-y: scroll;
padding: 0;
Expand All @@ -32,13 +32,14 @@
display: flex;
font-size: inherit;
justify-content: center;
margin-top: 1em;
}
::-webkit-scrollbar {
display: none;
}
@media only screen and (max-width: 700px) {
@media only screen and (max-width: 450px) {
ul li {
width: 100%;
}
Expand Down
2 changes: 1 addition & 1 deletion src/elements/IconButton.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
text-align: left;
}
@media only screen and (max-width: 700px) {
@media only screen and (max-width: 450px) {
button {
width: 100%;
}
Expand Down
2 changes: 1 addition & 1 deletion src/views/WalletSelect.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
/* .bn-onboard-select-description, .bn-onboard-select-wallet-definition */
p {
font-size: 0.889em;
margin: 1em 0 0 0;
margin: 1.6em 0 0 0;
font-family: "Helvetica Neue";
}
Expand Down

0 comments on commit 4378acb

Please sign in to comment.