low fee warning on wallet details view
This commit is contained in:
parent
5e7956ca6e
commit
0a3cc34e61
2 changed files with 19 additions and 1 deletions
|
|
@ -209,6 +209,20 @@
|
|||
font-size: 13px;
|
||||
color: $v-mid-gray;
|
||||
}
|
||||
.low-fees {
|
||||
.comment {
|
||||
color: $v-mid-gray;
|
||||
font-size: 12.5px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
margin-left: 25px;
|
||||
}
|
||||
img {
|
||||
position: absolute;
|
||||
margin-top: 3px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.wallet-details-wallet-info {
|
||||
|
|
@ -238,7 +252,7 @@ a.item {
|
|||
|
||||
.recent svg {
|
||||
margin-left:5px;
|
||||
width:0.7em;
|
||||
width:0.7em;
|
||||
height:0.7em;
|
||||
stroke: #eee;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue