Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix(style): minor display issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfelton committed Sep 16, 2018
1 parent eb03900 commit 15b0bc6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/components/Onboarding/ConnectionType.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

.button {
width: 20%;
text-align: center;
display: flex;
align-items: center;
padding: 20px;
border: 1px solid $white;
border-radius: 5px;
Expand Down
1 change: 1 addition & 0 deletions app/components/Wallet/Wallet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@

.qrCode {
cursor: pointer;
margin-top: 8px;
}

.bitcoinLogo svg {
Expand Down
2 changes: 1 addition & 1 deletion app/routes/activity/components/Activity.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}

.activities {
background: $white;
background: $spaceblue;

.header {
background: $spaceblue;
Expand Down

0 comments on commit 15b0bc6

Please sign in to comment.