7 lines
667 B
CSS
7 lines
667 B
CSS
.status-badge { display: inline-flex; align-items: center; height: 24px; border-radius: 99px; padding: 0 9px; font-size: 12px; font-weight: 800; background: #e7e4df; color: #666; text-transform: uppercase; }
|
|
.status-ready, .status-sent, .status-appended, .status-success, .status-active { background: #d6eee9; color: #34796d; }
|
|
.status-warning, .status-needs-review, .status-pending { background: #ffedc6; color: #a06b00; }
|
|
.status-blocked, .status-failed, .status-failed-permanent { background: #f8d1cc; color: #b13e35; }
|
|
.status-queued, .status-sending { background: #d8e8f4; color: #386a90; }
|
|
.status-inactive, .status-locked { background: #e7e4df; color: #666; }
|