Show details for all transaction instructions

This commit is contained in:
Justin Starry
2020-04-09 17:49:47 +08:00
committed by Michael Vines
parent 1c1c628b19
commit 8de34e1f42
10 changed files with 149 additions and 117 deletions

View File

@@ -40,4 +40,17 @@ code {
input.text-signature, input.text-address {
padding: 0 0.75rem
}
h4.ix-pill {
display: inline-block;
padding: 5px;
border-radius: $border-radius;
margin-bottom: 2rem;
margin-left: -5px;
background-color: theme-color-level(info, $badge-soft-bg-level);
}
.list-group-flush .list-group-item.ix-item:first-child {
border-top-width: 1px;
}