scottohara/loot

View on GitHub
src/accounts/css/index.css

Summary

Maintainability
Test Coverage
@import "~/loot/css/variables.css";

table.accounts {
    tr.closed-account {
        color: var(--text-muted);

        a {
            color: inherit;
        }
    }

    td,
    th {
        &.amount {
            width: 25%;
            text-align: right;
        }
    }
}