Merge pull request #5469 from matiu/feat/refresh-walletDetails

Feat/refresh wallet details
This commit is contained in:
Gustavo Maximiliano Cortez 2017-01-17 12:39:09 -03:00 committed by GitHub
commit 0ffb696442
8 changed files with 41 additions and 64 deletions

View file

@ -25,6 +25,7 @@
padding: 15px;
background-color: #fff;
color: $mid-gray;
font-size:0.9em;
}
}
}

View file

@ -218,6 +218,7 @@
bottom: 5px;
font-size: 20px;
color: #fff;
width:95%;
}
.wallet-not-backed-up-warning {
@ -234,3 +235,15 @@
a.item {
cursor: pointer;
}
.recent svg {
margin-left:5px;
width:0.7em;
height:0.7em;
stroke: #eee;
}
.updatingHistory {
color: #445;
font-size:0.9em;
}