Basic styles for budget balances

This commit is contained in:
2020-08-13 15:43:51 +02:00
parent f1bd20a6f4
commit 1dd63b2c7a
3 changed files with 41 additions and 10 deletions
@@ -0,0 +1,30 @@
section#funds {
table.token-balances {
thead {
display: none;
}
th, td {
font-size: 1.2rem;
vertical-align: text-bottom;
}
th {
text-align: left;
padding-right: 1.2rem;
}
td {
text-align: right;
&.amount {
font-size: 1.6rem;
padding-right: 1.2rem;
}
&.fiat-amount {
color: rgba(255,255,255,0.8);
}
}
}
}