Merge pull request #6265 from JDonadio/ref/fee-txp-details
Display fee values - txp details
This commit is contained in:
commit
71f7d76599
5 changed files with 40 additions and 18 deletions
|
|
@ -5,7 +5,12 @@
|
|||
$item-vertical-padding: 10px;
|
||||
$item-border-color: #EFEFEF;
|
||||
$item-label-color: #6C6C6E;
|
||||
|
||||
.item-note {
|
||||
float: none;
|
||||
.fee-rate {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
.list {
|
||||
background: #f5f5f5;
|
||||
}
|
||||
|
|
@ -107,7 +112,7 @@
|
|||
margin-top: 5px;
|
||||
font-size: 14px;
|
||||
color: $item-label-color;
|
||||
}
|
||||
}
|
||||
.item-divider {
|
||||
padding-top: 1.2rem;
|
||||
color: $item-label-color;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue