Merge branch 'ref/design' of https://github.com/bitpay/bitpay-wallet into feature/onboarding_push_notifications
# Conflicts: # public/views/onboarding/notifications.html # src/js/controllers/onboarding/collectEmail.js
This commit is contained in:
commit
fdb5e467b9
28 changed files with 150 additions and 59 deletions
|
|
@ -9,7 +9,11 @@
|
|||
padding-left: 48px;
|
||||
}
|
||||
}
|
||||
|
||||
.send-gravatar {
|
||||
left: 11px;
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
}
|
||||
.amount-pane {
|
||||
position: absolute;
|
||||
top: 125px;
|
||||
|
|
|
|||
7
src/sass/views/confirm.scss
Normal file
7
src/sass/views/confirm.scss
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#view-confirm {
|
||||
.send-gravatar {
|
||||
left: 11px;
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
}
|
||||
}
|
||||
|
|
@ -11,4 +11,9 @@
|
|||
padding-bottom: 1px;
|
||||
}
|
||||
}
|
||||
.send-gravatar {
|
||||
left: 11px;
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue