Fix tab-receibe view. Fix wallet-details

This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-30 12:27:31 -03:00
commit 18c0d829c7
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
6 changed files with 37 additions and 19 deletions

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;
}