From 8f1c88e35d44b42460cd9b941fbbcb65412d355e Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Thu, 18 Feb 2016 12:26:19 -0800 Subject: [PATCH] adding less file --- awx/ui/client/src/job-detail/job-detail.block.less | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 awx/ui/client/src/job-detail/job-detail.block.less diff --git a/awx/ui/client/src/job-detail/job-detail.block.less b/awx/ui/client/src/job-detail/job-detail.block.less new file mode 100644 index 0000000000..0e7ca9f79d --- /dev/null +++ b/awx/ui/client/src/job-detail/job-detail.block.less @@ -0,0 +1,8 @@ +/** @define SetupItem */ + +@import '../shared/branding/colors.less'; +@import '../shared/branding/colors.default.less'; + +.JobDetail-results{ + background-color: #848992; +}