Skip to content

Instantly share code, notes, and snippets.

@tchupp
Last active August 2, 2017 14:25
Show Gist options
  • Select an option

  • Save tchupp/0d8ea7bdc615975126d347bb705b21e5 to your computer and use it in GitHub Desktop.

Select an option

Save tchupp/0d8ea7bdc615975126d347bb705b21e5 to your computer and use it in GitHub Desktop.
div.pipeline-wrapper {
position: relative;
background-color: transparent !important;
padding: 10px;
}
.PENDING, .MANUAL {
background-color: #00bcd4;
color: #222;
}
.SUCCESS {
background-color: #4caf50;
color: #222;
}
.FAILURE {
background-color: #ffc107;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment