Adding ETA, confirmed time, and other ui improvements to transaction page.

This commit is contained in:
softsimon
2020-03-23 04:07:31 +07:00
parent 245af5fa8f
commit 93c5f0bd84
10 changed files with 207 additions and 84 deletions

View File

@@ -324,6 +324,10 @@ tr {
white-space: nowrap;
}
h1, h2, h3 {
margin-bottom: 15px;
}
@media (min-width: 992px) {
.lg-inline {
display: inline-block;