mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 07:26:03 -03:30
Job detail page refactor
Made unreachable host color slightly less horrible.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
@info-color: #3a87ad;
|
||||
@red: #aa0000; // Ansible Failed
|
||||
@red-hover: #AE3F3A;
|
||||
@unreachable: #FF3366;
|
||||
@unreachable: #FF0000;
|
||||
@changed: #FF9900; // Ansible Changed
|
||||
@skipped: #00aaaa; // Ansible Skipped
|
||||
@warning: #FF9900;
|
||||
|
||||
Reference in New Issue
Block a user