Sha256: 4e4b9296519bb30d31c621391b18987f762f5e1240ed98193b12ed45d0bb48ab

Contents?: true

Size: 329 Bytes

Versions: 83

Compression:

Stored size: 329 Bytes

Contents

.tasks-donut-card {
  &.not-focused {
    .card-pf-title,
    .card-pf-body {
      opacity: 0.6;
    }
  }
  .card-pf-title {
    text-align: center;
    font-size: 180%;
    cursor: pointer;
  }

  .card-pf-body {
    padding-left: 15px;
  }

  &.selected-tasks-card {
    .card-pf-title {
      font-weight: bold;
    }
  }
}

Version data entries

83 entries across 83 versions & 1 rubygems

Version Path
foreman-tasks-0.16.1 webpack/ForemanTasks/Components/TasksDashboard/Components/TasksCardsGrid/Components/TasksDonutCard/TasksDonutCard.scss
foreman-tasks-0.17.0 webpack/ForemanTasks/Components/TasksDashboard/Components/TasksCardsGrid/Components/TasksDonutCard/TasksDonutCard.scss
foreman-tasks-0.15.9 webpack/ForemanTasks/Components/TasksDashboard/Components/TasksCardsGrid/Components/TasksDonutCard/TasksDonutCard.scss