diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/tfl/base.scss | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/web/cobrands/tfl/base.scss b/web/cobrands/tfl/base.scss index 23009706b..5e6f6426f 100644 --- a/web/cobrands/tfl/base.scss +++ b/web/cobrands/tfl/base.scss @@ -297,3 +297,19 @@ ol.big-numbers>li { color: #fff; } } + +/* Safety critical reports */ +.item-list__item--safety-critical { + background-color: #ffb6b6; + + &:hover, &:active { + a { + background-color: #ff9b9b; + } + } + + .item-list__safety-critical { + font-style: normal; + text-transform: uppercase; + } +} |