merchant landing: violet refund badge (not failure red)

This commit is contained in:
Hernâni Marques 2026-07-10 20:20:35 +02:00
parent 458472e177
commit df474b741f
No known key found for this signature in database

View file

@ -225,7 +225,8 @@
align-self: center; align-self: center;
} }
.act-kind.payment { color: #14532d; background: rgba(134, 239, 172, 0.85); } .act-kind.payment { color: #14532d; background: rgba(134, 239, 172, 0.85); }
.act-kind.refund { color: #7f1d1d; background: rgba(252, 165, 165, 0.9); } /* violet — refund is not an error */
.act-kind.refund { color: #f5e8ff; background: rgba(167, 139, 250, 0.92); }
.act-kind.other { color: #1e1b4b; background: rgba(196, 181, 253, 0.85); } .act-kind.other { color: #1e1b4b; background: rgba(196, 181, 253, 0.85); }
.act-main { min-width: 0; } .act-main { min-width: 0; }
.act-amt { .act-amt {