diff --git a/website/assets/styles/pages/query-detail.less b/website/assets/styles/pages/query-detail.less index d419fe8c9f..f3652f791c 100644 --- a/website/assets/styles/pages/query-detail.less +++ b/website/assets/styles/pages/query-detail.less @@ -61,6 +61,34 @@ background-color: #E2E4EA; } + [purpose='requires-mdm-badge'] { + text-transform: uppercase; + background: #6A67FE; + border-radius: 4px; + padding: 4px; + font-weight: 700; + font-size: 10px; + line-height: 10px; + display: inline-block; + color: #FFF; + text-decoration: none; + white-space: nowrap; + } + [purpose='critical-badge'] { + text-transform: uppercase; + background: #FF5C83; + border-radius: 4px; + padding: 4px; + font-weight: 700; + font-size: 10px; + line-height: 10px; + display: inline-block; + color: #FFF; + text-decoration: none; + white-space: nowrap; + } + + [purpose='remediation'] { overflow-wrap: break-word; word-wrap: break-word; diff --git a/website/views/pages/query-detail.ejs b/website/views/pages/query-detail.ejs index 7029da4643..cac8a35146 100644 --- a/website/views/pages/query-detail.ejs +++ b/website/views/pages/query-detail.ejs @@ -45,7 +45,9 @@
Tags
- -- +
requires mdm
+
critical
+ --
{{tag}}