Sha256: 0c1d8c155349b5eddb093323158e9eeefd8ea7763be57388d3ea47cea078f63b

Contents?: true

Size: 698 Bytes

Versions: 5

Compression:

Stored size: 698 Bytes

Contents

.job-invocation-detail-flex {
  $chart_size: 105px;
  padding-top: 0px;
  padding-left: 10px;

  .chart-donut {
    height: $chart_size;
    width: $chart_size;
    margin-bottom: 10px;
  }

  .chart-legend {
    height: $chart_size;
    min-width: 270px;

    .legend-title {
      font-weight: bold;
      font-size: var(--pf-global--FontSize--sm);
      margin-left: 8px;
      margin-bottom: 0;
    }

    .pf-c-description-list {
      margin-left: 8px;
      margin-top: 8px;

      .pf-c-description-list__term .pf-c-description-list__text {
        font-weight: normal;
      }
    }
  }

  .pf-c-divider {
    max-height: $chart_size;
  }

  .job-overview {
    height: $chart_size;
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
foreman_remote_execution-14.1.4 webpack/JobInvocationDetail/JobInvocationDetail.scss
foreman_remote_execution-14.1.3 webpack/JobInvocationDetail/JobInvocationDetail.scss
foreman_remote_execution-14.1.2 webpack/JobInvocationDetail/JobInvocationDetail.scss
foreman_remote_execution-14.1.1 webpack/JobInvocationDetail/JobInvocationDetail.scss
foreman_remote_execution-14.1.0 webpack/JobInvocationDetail/JobInvocationDetail.scss