/**
 * Scan card
 * =========
 * Shared by the receive and accountant pages (both use scan-card.js).
 */

/* Hint under the key field. */
.kg-hint { margin-top: .6rem; }

/* Decrypt progress line. Fixed height so the list below does not jump. */
.scan-log {
    opacity: .7;
    font-size: .9rem;
    min-height: 1.1em;
    margin: .4rem 0 0;
}

/* Result: incoming payments list or auditor ledger. */
.scan-result { margin-top: 1.5rem; }
