.repos-pipeline-status-success {
  color: rgba(16, 124, 16, 1);
  color: var(--status-success-foreground,rgba(16, 124, 16, 1)); }

.repos-pipeline-status-failed,
.repos-pipeline-status .bolt-status.failed {
  color: rgba(218, 10, 0, 1);
  color: var(--status-error-text,rgba(218, 10, 0, 1)); }

.repos-pipeline-status-pending {
  color: rgba(0, 120, 212, 1);
  color: var(--status-info-foreground,rgba(0, 120, 212, 1)); }

.repos-pipeline-status-item .repos-pipeline-status-icon {
  align-self: flex-start; }

.repos-pipeline-status-container > div:first-child {
  margin-top: 8px; }

.repos-pipeline-project-warning {
  color: rgba(205, 74, 69, 1);
  color: var(--status-error-foreground,rgba(205, 74, 69, 1)); }
