snort/packages/app/src/Pages/WalletPage.css

17 lines
232 B
CSS
Raw Normal View History

2023-01-31 18:56:31 +00:00
.wallet-history-item {
}
.wallet-history-item time {
font-size: small;
color: var(--font-tertiary-color);
line-height: 1.5em;
}
.pending {
color: var(--font-tertiary-color);
}
.wallet-buttons > button {
margin: 10px;
}