Skip to content

Commit

Permalink
Merge pull request #1386 from jrjohnson/alert-icon-red
Browse files Browse the repository at this point in the history
Less angry updated red
  • Loading branch information
saschaben committed Feb 5, 2016
2 parents e433d15 + 04e8f86 commit a617740
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/styles/components/_dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ $session-type: #d6ebf2;
$course-level: #ffd27f;
$cohort: #cfc;
$course: #ddd1e7;
$updated-color: #945c58;

.dashboard {
.calendar-profile {
Expand Down Expand Up @@ -220,7 +221,7 @@ $course: #ddd1e7;

.recently-updated-display {
i {
color: $ilios-red;
color: $updated-color;
}
}
}
Expand Down

0 comments on commit a617740

Please sign in to comment.