prettify transaction log a bit
This commit is contained in:
parent
0efe31e444
commit
6b97cc7f6a
1 changed files with 10 additions and 1 deletions
|
@ -211,4 +211,13 @@ input[type="text"], input[type="search"], textarea
|
||||||
{
|
{
|
||||||
margin-top: $spacing-vertical;
|
margin-top: $spacing-vertical;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td.transaction_history, tr.transaction_history {
|
||||||
|
padding: 4px;
|
||||||
|
}
|
||||||
|
a.transaction_explorer_link {
|
||||||
|
color: $color-primary;
|
||||||
|
text-decoration: underline;
|
||||||
|
font-family: monospace;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue