fix: tx table icon alignment and cost size
This commit is contained in:
parent
7676a1428a
commit
f13025b472
1 changed files with 10 additions and 1 deletions
|
@ -34,6 +34,15 @@
|
|||
.btn:not(.btn--link) {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
&.table__item--actionable {
|
||||
span + .btn {
|
||||
margin-left: var(--spacing-vertical-small);
|
||||
}
|
||||
.btn svg {
|
||||
top: 3px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
thead {
|
||||
|
@ -93,7 +102,7 @@
|
|||
td:nth-of-type(1) {
|
||||
// TX amounts
|
||||
width: 25%;
|
||||
font-size: 0.8em;
|
||||
font-size: 0.9em;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue