Last active
October 31, 2017 12:28
-
-
Save scorphus/d74982801901163c31f45b6308241feb to your computer and use it in GitHub Desktop.
Hallowenn Jenkins Monitor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .build-monitor .successful { | |
| background-color: hsl(36, 100%, 50%); | |
| } | |
| .build-monitor .project.successful > .progress { | |
| background-color: hsl(36, 100%, 40%); | |
| } | |
| @keyframes forSuccessful { | |
| 0% { | |
| background-color: hsl(36, 100%, 40%); | |
| } | |
| 100% { | |
| background-color: hsl(36, 100%, 60%); | |
| } | |
| } | |
| /* Dashing by Shopify */ | |
| .widget-server-status-squares { | |
| background-color: hsl(36, 100%, 50%) !important; | |
| vertical-align: top; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment