scottohara/loot

View on GitHub
src/transactions/css/status.css

Summary

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

strong,
.has-action i.action.active {
    &.unreconciled {
        color: var(--text-muted);
    }

    &.reconciled {
        color: var(--state-success-text);
    }

    &.cleared {
        color: var(--state-warning-text);
    }
}