.pipeline-metrics-wrapper {
  margin-top: 22px;
  width: 142px; }
  .pipeline-metrics-wrapper .succeeded-text {
    margin-top: 6px;
    color: rgba(0, 0, 0, .55);
    color: var(--text-secondary-color,rgba(0, 0, 0, .55)); }
  .pipeline-metrics-wrapper .pie-chart-text {
    font-size: 0.9375rem;
    text-align: center;
    color: rgba(0, 0, 0, .55);
    color: var(--text-secondary-color,rgba(0, 0, 0, .55)); }
  .pipeline-metrics-wrapper .pie-chart {
    width: 60px;
    height: 60px; }
