diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2016-11-28 12:50:45 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-01-12 15:17:32 +0000 |
commit | d967ee5ef454c8e3b91812bc2280a3969d0d6baa (patch) | |
tree | 7306646b8f655fdd5571c61a7bf670e93ff9d45a /web | |
parent | b80c49adc9e769cdd6a41a6fef23dd5c9b1a578c (diff) |
Show response priorities in report list items
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/sass/_base.scss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss index a90eb8005..3bb8715a1 100644 --- a/web/cobrands/sass/_base.scss +++ b/web/cobrands/sass/_base.scss @@ -1033,6 +1033,18 @@ input.final-submit { } } +.item-list__item__state { + font-size: 0.9em; + font-style: normal; + font-weight: bold; + padding: 0.2em 0.5em; + vertical-align: -0.1em; + background: #888; + color: #fff; + border-radius: 0.3em; + margin-right: 0.1em; +} + .item-list__item--empty p { margin: 0; } |