Transaction view.

This commit is contained in:
Simon Lindh
2019-11-10 16:44:00 +08:00
parent 839fa12eb6
commit 2dbfa323fa
26 changed files with 287 additions and 37 deletions

View File

@@ -132,4 +132,28 @@ html, body {
hr {
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
}
.green-color {
color: #3bcc49;
}
.yellow-color {
color: #ffd800;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: #181b2d !important;
}
.header-bg {
background-color: #653b9c;
}
.bordertop {
border-top: 1px solid #4c4c4c;
}
.smaller-text {
font-size: 14px;
}