Sha256: 260b6a73de76f2ed88ad092da29ad3f3ef8b376d1fb0f4175496a689b298b05d

Contents?: true

Size: 1.6 KB

Versions: 15

Compression:

Stored size: 1.6 KB

Contents

$completed-background: #E6F3E2;
$completed-foreground: rgb(42, 133, 19);

.project-banner {
  a { color: #999; }
  a i { vertical-align: text-bottom; font-size: 0.88em; }
}

.sprint-total-effort {
  float: right;
  margin-bottom: 12px;
}

.task-project { white-space: nowrap; }

#add_task {
  width: 100%;
  box-sizing: border-box;
  height: 34px;
  margin-bottom: 0;
  padding: 0.5em 1em;
}
#add_task_form .fa-spinner { display: none; }
#add_task_form.loading .fa-spinner { display: inline-block; }

.burndown-chart.callout {
  height: 260px;
}

h2.light {
  font-weight: 200;
  display: inline-block;
  margin: 1em 0 0 0;
}

#sprint_view {

  #lock_sprint_button, #show_completed_tasks {
    margin-bottom: 12px;
  }

  &.hide-completed .task-completed { display: none; }
  .task-completed {
    background: $completed-background;
    color: $completed-foreground;
    a { color: $completed-foreground; }
  }

  tr.task td { vertical-align: top; }

  .task-effort { text-align: right; }
  .task-status {
    white-space: nowrap;
    .fa, .octicon { width: 16px; text-align: center; }
  }
  .task-worker { white-space: nowrap; }

  #average_effort {
    font-weight: 800;
  }
}

.remove-button, .complete-task-button {
  color: #e0e0e0;
  display: inline-block;
  cursor: pointer;
  font-family: 'FontAwesome';
  font-size: 1.5em;

  &:hover { text-decoration: none; }
}

.remove-button {
  font-size: 18px;
  &::after { content: '\f056'; }
  &:hover { color: #E52F26; }
}
.complete-task-button {
  font-size: 16px;
  &::after { content: '\f058'; }
  &:hover { color: #4CB810; }
}
#sprint_view .task-completed a:hover { color: #7F9C6F; }

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
houston-core-0.7.0.beta4 app/assets/stylesheets/houston/application/sprint.scss
houston-core-0.7.0.beta3 app/assets/stylesheets/houston/application/sprint.scss
houston-core-0.7.0.beta2 app/assets/stylesheets/houston/application/sprint.scss
houston-core-0.7.0.beta app/assets/stylesheets/houston/application/sprint.scss
houston-core-0.6.3 app/assets/stylesheets/application/sprint.scss
houston-core-0.6.2 app/assets/stylesheets/application/sprint.scss
houston-core-0.6.1 app/assets/stylesheets/application/sprint.scss
houston-core-0.6.0 app/assets/stylesheets/application/sprint.scss
houston-core-0.5.6 app/assets/stylesheets/application/sprint.scss
houston-core-0.5.5 app/assets/stylesheets/application/sprint.scss
houston-core-0.5.4 app/assets/stylesheets/application/sprint.scss
houston-core-0.5.3 app/assets/stylesheets/application/sprint.scss
houston-core-0.5.2 app/assets/stylesheets/application/sprint.scss
houston-core-0.5.1 app/assets/stylesheets/application/sprint.scss
houston-core-0.5.0 app/assets/stylesheets/application/sprint.scss