Skip to content

Instantly share code, notes, and snippets.

@bbrks
Last active July 27, 2016 12:13
Show Gist options
  • Save bbrks/622766647fbecdbc7ecec9f47b031894 to your computer and use it in GitHub Desktop.
Save bbrks/622766647fbecdbc7ecec9f47b031894 to your computer and use it in GitHub Desktop.
div.pipeline-wrapper {
background: #2b3e50;
}
.rounded {
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0;
}
.build-card .header {
border-bottom: 1px solid rgba(0,0,0,0.5);
}
.BUILDING {
background-color: #5bc0de;
color: #000;
}
.SUCCESS {
background-color: #2f6a2f;
color: #fff;
}
.FAILURE {
background-color: #bd2d29;
color: #fff;
}
.PENDING {
background-color: #4e5d6c;
color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment