Skip to content

Commit

Permalink
Animate all working builds and make error pane subtler
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed Apr 18, 2016
1 parent b3cb2f7 commit bb640e9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions flash/static/styles/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ h1 {

.service-tile.tile-error {
border-left: 15px solid rgb(187, 52, 52);
-webkit-animation: failed-animation 5s infinite;
-webkit-animation: error-animation 5s infinite;
}

.service-name {
Expand Down Expand Up @@ -85,9 +85,6 @@ h1 {

.build-outcome.working {
background-color: rgb(52, 123, 52);
}

.build-outcome:first-child.working {
-webkit-animation: working-animation 3s infinite;
}

Expand All @@ -109,3 +106,7 @@ footer {
@-webkit-keyframes working-animation {
50% {background: rgb(187, 52, 52);}
}

@-webkit-keyframes error-animation {
50% {background: rgb(73, 31, 31);}
}

0 comments on commit bb640e9

Please sign in to comment.