Merge branch 'ref/design' of https://github.com/bitpay/bitpay-wallet into feature/home_views_polish

This commit is contained in:
Jamal Jackson 2016-09-30 13:29:40 -04:00
commit 0ebefdce7a
14 changed files with 112 additions and 77 deletions

View file

@ -8,6 +8,7 @@
height:100%;
}
#add-contact{
min-width: 300px;
img{
width: 10rem;
display: inline-block;

View file

@ -11,6 +11,7 @@
background: #fff;
.incomplete {
padding: 50px;
height: 350px;
.title {
padding: 20px;
font-size: 25px;
@ -44,11 +45,13 @@
&-gen-address {}
}
.qr {
padding: 30px;
padding: 50px 0 20px 0;
}
.backup {
background-color: orange;
color: #fff;
position: absolute;
top: 5px;
i {
padding: 10px;
}