Merge pull request #5469 from matiu/feat/refresh-walletDetails
Feat/refresh wallet details
This commit is contained in:
commit
0ffb696442
8 changed files with 41 additions and 64 deletions
|
|
@ -25,6 +25,7 @@
|
|||
padding: 15px;
|
||||
background-color: #fff;
|
||||
color: $mid-gray;
|
||||
font-size:0.9em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue