Visualize the CPFP transactions.

fixes #401
This commit is contained in:
softsimon
2021-03-22 18:04:50 +07:00
parent ec1afdf982
commit 8799b9ca0a
6 changed files with 292 additions and 139 deletions

View File

@@ -26,4 +26,21 @@
h1 {
margin-bottom: 0;
}
.badge {
position: relative;
top: -1px;
}
.btn-small-height {
line-height: 1.1;
}
.arrow-green {
color: #1a9436;
}
.arrow-red {
color: #dc3545;
}