Skip to content

Commit

Permalink
Switched background colors for 'danger' and 'warning'
Browse files Browse the repository at this point in the history
  • Loading branch information
jdambacher committed Feb 15, 2017
1 parent 08dc23d commit 73e75f3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions templates/project/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
$background-color: #222;
$text-color: #fff;

$background-warning-color-1: #e82711;
$background-warning-color-2: #9b2d23;
$text-warning-color: #fff;

$background-danger-color-1: #eeae32;
$background-danger-color-2: #ff9618;
$background-danger-color-1: #e82711;
$background-danger-color-2: #9b2d23;
$text-danger-color: #fff;

$background-warning-color-1: #eeae32;
$background-warning-color-2: #ff9618;
$text-warning-color: #fff;

@-webkit-keyframes status-warning-background {
0% { background-color: $background-warning-color-1; }
50% { background-color: $background-warning-color-2; }
Expand Down

0 comments on commit 73e75f3

Please sign in to comment.