Last active
August 2, 2017 14:25
-
-
Save tchupp/0d8ea7bdc615975126d347bb705b21e5 to your computer and use it in GitHub Desktop.
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
| 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